Changeset 1672 in Sophya
- Timestamp:
- Oct 6, 2001, 10:27:11 AM (24 years ago)
- Location:
- trunk/SophyaExt/XAstroPack
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/Makefile
r1578 r1672 3 3 all: $(LIB)libXAstroPack.a 4 4 clean: 5 rm -f $(OBJ)xastropack.o 5 rm -f $(OBJ)xastropack.o $(OBJ)magfield.o 6 6 rm -f $(LIB)libXAstroPack.a 7 $(LIB)libXAstroPack.a : $(OBJ) xastropack.o7 $(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)xastropack.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 12 12 13 13 $(OBJ)xastropack.o: xastropack.cc xastropack.h \ 14 $(INC)machdefs.h \15 $(EXTINCPATH)XAstro/P_.h \16 $(EXTINCPATH)XAstro/astro.h14 $(INC)machdefs.h \ 15 $(EXTINCPATH)XAstro/P_.h \ 16 $(EXTINCPATH)XAstro/astro.h -
trunk/SophyaExt/XAstroPack/objlist.list
r1456 r1672 1 magfield.o 1 2 xastropack.o
Note:
See TracChangeset
for help on using the changeset viewer.