[342] | 1 | CXX=cxx
|
---|
[355] | 2 | CFITSIODIR=../cfitsio
|
---|
[405] | 3 | CPPFLAGS=-O -g -I$(CFITSIODIR)
|
---|
[400] | 4 | #CPPFLAGS=-g -I$(CFITSIODIR)
|
---|
[355] | 5 | LDLIBS=-L$(CFITSIODIR) -lcfitsio
|
---|
[342] | 6 | archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
|
---|
[359] | 7 | ssthandler.o toiinterpolator.o gpsparser.o asigps.o \
|
---|
[397] | 8 | auxinterpgps.o tsid.o archparam.o dyffttools.o fft_mayer.o \
|
---|
[409] | 9 | formepulse.o pisteetoile.o sstetoile.o transfelec.o \
|
---|
| 10 | gyrohandler.o
|
---|
[355] | 11 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
[342] | 12 | archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
|
---|
| 13 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
| 14 |
|
---|
| 15 | archeopsfile.o: archeopsfile.cc archeopsfile.h archeops.h \
|
---|
[359] | 16 | archeops_28.h ssthandler.h gpsparser.h compress.h
|
---|
[409] | 17 | # cxx -O -g -I../cfitsio -c archeopsfile.cc -o archeopsfile.o -assume noaligned_objects
|
---|
[359] | 18 | archtoi.o: archtoi.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
[364] | 19 | ssthandler.h gpsparser.h toisvr.h toiiter.h auxgps.h tsid.h archtoi.h \
|
---|
[359] | 20 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h asigps.h auxinterpgps.h
|
---|
| 21 | archtoidump.o: archtoidump.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
[364] | 22 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
[359] | 23 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
| 24 | archtoimain.o: archtoimain.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
[364] | 25 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
[359] | 26 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
| 27 | asigps.o: asigps.cc asigps.h auxinterpgps.h auxgps.h
|
---|
| 28 | auxinterpgps.o: auxinterpgps.cc auxinterpgps.h auxgps.h \
|
---|
| 29 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h archtoi.h toisvr.h toiiter.h \
|
---|
[364] | 30 | archeopsfile.h archeops.h archeops_28.h ssthandler.h gpsparser.h \
|
---|
| 31 | tsid.h
|
---|
[359] | 32 | gpsparser.o: gpsparser.cc gpsparser.h archeops.h archeops_28.h
|
---|
[364] | 33 | test.o: test.cc archeopsfile.h archeops.h archeops_28.h ssthandler.h \
|
---|
| 34 | gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
| 35 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
[342] | 36 | toiinterpolator.o: toiinterpolator.cc toiinterpolator.h
|
---|
| 37 | toiiter.o: toiiter.cc toiiter.h archeopsfile.h archeops.h \
|
---|
[364] | 38 | archeops_28.h ssthandler.h gpsparser.h auxgps.h tsid.h \
|
---|
| 39 | toiinterpolator.h
|
---|
[342] | 40 | toisvr.o: toisvr.cc toisvr.h toiiter.h archeopsfile.h archeops.h \
|
---|
[364] | 41 | archeops_28.h ssthandler.h gpsparser.h auxgps.h tsid.h
|
---|
| 42 | tsid.o: tsid.cc tsid.h
|
---|
| 43 | archeops.o: archeops.c archeops_28.c archeops.h archeops_28.h
|
---|
| 44 | decompress.o: decompress.c archeops.h archeops_28.h compress.h
|
---|
[397] | 45 | transfelec.o: transfelec.cc transfelec.h
|
---|
| 46 | sstetoile.o: sstetoile.cc sstetoile.h
|
---|
| 47 | ssthandler.o: ssthandler.cc ssthandler.h archeops.h archeops_28.h \
|
---|
| 48 | sstetoile.h pisteetoile.h transfelec.h formepulse.h
|
---|
| 49 | formepulse.o: formepulse.cc mayer_fft.h dyffttools.h transfelec.h \
|
---|
| 50 | formepulse.h ssthardware.h
|
---|
| 51 | pisteetoile.o: pisteetoile.cc \
|
---|
| 52 | /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
|
---|
| 53 | /home/usr203/mnt/gnu/include/g++/iostream.h archparam.h pisteetoile.h \
|
---|
| 54 | sstetoile.h transfelec.h formepulse.h
|
---|
| 55 | dyffttools.o: dyffttools.cc dyffttools.h
|
---|
| 56 | fft_mayer.o: fft_mayer.cc mayer_fft.h trigtbl.h
|
---|
| 57 | archparam.o: archparam.cc archparam.h
|
---|
[409] | 58 | gyrohandler.o: gyrohandler.cc gyrohandler.h archeops.h archeops_28.h
|
---|