- Timestamp:
- Aug 12, 2023, 10:23:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/Ohana/src/kapa2/Makefile
r42427 r42489 10 10 SRC = $(HOME)/src 11 11 INC = $(HOME)/include 12 DATA = $(DESTDATA)/kapa 12 13 include ../../Makefile.Common 13 14 … … 110 111 OBJ = $(KAPA) $(PDF) $(BDRAW) $(PSFILES) 111 112 113 cmaps: 114 @echo "installing colormaps for kapa" 115 @if [ ! -d $(DATA)/colormaps ]; then mkdir -p $(DATA)/colormaps; fi 116 @if [ -d $(HOME)/colormaps ]; then rm -f $(HOME)/colormaps/*~; fi 117 @if [ -d $(HOME)/colormaps ]; then rm -f $(HOME)/colormaps/#*; fi 118 @if [ -d $(HOME)/colormaps ]; then for i in `find $(HOME)/colormaps -name CVS -prune -o -type f -print`; do cp -f $$i $(DATA)/colormaps; done; fi 119 112 120 # dependancy rules for include files ######################## 113 121 $(OBJ): $(INC)/Ximage.h \
Note:
See TracChangeset
for help on using the changeset viewer.
