Changeset 3610 for trunk/stac/src/Makefile
- Timestamp:
- Mar 31, 2005, 5:07:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r3387 r3610 1 1 SHELL = /bin/sh 2 2 CC = gcc 3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -D CRFLUX -DTESTING4 PSLIB += -L/home/mithrandir/price/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm -lxml2 3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -D_GNU_SOURCE # -DCRFLUX -DTESTING 4 PSLIB += -L/home/mithrandir/price/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm -lxml2 -lmysqlclient 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 stacAreaOfInterest.o stacSize.o 8 stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o 9 9 10 10 SHIFT = shift.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ … … 15 15 TEST_SHIFT = testShift.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 16 16 stacInvertMaps.o 17 18 PHOTSCALE = photScale.o 17 19 18 20 .PHONY: tags clean empty test profile optimise … … 26 28 shift: $(SHIFT) 27 29 $(CC) $(CFLAGS) -o $@ $(SHIFT) $(LDFLAGS) $(OPTFLAGS) 30 31 photScale: $(PHOTSCALE) 32 $(CC) $(CFLAGS) -o $@ $(PHOTSCALE) $(LDFLAGS) $(OPTFLAGS) 28 33 29 34 calcGrad: calcGrad.o
Note:
See TracChangeset
for help on using the changeset viewer.
