--- PamelaLevel2/doc/examples/Makefile 2007/01/03 13:28:49 1.2 +++ PamelaLevel2/doc/examples/Makefile 2007/08/17 16:57:11 1.5 @@ -7,7 +7,7 @@ LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs` INCS =-I `root-config --incdir` -I$(PAM_INC) -I$(PAM_INC)/yoda/ -I./ -EXE = Loop.exe +EXE = Loop.exe # pattern rule to compile object files from C files # might not work with make programs other than GNU make %.o : %.cpp Makefile @@ -20,9 +20,7 @@ Loop.exe: $(OBJS) Makefile $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS) $(LIBS) -o Loop.exe -OBJS0 = Loop-0.o My-Selection-0.o My-Histos-0 -Loop-0.exe: $(OBJS0) Makefile - $(CC) $(ALL_CFLAGS) $(INCS) $(OBJS0) $(LIBS) -o Loop-0.exe + .PHONY : clean clean: