| Rev | Line | |
|---|
| [342] | 1 | CXX=cxx
|
|---|
| 2 | CPPFLAGS=-O
|
|---|
| 3 | archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
|
|---|
| 4 | ssthandler.o toiinterpolator.o gpsparser.o
|
|---|
| 5 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
|---|
| 6 | archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
|
|---|
| 7 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
|
|---|
| 8 |
|
|---|
| 9 | archeops.o: archeops.c archeops.h
|
|---|
| 10 | decompress.o: decompress.c archeops.h compress.h
|
|---|
| 11 | archeopsfile.o: archeopsfile.cc archeopsfile.h archeops.h \
|
|---|
| 12 | ssthandler.h compress.h
|
|---|
| 13 | archtoi.o: archtoi.cc archeopsfile.h archeops.h \
|
|---|
| 14 | ssthandler.h toisvr.h toiiter.h archtoi.h
|
|---|
| 15 | archtoidump.o: archtoidump.cc archeopsfile.h archeops.h \
|
|---|
| 16 | ssthandler.h archtoi.h toisvr.h toiiter.h
|
|---|
| 17 | archtoimain.o: archtoimain.cc archeopsfile.h archeops.h \
|
|---|
| 18 | ssthandler.h archtoi.h toisvr.h toiiter.h
|
|---|
| 19 | ssthandler.o: ssthandler.cc ssthandler.h archeops.h
|
|---|
| 20 | test.o: test.cc archeopsfile.h archeops.h ssthandler.h \
|
|---|
| 21 | archtoi.h toisvr.h toiiter.h
|
|---|
| 22 | toiinterpolator.o: toiinterpolator.cc toiinterpolator.h
|
|---|
| 23 | toiiter.o: toiiter.cc toiiter.h archeopsfile.h archeops.h \
|
|---|
| 24 | ssthandler.h toiinterpolator.h
|
|---|
| 25 | toisvr.o: toisvr.cc toisvr.h toiiter.h archeopsfile.h archeops.h \
|
|---|
| 26 | ssthandler.h
|
|---|
| 27 | gpsparser.o: gpsparser.cc gpsparser.h archeops.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.