Changeset 263 in Sophya


Ignore:
Timestamp:
Apr 23, 1999, 6:06:33 PM (26 years ago)
Author:
ansari
Message:

MAJ makefile Reza 23/04/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/Makefile

    r228 r263  
    33all: $(LIB)libSamba.a
    44clean:
    5         rm -f $(OBJ)bruit.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o
     5        rm -f $(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
    66        rm $(LIB)libSamba.a
    7 $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o
     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
    88        $(AR) $(ARFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1515 $(INC)rzimage.h \
    1616 $(INC)rzvect.h \
    17  $(INC)machine.h \
    18  $(INC)defs.h \
    19  $(INC)exceptions.h \
    20  $(INC)peidainit.h \
     17 $(INC)machdefs.h \
     18 $(INC)pclassids.h \
     19 $(INC)pexceptions.h \
    2120 $(INC)perrors.h \
    2221 $(INC)datatypes.h \
    2322 $(INC)ppersist.h \
    24  $(INC)pclassids.h \
     23 $(INC)md5.h \
    2524 $(INC)dvlist.h bruit.h \
    2625 $(INC)nbrandom.h \
    2726 $(INC)hbook.h
     27$(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \
     28 unitvector.h
    2829$(OBJ)gorfph.o: gorfph.cc
    2930$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
    3031 $(INC)ppersist.h \
    31  $(INC)defs.h \
    32  $(INC)machine.h \
    33  $(INC)perrors.h \
    34  $(INC)exceptions.h \
    35  $(INC)peidainit.h \
     32 $(INC)machdefs.h \
    3633 $(INC)pclassids.h \
     34 $(INC)pexceptions.h \
     35 $(INC)md5.h \
    3736 $(INC)dvlist.h sphericalmap.h \
    3837 $(INC)nbmath.h \
     
    4140 $(INC)peida.h \
    4241 $(INC)utils.h \
     42 $(INC)perrors.h \
    4343 $(INC)fmath.h
     44$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
    4445$(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
    45  $(INC)nbmath.h pixelmap.h \
     46 $(INC)nbmath.h \
     47 $(INC)machdefs.h \
     48 $(INC)pclassids.h pixelmap.h \
    4649 $(INC)ppersist.h \
    47  $(INC)perrors.h \
    48  $(INC)exceptions.h \
    49  $(INC)peidainit.h \
    50  $(INC)pclassids.h \
     50 $(INC)pexceptions.h \
     51 $(INC)md5.h \
    5152 $(INC)dvlist.h \
    5253 $(INC)cvector.h \
     
    5455 $(INC)peida.h \
    5556 $(INC)utils.h \
    56  $(INC)fmath.h unitvec.h \
    57  $(INC)timing.h
    58 $(OBJ)scan.o: scan.cc scan.h $(INC)ppersist.h \
    59  $(INC)defs.h \
    60  $(INC)machine.h \
    6157 $(INC)perrors.h \
    62  $(INC)exceptions.h \
    63  $(INC)peidainit.h \
    64  $(INC)pclassids.h \
     58 $(INC)fmath.h unitvector.h vector3d.h \
     59 longlat.h utilgeom.h $(INC)timing.h
     60$(OBJ)scan.o: scan.cc $(INC)machdefs.h \
     61 $(INC)pclassids.h scan.h \
     62 $(INC)ppersist.h \
     63 $(INC)pexceptions.h \
     64 $(INC)md5.h \
    6565 $(INC)dvlist.h \
    6666 $(INC)nbmath.h
    6767$(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \
    68  $(INC)nbmath.h pixelmap.h \
     68 $(INC)nbmath.h \
     69 $(INC)machdefs.h \
     70 $(INC)pclassids.h pixelmap.h \
    6971 $(INC)ppersist.h \
    70  $(INC)perrors.h \
    71  $(INC)exceptions.h \
    72  $(INC)peidainit.h \
    73  $(INC)pclassids.h \
     72 $(INC)pexceptions.h \
     73 $(INC)md5.h \
    7474 $(INC)dvlist.h \
    7575 $(INC)cvector.h \
     
    7777 $(INC)peida.h \
    7878 $(INC)utils.h \
     79 $(INC)perrors.h \
    7980 $(INC)fmath.h \
    8081 $(INC)strutil.h
    8182$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
    82  $(INC)nbmath.h pixelmap.h \
     83 $(INC)nbmath.h \
     84 $(INC)machdefs.h \
     85 $(INC)pclassids.h pixelmap.h \
    8386 $(INC)ppersist.h \
    84  $(INC)perrors.h \
    85  $(INC)exceptions.h \
    86  $(INC)peidainit.h \
    87  $(INC)pclassids.h \
     87 $(INC)pexceptions.h \
     88 $(INC)md5.h \
    8889 $(INC)dvlist.h \
    8990 $(INC)cvector.h \
     
    9192 $(INC)peida.h \
    9293 $(INC)utils.h \
     94 $(INC)perrors.h \
    9395 $(INC)fmath.h pdataarray.h prefcount.h
     96$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
     97 utilgeom.h
     98$(OBJ)utilgeom.o: utilgeom.cc
     99$(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
Note: See TracChangeset for help on using the changeset viewer.