Changeset 397 in Sophya for trunk/Poubelle/archTOI.old/Makefile
- Timestamp:
- Sep 1, 1999, 5:35:17 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/Makefile
r372 r397 1 1 CXX=cxx 2 2 CFITSIODIR=../cfitsio 3 CPPFLAGS=-O -I$(CFITSIODIR)4 #CPPFLAGS=-g -I$(CFITSIODIR)3 #CPPFLAGS=-O -I$(CFITSIODIR) 4 CPPFLAGS=-g -I$(CFITSIODIR) 5 5 LDLIBS=-L$(CFITSIODIR) -lcfitsio 6 6 archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \ 7 7 ssthandler.o toiinterpolator.o gpsparser.o asigps.o \ 8 auxinterpgps.o tsid.o 8 auxinterpgps.o tsid.o archparam.o dyffttools.o fft_mayer.o \ 9 formepulse.o pisteetoile.o sstetoile.o transfelec.o 9 10 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm 10 11 archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o … … 28 29 tsid.h 29 30 gpsparser.o: gpsparser.cc gpsparser.h archeops.h archeops_28.h 30 ssthandler.o: ssthandler.cc ssthandler.h archeops.h archeops_28.h31 31 test.o: test.cc archeopsfile.h archeops.h archeops_28.h ssthandler.h \ 32 32 gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \ … … 41 41 archeops.o: archeops.c archeops_28.c archeops.h archeops_28.h 42 42 decompress.o: decompress.c archeops.h archeops_28.h compress.h 43 transfelec.o: transfelec.cc transfelec.h 44 sstetoile.o: sstetoile.cc sstetoile.h 45 ssthandler.o: ssthandler.cc ssthandler.h archeops.h archeops_28.h \ 46 sstetoile.h pisteetoile.h transfelec.h formepulse.h 47 formepulse.o: formepulse.cc mayer_fft.h dyffttools.h transfelec.h \ 48 formepulse.h ssthardware.h 49 pisteetoile.o: pisteetoile.cc \ 50 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \ 51 /home/usr203/mnt/gnu/include/g++/iostream.h archparam.h pisteetoile.h \ 52 sstetoile.h transfelec.h formepulse.h 53 dyffttools.o: dyffttools.cc dyffttools.h 54 fft_mayer.o: fft_mayer.cc mayer_fft.h trigtbl.h 55 archparam.o: archparam.cc archparam.h
Note:
See TracChangeset
for help on using the changeset viewer.