source: Sophya/trunk/SophyaExt/XAstroPack/Makefile@ 2605

Last change on this file since 2605 was 2552, checked in by cmv, 21 years ago

POUR LA nouvelle version de xephem/libastro (3.6) cmv 15/6/04

File size: 550 bytes
RevLine 
[1456]1include ../Mgr/Makefile.h
2
3all: $(LIB)libXAstroPack.a
4clean:
[1812]5 rm -f $(OBJ)mollweide.o $(OBJ)tstxastro.o $(OBJ)xastropack.o $(OBJ)magfield.o
[1456]6 rm -f $(LIB)libXAstroPack.a
[1812]7$(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)mollweide.o $(OBJ)xastropack.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
[1456]9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
11endif
12
[1812]13$(OBJ)mollweide.o: mollweide.cc mollweide.h
[1456]14$(OBJ)xastropack.o: xastropack.cc xastropack.h \
[1837]15 $(INC)machdefs.h \
16 $(EXTINCPATH)XAstro/astro.h
[1812]17$(OBJ)magfield.o: magfield.c magfield.h
Note: See TracBrowser for help on using the repository browser.