src/utilities/Makefile

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