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

Last change on this file since 2322 was 1837, checked in by ansari, 24 years ago

MAJ Makefile et numero de version - Reza 21/12/2001

File size: 578 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/P_.h \
17 $(EXTINCPATH)XAstro/astro.h
[1812]18$(OBJ)magfield.o: magfield.c magfield.h
Note: See TracBrowser for help on using the repository browser.