Changeset 518 in Sophya for trunk/SophyaLib/Samba/Makefile


Ignore:
Timestamp:
Oct 26, 1999, 4:31:44 PM (26 years ago)
Author:
ansari
Message:

Introduction de SpherePosition and SphereCoordSys, and Initiator for module Samba - Reza+I. Grivell 26/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/Makefile

    r510 r518  
    33all: $(LIB)libSamba.a
    44clean:
    5         rm -f $(OBJ)anagen.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)lambuilder.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)syngen.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
    6         rm $(LIB)libSamba.a
    7 $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
     5        rm -f $(OBJ)ana2fast.o $(OBJ)anagen.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)lambuilder.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)syn2fast.o $(OBJ)syngen.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
     6        rm -f $(LIB)libSamba.a
     7$(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)spheregorski.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)anagen.o: anagen.cc anagen.h $(INC)cvector.h \
    14  $(INC)matrix.h \
    15  $(INC)peida.h \
    16  $(INC)machdefs.h \
    17  $(INC)pclassids.h \
    18  $(INC)utils.h \
    19  $(INC)perrors.h \
    20  $(INC)pexceptions.h \
    21  $(INC)fmath.h \
    22  $(INC)ppersist.h \
    23  $(INC)md5.h sphericalmap.h \
    24  $(INC)nbmath.h pixelmap.h \
    25  $(INC)dvlist.h \
    26  $(INC)objfio.h \
    27  $(INC)anydataobj.h \
    28  $(INC)tvector.h \
    29  $(INC)tmatrix.h \
    30  $(INC)ndatablock.h lambuilder.h \
    31  $(INC)fftserver.h
    3213$(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
    3314 $(INC)nbrandom.h \
     
    6647 $(INC)ndatablock.h unitvector.h vector3d.h \
    6748 longlat.h utilgeom.h $(INC)timing.h
     49$(OBJ)sambainit.o: sambainit.cc sambainit.h \
     50 $(INC)outilsinit.h \
     51 $(INC)peidainit.h \
     52 $(INC)machdefs.h \
     53 $(INC)pclassids.h
    6854$(OBJ)scan.o: scan.cc $(INC)machdefs.h \
    6955 $(INC)pclassids.h scan.h \
     
    9076 $(INC)strutil.h \
    9177 $(INC)piocmplx.h
     78$(OBJ)spherepos.o: spherepos.cc spherepos.h \
     79 $(INC)machdefs.h \
     80 $(INC)pclassids.h \
     81 $(INC)ppersist.h \
     82 $(INC)pexceptions.h \
     83 $(INC)md5.h unitvector.h vector3d.h \
     84 longlat.h utilgeom.h
    9285$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
    9386 $(INC)nbmath.h \
     
    10497 $(INC)ndatablock.h \
    10598 $(INC)piocmplx.h
    106 $(OBJ)syngen.o: syngen.cc syngen.h $(INC)cvector.h \
    107  $(INC)matrix.h \
    108  $(INC)peida.h \
    109  $(INC)machdefs.h \
    110  $(INC)pclassids.h \
    111  $(INC)utils.h \
    112  $(INC)perrors.h \
    113  $(INC)pexceptions.h \
    114  $(INC)fmath.h \
    115  $(INC)ppersist.h \
    116  $(INC)md5.h sphericalmap.h \
    117  $(INC)nbmath.h pixelmap.h \
    118  $(INC)dvlist.h \
    119  $(INC)objfio.h \
    120  $(INC)anydataobj.h \
    121  $(INC)tvector.h \
    122  $(INC)tmatrix.h \
    123  $(INC)ndatablock.h lambuilder.h \
    124  $(INC)fftserver.h
    12599$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
    126100 utilgeom.h
Note: See TracChangeset for help on using the changeset viewer.