IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 5:59:11 PM (21 years ago)
Author:
Paul Price
Message:

Programs seem to be working nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/Makefile

    r3669 r3673  
    55LDFLAGS += $(PSLIB)
    66
    7 STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \
    8         stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o \
    9         stacHelp.o
     7STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o stacHelp.o \
     8        stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o time.o
    109
    1110SHIFT = shift.o stacRead.o stacTransform.o stacCheckMemory.o stacInvertMaps.o stacSize.o
    1211
     12COMBINE = combine.o combineConfig.o stacRead.o stacErrorImages.o stacCombine.o stacScales.o \
     13        stacCheckMemory.o time.o
     14
    1315SHIFTSIZE = shiftSize.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o
    1416
    15 .PHONY: tags clean empty test profile optimise
     17TARGETS = stac shift combine shiftSize
     18
     19.PHONY: tags clean empty test profile optimise all
    1620
    1721.c.o:
     
    2428                $(CC) $(CFLAGS) -o $@ $(SHIFT) $(LDFLAGS) $(OPTFLAGS)
    2529
     30combine:        $(COMBINE)
     31                $(CC) $(CFLAGS) -o $@ $(COMBINE) $(LDFLAGS) $(OPTFLAGS)
     32
    2633shiftSize:      $(SHIFTSIZE)
    2734                $(CC) $(CFLAGS) -o $@ $(SHIFTSIZE) $(LDFLAGS) $(OPTFLAGS)
     35
     36all:            $(TARGETS)
    2837
    2938clean:
     
    3140
    3241empty:          clean
    33                 -$(RM) $(TARGET) TAGS
     42                -$(RM) $(TARGETS) TAGS
    3443
    3544test:           stac test_0.fits test_1.fits test_2.fits test_3.fits
Note: See TracChangeset for help on using the changeset viewer.