IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2023, 9:52:09 AM (3 years ago)
Author:
eugene
Message:

partial implementation of kapa colormaps in discoverable locations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/Ohana/src/kapa2/Makefile

    r41344 r42427  
    1111INC     =       $(HOME)/include
    1212include ../../Makefile.Common
     13
     14%.c : %.c.in
     15        sed "s|@DATADIR@|$(DATA)|" $< > $@
    1316
    1417# programs may add their own internal requirements here
     
    100103$(SRC)/CheckButtons.$(ARCH).o             $(SRC)/InvertButton.$(ARCH).o       \
    101104$(SRC)/UpdatePointer.$(ARCH).o            $(SRC)/JPEGit24.$(ARCH).o           \
    102 $(SRC)/ButtonFunctions.$(ARCH).o    \
    103 $(SRC)/SetChannel.$(ARCH).o         \
     105$(SRC)/ButtonFunctions.$(ARCH).o          $(SRC)/FindColormap.$(ARCH).o       \
    104106$(SRC)/SetColorScale.$(ARCH).o            $(SRC)/ColorCube.$(ARCH).o          \
    105 $(SRC)/ColorHistogram.$(ARCH).o           $(SRC)/CreateWide.$(ARCH).o
     107$(SRC)/ColorHistogram.$(ARCH).o           $(SRC)/CreateWide.$(ARCH).o         \
     108$(SRC)/SetChannel.$(ARCH).o
    106109
    107110OBJ  =  $(KAPA) $(PDF) $(BDRAW) $(PSFILES)
     
    116119
    117120$(BIN)/kapa.$(ARCH): $(OBJ)
     121
     122.PRECIOUS: $(SRC)/FindColormap.c
Note: See TracChangeset for help on using the changeset viewer.