Changeset 2897 for trunk/stac/src/Makefile
- Timestamp:
- Jan 4, 2005, 3:55:40 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r2764 r2897 5 5 LDFLAGS += $(PSLIB) 6 6 7 OBJECTS= stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \8 stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.o stacAreaOfInterest.o 7 STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 8 stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.o stacAreaOfInterest.o stacSize.o 9 9 10 TARGET = stac 10 FITTRANS = fitTrans.o fitTransConfig.o fitTransRead.o stacCheckMemory.o fitTransSolve.o psPlaneTransform.o 11 11 12 12 .PHONY: tags clean empty test profile optimise … … 15 15 $(CC) -c $(CFLAGS) $(OPTFLAGS) $< 16 16 17 $(TARGET): $(OBJECTS)18 $(CC) $(CFLAGS) -o $@ $( OBJECTS) $(LDFLAGS) $(OPTFLAGS)17 stac: $(STAC) 18 $(CC) $(CFLAGS) -o $@ $(STAC) $(LDFLAGS) $(OPTFLAGS) 19 19 20 20 calcGrad: calcGrad.o … … 27 27 $(CC) $(CFLAGS) -o $@ getPixels.o $(LDFLAGS) $(OPTFLAGS) 28 28 29 fitTrans: $(FITTRANS) 30 $(CC) $(CFLAGS) -o $@ $(FITTRANS) $(LDFLAGS) $(OPTFLAGS) 29 31 30 32 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
