--- PamCut/MiscCuts/StoermerCut/subdir.mk 2009/06/10 15:17:05 1.1 +++ PamCut/MiscCuts/StoermerCut/subdir.mk 2009/06/10 15:35:31 1.2 @@ -12,15 +12,15 @@ # Choose a name for the object file. This must coincide with the .cpp and .h filename, # except for the extension which has to be .o -OBJS += ./MiscCuts/GeoFieldCut/GeoFieldCut.o +OBJS += ./MiscCuts/StoermerCut/StoermerCut.o # Dependencies file. The extension must be .d, and the name equal to the cut name. -CPP_DEPS += ./MiscCuts/GeoFieldCut/GeoFieldCut.d +CPP_DEPS += ./MiscCuts/StoermerCut/StoermerCut.d # Rules for compilation. You will likely have only to specify the path. # Put the directory path: # here here -./MiscCuts/GeoFieldCut/%.o: ./MiscCuts/GeoFieldCut/%.cpp $(COMMONDEPS) +./MiscCuts/StoermerCut/%.o: ./MiscCuts/StoermerCut/%.cpp $(COMMONDEPS) @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' $(C++) -I${ROOTSYS}/include -I${PAM_INC} -I${PAM_INC}/yoda $(OPTIMIZE) $(EXCLUSIONFLAGS) -Wall -c -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"