Changeset 3375 for trunk/stac/src/Makefile
- Timestamp:
- Mar 4, 2005, 11:37:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r2897 r3375 1 1 SHELL = /bin/sh 2 2 CC = gcc 3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib 3/psLib/include -DCRFLUX -DTESTING4 PSLIB += -L/home/mithrandir/price/psLib 3/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -DCRFLUX -DTESTING 4 PSLIB += -L/home/mithrandir/price/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm -lxml2 5 5 LDFLAGS += $(PSLIB) 6 6 7 7 STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 8 stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.ostacAreaOfInterest.o stacSize.o8 stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o 9 9 10 FITTRANS = fitTrans.o fitTransConfig.o fitTransRead.o stacCheckMemory.o fitTransSolve.o psPlaneTransform.o 10 SHIFT = shift.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 11 stacCombine.o stacInvertMaps.o stacSize.o 12 13 FITTRANS = fitTrans.o fitTransConfig.o fitTransRead.o stacCheckMemory.o fitTransSolve.o 11 14 12 15 .PHONY: tags clean empty test profile optimise … … 17 20 stac: $(STAC) 18 21 $(CC) $(CFLAGS) -o $@ $(STAC) $(LDFLAGS) $(OPTFLAGS) 22 23 shift: $(SHIFT) 24 $(CC) $(CFLAGS) -o $@ $(SHIFT) $(LDFLAGS) $(OPTFLAGS) 19 25 20 26 calcGrad: calcGrad.o
Note:
See TracChangeset
for help on using the changeset viewer.
