Changeset 1812 in Sophya


Ignore:
Timestamp:
Dec 13, 2001, 2:31:40 PM (24 years ago)
Author:
cmv
Message:

projection mollweide cmv 13/12/01

Location:
trunk/SophyaExt/XAstroPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XAstroPack/Makefile

    r1672 r1812  
    33all: $(LIB)libXAstroPack.a
    44clean:
    5         rm -f $(OBJ)xastropack.o $(OBJ)magfield.o
     5        rm -f $(OBJ)mollweide.o $(OBJ)tstxastro.o $(OBJ)xastropack.o $(OBJ)magfield.o
    66        rm -f $(LIB)libXAstroPack.a
    7 $(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)xastropack.o
    8         $(ARCXX) $(ARCXXFLAGS) $@ $?
     7$(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)mollweide.o $(OBJ)xastropack.o
     8        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
    1010        $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
    1111endif
    1212 
     13$(OBJ)mollweide.o: mollweide.cc mollweide.h
    1314$(OBJ)xastropack.o: xastropack.cc xastropack.h \
    1415  $(INC)machdefs.h \
    1516  $(EXTINCPATH)XAstro/P_.h \
    1617  $(EXTINCPATH)XAstro/astro.h
     18$(OBJ)magfield.o: magfield.c magfield.h
  • trunk/SophyaExt/XAstroPack/objlist.list

    r1672 r1812  
    11magfield.o
     2mollweide.o
    23xastropack.o
Note: See TracChangeset for help on using the changeset viewer.