Changeset 1196 in Sophya for trunk/SophyaLib/SkyMap/Makefile


Ignore:
Timestamp:
Sep 22, 2000, 12:36:46 PM (25 years ago)
Author:
ansari
Message:

Introduction de la classe HEALPix pour accrocher les methodes de
converion angle<>index
rajout en methodes inline static de ces methodes de conversion pour
SphereHEALPix<T>
+ Autre modifs cosmetiques + MAJ Makefile , Reza 21/9/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/Makefile

    r1118 r1196  
    33all: $(LIB)libSkyMap.a
    44clean:
    5         rm -f $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
     5        rm -f $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
    66        rm -f $(LIB)libSkyMap.a
    7 $(LIB)libSkyMap.a : $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
     7$(LIB)libSkyMap.a : $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
     13$(OBJ)HEALPixUtils.o: HEALPixUtils.cc HEALPixUtils.h \
     14 $(INC)machdefs.h \
     15 $(INC)ndatablock.h \
     16 $(INC)anydataobj.h \
     17 $(INC)tvector.h \
     18 $(INC)tmatrix.h \
     19 $(INC)tarray.h \
     20 $(INC)basarr.h \
     21 $(INC)mutyv.h \
     22 $(INC)dvlist.h \
     23 $(INC)objfio.h \
     24 $(INC)ppersist.h \
     25 $(INC)pexceptions.h \
     26 $(INC)gnumd5.h \
     27 $(INC)utilarr.h \
     28 $(INC)smathconst.h
    1329$(OBJ)fiolocalmap.o: fiolocalmap.cc fiolocalmap.h sphericalmap.h \
    1430 $(INC)smathconst.h \
     
    133149 $(INC)basarr.h \
    134150 $(INC)utilarr.h \
    135  $(INC)strutil.h
     151 $(INC)strutil.h HEALPixUtils.h
    136152$(OBJ)spherepos.o: spherepos.cc spherepos.h \
    137153 $(INC)machdefs.h \
Note: See TracChangeset for help on using the changeset viewer.