Changeset 2644 in Sophya for trunk/SophyaLib/Samba


Ignore:
Timestamp:
Jan 17, 2005, 4:44:15 PM (21 years ago)
Author:
cmv
Message:

add harmsph for Makefile cmv 17/01/2005

Location:
trunk/SophyaLib/Samba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/Makefile

    r2444 r2644  
    33all: $(LIB)libSamba.a
    44clean:
    5         rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
     5        rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)harmspher.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)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
     7$(LIB)libSamba.a : $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)harmspher.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
    13 $(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \
     13$(OBJ)alm.o: alm.cc $(INC)sopnamsp.h \
     14 alm.h $(INC)nbrandom.h \
    1415 $(INC)srandgen.h \
    1516 $(INC)machdefs.h \
     
    2930 $(INC)ppersist.h \
    3031 $(INC)gnumd5.h \
     32 $(INC)ppfbinstream.h \
     33 $(INC)rawstream.h \
     34 $(INC)ppfnametag.h \
    3135 $(INC)utilarr.h
    32 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
     36$(OBJ)bruit.o: bruit.cc \
     37 $(INC)sopnamsp.h \
     38 $(INC)fmath.h bruit.h \
    3339 $(INC)nbrandom.h \
    3440 $(INC)srandgen.h \
    3541 $(INC)machdefs.h
    36 $(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \
     42$(OBJ)circle.o: circle.cc \
     43 $(INC)sopnamsp.h circle.h \
     44 $(INC)vector3d.h \
    3745 $(INC)longlat.h \
    3846 $(INC)machdefs.h \
    3947 $(INC)utilgeom.h \
    4048 $(INC)unitvector.h geometry.h
    41 $(OBJ)datacirclefake.o: datacirclefake.cc datacirclefake.h datacirclebase.h \
    42  circle.h $(INC)vector3d.h \
     49$(OBJ)datacirclefake.o: datacirclefake.cc \
     50 $(INC)sopnamsp.h \
     51 datacirclefake.h datacirclebase.h circle.h \
     52 $(INC)vector3d.h \
    4353 $(INC)longlat.h \
    4454 $(INC)machdefs.h \
    4555 $(INC)utilgeom.h \
    4656 $(INC)unitvector.h geometry.h
    47 $(OBJ)lambdaBuilder.o: lambdaBuilder.cc lambdaBuilder.h \
     57$(OBJ)harmspher.o: harmspher.cc \
     58 $(INC)machdefs.h harmspher.h
     59$(OBJ)lambdaBuilder.o: lambdaBuilder.cc \
     60 $(INC)sopnamsp.h lambdaBuilder.h \
    4861 $(INC)ndatablock.h \
    4962 $(INC)machdefs.h \
     
    5972 $(INC)pexceptions.h \
    6073 $(INC)gnumd5.h \
     74 $(INC)ppfbinstream.h \
     75 $(INC)rawstream.h \
     76 $(INC)ppfnametag.h \
    6177 $(INC)utilarr.h alm.h \
    6278 $(INC)nbrandom.h \
     
    6682 $(INC)triangmtx.h \
    6783 $(INC)nbconst.h
    68 $(OBJ)mlobe.o: mlobe.cc mlobe.h \
     84$(OBJ)mlobe.o: mlobe.cc \
     85 $(INC)sopnamsp.h mlobe.h \
    6986 $(INC)sphericalmap.h \
    7087 $(INC)smathconst.h \
     
    7491 $(INC)pexceptions.h \
    7592 $(INC)gnumd5.h \
     93 $(INC)ppfbinstream.h \
     94 $(INC)rawstream.h \
     95 $(INC)ppfnametag.h \
    7696 $(INC)dvlist.h \
    7797 $(INC)objfio.h \
     
    90110 $(INC)utilarr.h \
    91111 $(INC)timing.h
    92 $(OBJ)sambainit.o: sambainit.cc sambainit.h \
     112$(OBJ)sambainit.o: sambainit.cc \
     113 $(INC)sopnamsp.h sambainit.h \
    93114 $(INC)skymapinit.h \
    94115 $(INC)sophyainit.h \
     
    96117 $(INC)ntoolsinit.h \
    97118 $(INC)tarrinit.h
    98 $(OBJ)scan.o: scan.cc $(INC)machdefs.h scan.h \
     119$(OBJ)scan.o: scan.cc $(INC)sopnamsp.h \
     120 $(INC)machdefs.h scan.h \
    99121 $(INC)ppersist.h \
    100122 $(INC)pexceptions.h \
    101123 $(INC)gnumd5.h \
     124 $(INC)ppfbinstream.h \
     125 $(INC)rawstream.h \
     126 $(INC)ppfnametag.h \
    102127 $(INC)dvlist.h \
    103128 $(INC)objfio.h \
     
    108133 $(INC)smathconst.h
    109134$(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \
    110  $(INC)machdefs.h sphericaltransformserver.h \
     135 $(INC)sopnamsp.h \
     136 $(INC)machdefs.h \
     137 sphericaltransformserver.h \
    111138 $(INC)sphericalmap.h \
    112139 $(INC)smathconst.h \
     
    115142 $(INC)pexceptions.h \
    116143 $(INC)gnumd5.h \
     144 $(INC)ppfbinstream.h \
     145 $(INC)rawstream.h \
     146 $(INC)ppfnametag.h \
    117147 $(INC)dvlist.h \
    118148 $(INC)objfio.h \
     
    135165 $(INC)srandgen.h \
    136166 $(INC)nbmath.h \
    137  $(INC)triangmtx.h lambdaBuilder.h \
    138  $(INC)timing.h
     167 $(INC)triangmtx.h \
     168 lambdaBuilder.h $(INC)timing.h
  • trunk/SophyaLib/Samba/objlist.list

    r1778 r2644  
    33circle.o
    44datacirclefake.o
     5harmspher.o
    56lambdaBuilder.o
    67mlobe.o
Note: See TracChangeset for help on using the changeset viewer.