Last change
on this file since 1808 was 1799, checked in by cmv, 24 years ago |
prog de test de xastropack cmv 29/11/01
|
File size:
540 bytes
|
Rev | Line | |
---|
[1799] | 1 | MODULECXXREPNAME := CmvTests
|
---|
| 2 | MODULEDECCXXFLAGS := -msg_quiet
|
---|
| 3 | include $(DPCBASEREP)/Include/MakefileUser.h
|
---|
| 4 |
|
---|
| 5 | LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio
|
---|
| 6 |
|
---|
| 7 | all: tstxastro
|
---|
| 8 |
|
---|
| 9 | clean:
|
---|
| 10 | rm -f tstxastro
|
---|
| 11 | rm -f *.o
|
---|
| 12 |
|
---|
| 13 | ##############################################################################
|
---|
| 14 | tstxastro: tstxastro.o xastropack.o
|
---|
| 15 | $(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
|
---|
| 16 | tstxastro.o: tstxastro.cc
|
---|
| 17 | xastropack.o: xastropack.cc
|
---|
| 18 | ##############################################################################
|
---|
Note:
See
TracBrowser
for help on using the repository browser.