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
|
---|
9 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
10 | archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
|
---|
11 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
12 |
|
---|
13 | archeopsfile.o: archeopsfile.cc archeopsfile.h archeops.h \
|
---|
14 | archeops_28.h ssthandler.h gpsparser.h compress.h
|
---|
15 | archtoi.o: archtoi.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
16 | ssthandler.h gpsparser.h toisvr.h toiiter.h auxgps.h tsid.h archtoi.h \
|
---|
17 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h asigps.h auxinterpgps.h
|
---|
18 | archtoidump.o: archtoidump.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
19 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
20 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
21 | archtoimain.o: archtoimain.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
22 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
23 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
24 | asigps.o: asigps.cc asigps.h auxinterpgps.h auxgps.h
|
---|
25 | auxinterpgps.o: auxinterpgps.cc auxinterpgps.h auxgps.h \
|
---|
26 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h archtoi.h toisvr.h toiiter.h \
|
---|
27 | archeopsfile.h archeops.h archeops_28.h ssthandler.h gpsparser.h \
|
---|
28 | tsid.h
|
---|
29 | gpsparser.o: gpsparser.cc gpsparser.h archeops.h archeops_28.h
|
---|
30 | ssthandler.o: ssthandler.cc ssthandler.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
|
---|