IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 2:27:03 PM (21 years ago)
Author:
Paul Price
Message:

Adding program to clip out NaN so that sExtractor can work properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/Makefile

    r3673 r3683  
    1515SHIFTSIZE = shiftSize.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o
    1616
    17 TARGETS = stac shift combine shiftSize
     17FIXIMAGE = fixImage.o
     18
     19TARGETS = stac shift combine shiftSize fixImage
    1820
    1921.PHONY: tags clean empty test profile optimise all
     
    3335shiftSize:      $(SHIFTSIZE)
    3436                $(CC) $(CFLAGS) -o $@ $(SHIFTSIZE) $(LDFLAGS) $(OPTFLAGS)
     37
     38fixImage:       $(FIXIMAGE)
     39                $(CC) $(CFLAGS) -o $@ $(FIXIMAGE) $(LDFLAGS) $(OPTFLAGS)
    3540
    3641all:            $(TARGETS)
Note: See TracChangeset for help on using the changeset viewer.