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
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libXAstroPack.a
4clean:
5 rm -f $(OBJ)mollweide.o $(OBJ)tstxastro.o $(OBJ)xastropack.o $(OBJ)magfield.o
6 rm -f $(LIB)libXAstroPack.a
7$(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)mollweide.o $(OBJ)xastropack.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
11endif
12
13$(OBJ)mollweide.o: mollweide.cc mollweide.h
14$(OBJ)xastropack.o: xastropack.cc xastropack.h \
15 $(INC)machdefs.h \
16 $(EXTINCPATH)XAstro/P_.h \
17 $(EXTINCPATH)XAstro/astro.h
18$(OBJ)magfield.o: magfield.c magfield.h
Note: See TracBrowser for help on using the repository browser.