Changeset 941 in Sophya for trunk/SophyaLib/SkyMap


Ignore:
Timestamp:
Apr 14, 2000, 6:56:18 PM (25 years ago)
Author:
ansari
Message:

MAJ Makfile - Reza 14/4/2000

Location:
trunk/SophyaLib/SkyMap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/Makefile

    r919 r941  
    33all: $(LIB)libSkyMap.a
    44clean:
    5         rm -f $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.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)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)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)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)
     
    8181 $(INC)fiondblock.h
    8282$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
     83$(OBJ)mapoperation.o: mapoperation.cc \
     84 $(INC)machdefs.h mapoperation.h \
     85 $(INC)ndatablock.h \
     86 $(INC)anydataobj.h pixelmap.h \
     87 $(INC)ppersist.h \
     88 $(INC)pexceptions.h \
     89 $(INC)gnumd5.h \
     90 $(INC)dvlist.h \
     91 $(INC)objfio.h spherepos.h unitvector.h \
     92 vector3d.h longlat.h utilgeom.h
    8393$(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \
    8494 skymapinit.h $(INC)sophyainit.h \
  • trunk/SophyaLib/SkyMap/objlist.list

    r919 r941  
    44localmap.o
    55longlat.o
     6mapoperation.o
    67skymapinit.o
    78spherehealpix.o
Note: See TracChangeset for help on using the changeset viewer.