/[PAMELA software]/calo/flight/Makefile
ViewVC logotype

Diff of /calo/flight/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri Jun 26 08:56:17 2009 UTC revision 1.3 by mocchiut, Tue Aug 4 13:59:06 2009 UTC
# Line 98  CXXEXELIBS:= Line 98  CXXEXELIBS:=
98  #TRKHEAD=-I${PAM_INC} -ITrackerLevel2/inc/ -IRunInfo/inc/ -IGLTables/inc/  #TRKHEAD=-I${PAM_INC} -ITrackerLevel2/inc/ -IRunInfo/inc/ -IGLTables/inc/
99    
100  #  #
101  SUBDIR=./FCaloREPROC/  ./CaloPreSampler/  ./CaloFranzini/      ./CaloBragg/ ./CaloViewer/   ./CaloNuclei/      ./CaloElectron/      ./CaloAxis/ ./FQLOOK/       ./CaloProfile/  ./CaloHK/   ./CaloDoubleShower/  SUBDIR=./FCaloREPROC/  ./CaloPreSampler/  ./CaloFranzini/      ./CaloBragg/ ./CaloViewer/   ./CaloNuclei/      ./CaloElectron/      ./CaloAxis/ ./FQLOOK/       ./CaloProfile/  ./CaloHK/   ./CaloDoubleShower/ ./CaloEnergy
102    
103  # List of all libraries we want to install  # List of all libraries we want to install
104  FULLLIBS = ${FULLROOTCLIBS} ${FULLLIBCPPLIBS} ${DARTHVLIB}  FULLLIBS = ${FULLROOTCLIBS} ${FULLLIBCPPLIBS} ${DARTHVLIB}
# Line 136  NROOTINC=${shell root-config --incdir} Line 136  NROOTINC=${shell root-config --incdir}
136  all:  all:
137          @for dir in `echo ${SUBDIR}`; do  \          @for dir in `echo ${SUBDIR}`; do  \
138           echo "Making all in $${dir}"; \           echo "Making all in $${dir}"; \
139           (cd $${dir} && ${MAKE} all); \           (cd $${dir} &>/dev/null && ${MAKE} -s all); \
140          done;          done;
141    
142  locall: prepare libs exe  locall: prepare libs exe

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23