src/utilities/Makefile

00001 include ../make.inc
00002 
00003 SOURCES_CC=Log.cxx Plots.cxx
00004 OBJECTS_CC=$(SOURCES_CC:.cxx=.o)
00005 
00006 %.o: %.cxx
00007         $(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../eventRecordInterfaces -c $< -o $@
00008 
00009 all:   $(OBJECTS_CC)
00010 
00011 clean:
00012         rm -f *.o; rm -f *~;
Generated on Sun Oct 20 20:24:09 2013 for C++InterfacetoTauola by  doxygen 1.6.3