1 | CXX=cxx
|
---|
2 | CFITSIODIR=../cfitsio
|
---|
3 | #CPPFLAGS=-O -I$(CFITSIODIR)
|
---|
4 | CPPFLAGS=-g -I$(CFITSIODIR)
|
---|
5 | LDLIBS=-L$(CFITSIODIR) -lcfitsio
|
---|
6 | archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
|
---|
7 | ssthandler.o toiinterpolator.o gpsparser.o asigps.o \
|
---|
8 | auxinterpgps.o tsid.o archparam.o dyffttools.o fft_mayer.o \
|
---|
9 | formepulse.o pisteetoile.o sstetoile.o transfelec.o
|
---|
10 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
11 | archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
|
---|
12 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
13 |
|
---|
14 | archeopsfile.o: archeopsfile.cc archeopsfile.h archeops.h \
|
---|
15 | archeops_28.h ssthandler.h gpsparser.h compress.h
|
---|
16 | archtoi.o: archtoi.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
17 | ssthandler.h gpsparser.h toisvr.h toiiter.h auxgps.h tsid.h archtoi.h \
|
---|
18 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h asigps.h auxinterpgps.h
|
---|
19 | archtoidump.o: archtoidump.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
20 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
21 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
22 | archtoimain.o: archtoimain.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
23 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
24 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
25 | asigps.o: asigps.cc asigps.h auxinterpgps.h auxgps.h
|
---|
26 | auxinterpgps.o: auxinterpgps.cc auxinterpgps.h auxgps.h \
|
---|
27 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h archtoi.h toisvr.h toiiter.h \
|
---|
28 | archeopsfile.h archeops.h archeops_28.h ssthandler.h gpsparser.h \
|
---|
29 | tsid.h
|
---|
30 | gpsparser.o: gpsparser.cc gpsparser.h archeops.h archeops_28.h
|
---|
31 | test.o: test.cc archeopsfile.h archeops.h archeops_28.h ssthandler.h \
|
---|
32 | gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
33 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
34 | toiinterpolator.o: toiinterpolator.cc toiinterpolator.h
|
---|
35 | toiiter.o: toiiter.cc toiiter.h archeopsfile.h archeops.h \
|
---|
36 | archeops_28.h ssthandler.h gpsparser.h auxgps.h tsid.h \
|
---|
37 | toiinterpolator.h
|
---|
38 | toisvr.o: toisvr.cc toisvr.h toiiter.h archeopsfile.h archeops.h \
|
---|
39 | archeops_28.h ssthandler.h gpsparser.h auxgps.h tsid.h
|
---|
40 | tsid.o: tsid.cc tsid.h
|
---|
41 | archeops.o: archeops.c archeops_28.c archeops.h archeops_28.h
|
---|
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
|
---|