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

Last change on this file since 1710 was 1672, checked in by cmv, 24 years ago

modeles de champ magnetiques terrestres cmv 06/10/01

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