Changeset 2703 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Apr 27, 2005, 2:05:22 PM (20 years ago)
Author:
ansari
Message:

MAJ Makefile , Reza 27/04/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/Makefile

    r2688 r2703  
    33all: $(LIB)libHiStats.a
    44clean:
    5         rm -f $(OBJ)basedtable.o $(OBJ)datatable.o $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
     5        rm -f $(OBJ)basedtable.o $(OBJ)datatable.o $(OBJ)fio_dtable.o $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)swppfdtable.o $(OBJ)xntuple.o
    66        rm -f $(LIB)libHiStats.a
    7 $(LIB)libHiStats.a : $(OBJ)basedtable.o $(OBJ)datatable.o $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
     7$(LIB)libHiStats.a : $(OBJ)basedtable.o $(OBJ)datatable.o $(OBJ)fio_dtable.o $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)swppfdtable.o $(OBJ)xntuple.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    4242  $(INC)fiosegdb.h \
    4343  $(INC)ppftpointerio.h
     44$(OBJ)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \
     45  $(INC)machdefs.h ntupintf.h \
     46  $(INC)dvlist.h \
     47  $(INC)objfio.h \
     48  $(INC)anydataobj.h \
     49  $(INC)ppersist.h \
     50  $(INC)pexceptions.h \
     51  $(INC)gnumd5.h \
     52  $(INC)ppfbinstream.h \
     53  $(INC)rawstream.h \
     54  $(INC)ppfnametag.h \
     55  $(INC)mutyv.h \
     56  $(INC)segdatablock.h swppfdtable.h \
     57  $(INC)swsegdb.h \
     58  $(INC)ppfswapper.h \
     59  $(INC)ppftpointerio.h \
     60  $(INC)sopnamsp.h \
     61  $(INC)fiosegdb.h
    4462$(OBJ)hisprof.o: hisprof.cc $(INC)sopnamsp.h \
    4563  $(INC)machdefs.h hisprof.h \
     
    115133  $(INC)utilarr.h histos2.h hisprof.h histerr.h \
    116134  ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \
    117   $(INC)segdatablock.h
     135  $(INC)segdatablock.h swppfdtable.h \
     136  $(INC)swsegdb.h \
     137  $(INC)ppfswapper.h \
     138  $(INC)ppftpointerio.h
    118139$(OBJ)histos.o: histos.cc $(INC)sopnamsp.h \
    119140  $(INC)machdefs.h histos.h \
     
    191212  $(INC)dvlist.h \
    192213  $(INC)mutyv.h
     214$(OBJ)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \
     215  $(INC)machdefs.h ntupintf.h \
     216  $(INC)dvlist.h \
     217  $(INC)objfio.h \
     218  $(INC)anydataobj.h \
     219  $(INC)ppersist.h \
     220  $(INC)pexceptions.h \
     221  $(INC)gnumd5.h \
     222  $(INC)ppfbinstream.h \
     223  $(INC)rawstream.h \
     224  $(INC)ppfnametag.h \
     225  $(INC)mutyv.h \
     226  $(INC)segdatablock.h \
     227  $(INC)swsegdb.h \
     228  $(INC)ppfswapper.h \
     229  $(INC)ppftpointerio.h \
     230  $(INC)sopnamsp.h
    193231$(OBJ)xntuple.o: xntuple.cc $(INC)sopnamsp.h \
    194232  $(INC)ppersist.h \
Note: See TracChangeset for help on using the changeset viewer.