MODULECXXREPNAME :=  CmvTests
MODULEDECCXXFLAGS := -msg_quiet
include $(DPCBASEREP)/Include/MakefileUser.h

LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio

all: tstxastro

clean:
	rm -f tstxastro
	rm -f *.o

##############################################################################
tstxastro: tstxastro.o xastropack.o
	$(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS)
tstxastro.o: tstxastro.cc
xastropack.o: xastropack.cc
##############################################################################
