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"$@" "$<" |