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

Last change on this file since 1640 was 1578, checked in by ansari, 24 years ago

MAJ numero de version - pretag V 1.2 , Reza 18/7/2001

File size: 396 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 $(INC)machdefs.h \
15 $(EXTINCPATH)XAstro/P_.h \
16 $(EXTINCPATH)XAstro/astro.h
Note: See TracBrowser for help on using the repository browser.