Changeset 824 in Sophya for trunk/SophyaLib/Samba


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

MAJ Makefile Reza 06/04/2000

Location:
trunk/SophyaLib/Samba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/Makefile

    r663 r824  
    33all: $(LIB)libSamba.a
    44clean:
    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
     5        rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
    66        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
     7$(LIB)libSamba.a : $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
    10         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -lNTools -lSysTools -o $(OBJ)xx.x -Hf
     10        $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
    1111endif
    1212 
     13$(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \
     14 $(INC)machdefs.h \
     15 $(INC)pclassids.h \
     16 $(INC)nbmath.h \
     17 $(INC)smathconst.h \
     18 $(INC)triangmtx.h \
     19 $(INC)ndatablock.h \
     20 $(INC)anydataobj.h \
     21 $(INC)pexceptions.h \
     22 $(INC)tvector.h \
     23 $(INC)tmatrix.h \
     24 $(INC)tarray.h \
     25 $(INC)basarr.h \
     26 $(INC)dvlist.h \
     27 $(INC)objfio.h \
     28 $(INC)ppersist.h \
     29 $(INC)gnumd5.h \
     30 $(INC)utilarr.h
    1331$(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
    1432 $(INC)nbrandom.h \
    1533 $(INC)machdefs.h \
    1634 $(INC)pclassids.h
    17 $(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \
    18  unitvector.h geometry.h
    19 $(OBJ)gorfph.o: gorfph.cc
    20 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
    21  $(INC)ppersist.h \
     35$(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \
     36 $(INC)longlat.h \
     37 $(INC)utilgeom.h \
     38 $(INC)unitvector.h geometry.h
     39$(OBJ)lambdaBuilder.o: lambdaBuilder.cc lambdaBuilder.h \
     40 $(INC)ndatablock.h \
    2241 $(INC)machdefs.h \
    2342 $(INC)pclassids.h \
    24  $(INC)pexceptions.h \
    25  $(INC)md5.h \
     43 $(INC)anydataobj.h \
     44 $(INC)tvector.h \
     45 $(INC)tmatrix.h \
     46 $(INC)tarray.h \
     47 $(INC)basarr.h \
    2648 $(INC)dvlist.h \
    2749 $(INC)objfio.h \
    28  $(INC)anydataobj.h spherepos.h unitvector.h \
    29  vector3d.h longlat.h utilgeom.h sphericalmap.h \
     50 $(INC)ppersist.h \
     51 $(INC)pexceptions.h \
     52 $(INC)gnumd5.h \
     53 $(INC)utilarr.h alm.h \
     54 $(INC)nbrandom.h \
    3055 $(INC)nbmath.h \
     56 $(INC)smathconst.h \
     57 $(INC)triangmtx.h \
     58 $(INC)nbconst.h
     59$(OBJ)mlobe.o: mlobe.cc mlobe.h \
     60 $(INC)sphericalmap.h \
     61 $(INC)smathconst.h \
     62 $(INC)machdefs.h \
     63 $(INC)pclassids.h \
     64 $(INC)pixelmap.h \
     65 $(INC)ppersist.h \
     66 $(INC)pexceptions.h \
     67 $(INC)gnumd5.h \
     68 $(INC)dvlist.h \
     69 $(INC)objfio.h \
     70 $(INC)anydataobj.h \
     71 $(INC)spherepos.h \
     72 $(INC)unitvector.h \
     73 $(INC)vector3d.h \
     74 $(INC)longlat.h \
     75 $(INC)utilgeom.h \
    3176 $(INC)tvector.h \
    3277 $(INC)tmatrix.h \
     78 $(INC)tarray.h \
     79 $(INC)basarr.h \
    3380 $(INC)ndatablock.h \
    34  $(INC)piocmplx.h
    35 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
    36 $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
    37  $(INC)nbmath.h \
    38  $(INC)machdefs.h \
    39  $(INC)pclassids.h pixelmap.h \
    40  $(INC)ppersist.h \
    41  $(INC)pexceptions.h \
    42  $(INC)md5.h \
    43  $(INC)dvlist.h \
    44  $(INC)objfio.h \
    45  $(INC)anydataobj.h spherepos.h unitvector.h \
    46  vector3d.h longlat.h utilgeom.h \
    47  $(INC)tvector.h \
    48  $(INC)tmatrix.h \
    49  $(INC)ndatablock.h \
     81 $(INC)utilarr.h \
    5082 $(INC)timing.h
    5183$(OBJ)sambainit.o: sambainit.cc sambainit.h \
    52  $(INC)outilsinit.h \
    53  $(INC)peidainit.h \
     84 $(INC)skymapinit.h \
     85 $(INC)tarrinit.h \
     86 $(INC)sophyainit.h \
    5487 $(INC)machdefs.h \
    5588 $(INC)pclassids.h \
    56  $(INC)ppersist.h \
    57  $(INC)pexceptions.h \
    58  $(INC)md5.h \
    59  $(INC)objfio.h \
    60  $(INC)anydataobj.h spherethetaphi.h \
    61  sphericalmap.h $(INC)nbmath.h pixelmap.h \
    62  $(INC)dvlist.h spherepos.h unitvector.h \
    63  vector3d.h longlat.h utilgeom.h \
    64  $(INC)tvector.h \
    65  $(INC)tmatrix.h \
    66  $(INC)ndatablock.h spheregorski.h
     89 $(INC)ntoolsinit.h
    6790$(OBJ)scan.o: scan.cc $(INC)machdefs.h \
    6891 $(INC)pclassids.h scan.h \
    6992 $(INC)ppersist.h \
    7093 $(INC)pexceptions.h \
    71  $(INC)md5.h \
     94 $(INC)gnumd5.h \
    7295 $(INC)dvlist.h \
    7396 $(INC)objfio.h \
     
    7598 $(INC)ndatablock.h \
    7699 $(INC)piocmplx.h \
    77  $(INC)nbmath.h
    78 $(OBJ)spheregorski.o: spheregorski.cc \
     100 $(INC)fiondblock.h \
     101 $(INC)smathconst.h
     102$(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \
    79103 $(INC)machdefs.h \
    80  $(INC)pclassids.h \
    81  $(INC)pexceptions.h spheregorski.h \
    82  sphericalmap.h $(INC)nbmath.h pixelmap.h \
     104 $(INC)pclassids.h sphericaltransformserver.h \
     105 $(INC)sphericalmap.h \
     106 $(INC)smathconst.h \
     107 $(INC)pixelmap.h \
    83108 $(INC)ppersist.h \
    84  $(INC)md5.h \
     109 $(INC)pexceptions.h \
     110 $(INC)gnumd5.h \
    85111 $(INC)dvlist.h \
    86112 $(INC)objfio.h \
    87  $(INC)anydataobj.h spherepos.h unitvector.h \
    88  vector3d.h longlat.h utilgeom.h \
     113 $(INC)anydataobj.h \
     114 $(INC)spherepos.h \
     115 $(INC)unitvector.h \
     116 $(INC)vector3d.h \
     117 $(INC)longlat.h \
     118 $(INC)utilgeom.h \
    89119 $(INC)tvector.h \
    90120 $(INC)tmatrix.h \
     121 $(INC)tarray.h \
     122 $(INC)basarr.h \
    91123 $(INC)ndatablock.h \
    92  $(INC)strutil.h
    93 $(OBJ)spherepos.o: spherepos.cc spherepos.h \
    94  $(INC)machdefs.h \
    95  $(INC)pclassids.h \
    96  $(INC)ppersist.h \
    97  $(INC)pexceptions.h \
    98  $(INC)md5.h unitvector.h vector3d.h \
    99  longlat.h utilgeom.h
    100 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
     124 $(INC)utilarr.h \
     125 $(INC)spheregorski.h \
     126 $(INC)fftservintf.h \
     127 $(INC)fftpserver.h alm.h \
     128 $(INC)nbrandom.h \
    101129 $(INC)nbmath.h \
    102  $(INC)machdefs.h \
    103  $(INC)pclassids.h pixelmap.h \
    104  $(INC)ppersist.h \
    105  $(INC)pexceptions.h \
    106  $(INC)md5.h \
    107  $(INC)dvlist.h \
    108  $(INC)objfio.h \
    109  $(INC)anydataobj.h spherepos.h unitvector.h \
    110  vector3d.h longlat.h utilgeom.h \
    111  $(INC)tvector.h \
    112  $(INC)tmatrix.h \
    113  $(INC)ndatablock.h \
    114  $(INC)piocmplx.h
    115 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
    116  utilgeom.h
    117 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
    118 $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
     130 $(INC)triangmtx.h lambdaBuilder.h
  • trunk/SophyaLib/Samba/objlist.list

    r663 r824  
     1alm.o
    12bruit.o
    23circle.o
    3 gorfph.o
    4 localmap.o
    5 longlat.o
     4lambdaBuilder.o
    65mlobe.o
    76sambainit.o
    87scan.o
    9 spheregorski.o
    10 spherepos.o
    11 spherethetaphi.o
    12 unitvector.o
    13 utilgeom.o
    14 vector3d.o
     8sphericaltransformserver.o
Note: See TracChangeset for help on using the changeset viewer.