source: Sophya/trunk/SophyaExt/XAstroPack/Maketest@ 2013

Last change on this file since 2013 was 1811, checked in by cmv, 24 years ago

projection mollweide cmv 13/12/01

File size: 872 bytes
RevLine 
[1799]1MODULECXXREPNAME := CmvTests
2MODULEDECCXXFLAGS := -msg_quiet
3include $(DPCBASEREP)/Include/MakefileUser.h
4
5LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio
6
[1811]7all: tstxastro mollweide
[1799]8
9clean:
[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##############################################################################
15tstxastro: tstxastro.o xastropack.o
16 $(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
17tstxastro.o: tstxastro.cc
18xastropack.o: xastropack.cc
19##############################################################################
[1811]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.