[342] | 1 | CXX=cxx
|
---|
[355] | 2 | CFITSIODIR=../cfitsio
|
---|
[359] | 3 | #CPPFLAGS=-O -I$(CFITSIODIR)
|
---|
| 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 \
|
---|
[364] | 8 | auxinterpgps.o tsid.o
|
---|
[355] | 9 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
---|
[342] | 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 \
|
---|
[359] | 14 | archeops_28.h ssthandler.h gpsparser.h compress.h
|
---|
| 15 | archtoi.o: archtoi.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
[364] | 16 | ssthandler.h gpsparser.h toisvr.h toiiter.h auxgps.h tsid.h archtoi.h \
|
---|
[359] | 17 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h asigps.h auxinterpgps.h
|
---|
| 18 | archtoidump.o: archtoidump.cc archeopsfile.h archeops.h archeops_28.h \
|
---|
[364] | 19 | ssthandler.h gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
|
---|
[359] | 20 | $(CFITSIODIR)/fitsio.h $(CFITSIODIR)/longnam.h
|
---|
| 21 | archtoimain.o: archtoimain.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 | 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 \
|
---|
[364] | 27 | archeopsfile.h archeops.h archeops_28.h ssthandler.h gpsparser.h \
|
---|
| 28 | tsid.h
|
---|
[359] | 29 | gpsparser.o: gpsparser.cc gpsparser.h archeops.h archeops_28.h
|
---|
| 30 | ssthandler.o: ssthandler.cc ssthandler.h archeops.h archeops_28.h
|
---|
[364] | 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
|
---|
[342] | 34 | toiinterpolator.o: toiinterpolator.cc toiinterpolator.h
|
---|
| 35 | toiiter.o: toiiter.cc toiiter.h archeopsfile.h archeops.h \
|
---|
[364] | 36 | archeops_28.h ssthandler.h gpsparser.h auxgps.h tsid.h \
|
---|
| 37 | toiinterpolator.h
|
---|
[342] | 38 | toisvr.o: toisvr.cc toisvr.h toiiter.h archeopsfile.h archeops.h \
|
---|
[364] | 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
|
---|