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 |
|
---|
[1811] | 7 | all: tstxastro mollweide
|
---|
[1799] | 8 |
|
---|
| 9 | clean:
|
---|
[1811] | 10 | rm -f tstxastro mollweide
|
---|
| 11 | rm -f core *.o
|
---|
| 12 | rm -f mollw.data mollw2.data paw.metafile last.kumacold
|
---|
[1799] | 13 |
|
---|
| 14 | ##############################################################################
|
---|
| 15 | tstxastro: tstxastro.o xastropack.o
|
---|
| 16 | $(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
|
---|
| 17 | tstxastro.o: tstxastro.cc
|
---|
| 18 | xastropack.o: xastropack.cc
|
---|
| 19 | ##############################################################################
|
---|
[1811] | 20 | mollweide: mollweide.o
|
---|
| 21 | $(LINK.cc) -DTEST_MOLLWEIDE $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
|
---|
| 22 | mollweide.o: mollweide.cc mollweide.h
|
---|
| 23 | $(COMPILE.cc) -DTEST_MOLLWEIDE -o $@ $<
|
---|
| 24 | ##############################################################################
|
---|
Note:
See
TracBrowser
for help on using the repository browser.