Changeset 1672 in Sophya for trunk


Ignore:
Timestamp:
Oct 6, 2001, 10:27:11 AM (24 years ago)
Author:
cmv
Message:

modeles de champ magnetiques terrestres cmv 06/10/01

Location:
trunk/SophyaExt/XAstroPack
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XAstroPack/Makefile

    r1578 r1672  
    33all: $(LIB)libXAstroPack.a
    44clean:
    5         rm -f $(OBJ)xastropack.o
     5        rm -f $(OBJ)xastropack.o $(OBJ)magfield.o
    66        rm -f $(LIB)libXAstroPack.a
    7 $(LIB)libXAstroPack.a : $(OBJ)xastropack.o
     7$(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)xastropack.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1212 
    1313$(OBJ)xastropack.o: xastropack.cc xastropack.h \
    14  $(INC)machdefs.h \
    15  $(EXTINCPATH)XAstro/P_.h \
    16  $(EXTINCPATH)XAstro/astro.h
     14  $(INC)machdefs.h \
     15  $(EXTINCPATH)XAstro/P_.h \
     16  $(EXTINCPATH)XAstro/astro.h
  • trunk/SophyaExt/XAstroPack/objlist.list

    r1456 r1672  
     1magfield.o
    12xastropack.o
Note: See TracChangeset for help on using the changeset viewer.