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

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
Line 
1MODULECXXREPNAME := CmvTests
2MODULEDECCXXFLAGS := -msg_quiet
3include $(DPCBASEREP)/Include/MakefileUser.h
4
5LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio
6
7all: tstxastro
8
9clean:
10 rm -f tstxastro
11 rm -f *.o
12
13##############################################################################
14tstxastro: tstxastro.o xastropack.o
15 $(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
16tstxastro.o: tstxastro.cc
17xastropack.o: xastropack.cc
18##############################################################################
Note: See TracBrowser for help on using the repository browser.