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

Last change on this file since 1504 was 1456, checked in by cmv, 25 years ago

creation du module d'interface de librairies astro cmv+rz 10/4/2001

File size: 376 bytes
Line 
1include ../Mgr/Makefile.h
2
3all: $(LIB)libXAstroPack.a
4clean:
5 rm -f $(OBJ)xastropack.o
6 rm -f $(LIB)libXAstroPack.a
7$(LIB)libXAstroPack.a : $(OBJ)xastropack.o
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 \
14 $(EXTINCPATH)XAstro/P_.h \
15 $(EXTINCPATH)XAstro/astro.h
Note: See TracBrowser for help on using the repository browser.