source: Sophya/trunk/SophyaExt/XAstroPack/Maketest.mgr@ 3023

Last change on this file since 3023 was 2763, checked in by cmv, 20 years ago

suite modifs makefile/configure cmv 24/05/05

File size: 875 bytes
Line 
1MODULECXXREPNAME := CmvTests
2MODULEDECCXXFLAGS := -msg_quiet
3include $(SOPHYABASEREP)/Include/MakefileUser.h
4
5LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio
6
7all: tstxastro mollweide
8
9clean:
10 rm -f tstxastro mollweide
11 rm -f core *.o
12 rm -f mollw.data mollw2.data paw.metafile last.kumacold
13
14##############################################################################
15tstxastro: tstxastro.o xastropack.o
16 $(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
17tstxastro.o: tstxastro.cc
18xastropack.o: xastropack.cc
19##############################################################################
20mollweide: mollweide.o
21 $(LINK.cc) -DTEST_MOLLWEIDE $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
22mollweide.o: mollweide.cc mollweide.h
23 $(COMPILE.cc) -DTEST_MOLLWEIDE -o $@ $<
24##############################################################################
Note: See TracBrowser for help on using the repository browser.