/[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.2 by mocchiut, Tue Aug 4 13:42:51 2009 UTC revision 1.3 by mocchiut, Tue Aug 4 13:59:06 2009 UTC
# 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.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23