Changeset 2245 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Nov 4, 2002, 5:33:22 PM (23 years ago)
Author:
ansari
Message:

Correction fichier Makefile suite ajout proxtuple.cc - Reza 4/11/2002

Location:
trunk/SophyaLib/HiStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/Makefile

    r2244 r2245  
    33all: $(LIB)libHiStats.a
    44clean:
    5         rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)xntuple.o
     5        rm -f $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
    66        rm -f $(LIB)libHiStats.a
    77$(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o
     
    101101 $(INC)dvlist.h \
    102102 $(INC)mutyv.h
     103$(OBJ)proxtuple.o: proxtuple.cc proxtuple.h ntuple.h \
     104 $(INC)objfio.h \
     105 $(INC)machdefs.h \
     106 $(INC)anydataobj.h \
     107 $(INC)ppersist.h \
     108 $(INC)pexceptions.h \
     109 $(INC)gnumd5.h ntupintf.h \
     110 $(INC)dvlist.h \
     111 $(INC)mutyv.h
    103112$(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \
    104113 $(INC)machdefs.h \
  • trunk/SophyaLib/HiStats/proxtuple.h

    r2244 r2245  
    3434//forward declarations
    3535
    36 #include<ntuple.h>
    37 #include<string>
     36#include "ntuple.h"
     37#include <string>
    3838
    3939class ProxTuple
Note: See TracChangeset for help on using the changeset viewer.