/[PAMELA software]/DarthVader/Makefile
ViewVC logotype

Diff of /DarthVader/Makefile

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

revision 1.1.1.1 by mocchiut, Fri May 19 13:15:25 2006 UTC revision 1.3 by mocchiut, Wed May 31 09:19:32 2006 UTC
# Line 89  CXXEXELIBS:=DarthVader Line 89  CXXEXELIBS:=DarthVader
89  # -- list of tracker objects needed to link  # -- list of tracker objects needed to link
90  #TRKOBJS=${DIRTOP}/../lib2/libTrkLevel2.so ${DIRTOP}/../lib2/libtrack.so  #TRKOBJS=${DIRTOP}/../lib2/libTrkLevel2.so ${DIRTOP}/../lib2/libtrack.so
91  #TRKOBJS=$(shell for lib in `ls ${DIRLIB}`; do echo ${lib}; done)  #TRKOBJS=$(shell for lib in `ls ${DIRLIB}`; do echo ${lib}; done)
92  OBJS=${DIRLIB}/*  OBJS=${DIRLIB}/*.*
93  #TRKOBJS=  #TRKOBJS=
94    
95  # -- directory where to find tracker headers needed to compile  # -- directory where to find tracker headers needed to compile
# Line 387  for i in ${TOBEMOVED} ; do \ Line 387  for i in ${TOBEMOVED} ; do \
387  wv=$${i##/*/}; \  wv=$${i##/*/}; \
388  dest=$${i/$${wv}/}; \  dest=$${i/$${wv}/}; \
389  ${EYELLOW} " Copying directory: "${WHITE} ${ORIGIN}/$${i##/*/} ;\  ${EYELLOW} " Copying directory: "${WHITE} ${ORIGIN}/$${i##/*/} ;\
390  ${EYELLOW} "          to: "${WHITE} $${i} ; ${RESET}; \  ${EYELLOW} "          to: "${WHITE} ${PAM_CALIB} ; ${RESET}; \
391  cp -rf ${ORIGIN}/$${i##/*/} $${i}; \  cp -rf ${ORIGIN}/$${i##/*/} ${PAM_CALIB}; \
392  done  done
393  endef  endef
394    

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

  ViewVC Help
Powered by ViewVC 1.1.23