/[PAMELA software]/PamCut/PamCutBase/subdir.mk
ViewVC logotype

Diff of /PamCut/PamCutBase/subdir.mk

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

revision 1.1 by pam-fi, Wed May 27 13:30:09 2009 UTC revision 1.2 by pam-fi, Fri May 29 10:10:28 2009 UTC
# Line 20  CPP_DEPS += ./PamCutBase/PamCutBase.d Line 20  CPP_DEPS += ./PamCutBase/PamCutBase.d
20  # Rules for compilation. You will likely have only to specify the path.  # Rules for compilation. You will likely have only to specify the path.
21  # Put the directory path:  # Put the directory path:
22  #  here                                                         here  #  here                                                         here
23  ./PamCutBase/%.o: ./PamCutBase/%.cpp  ./PamCutBase/%.o: ./PamCutBase/%.cpp $(COMMONDEPS)
24          @echo 'Building file: $<'          @echo 'Building file: $<'
25          @echo 'Invoking: GCC C++ Compiler'          @echo 'Invoking: GCC C++ Compiler'
26          $(C++) -I${ROOTSYS}/include -I${PAM_INC} -I${PAM_INC}/yoda $(OPTIMIZE) $(EXCLUSIONFLAGS) -Wall -c -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"          $(C++) -I${ROOTSYS}/include -I${PAM_INC} -I${PAM_INC}/yoda $(OPTIMIZE) $(EXCLUSIONFLAGS) -Wall -c -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"

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

  ViewVC Help
Powered by ViewVC 1.1.23