src/eventRecordInterfaces/Makefile

00001 include ../make.inc
00002 
00003 SOURCES_CC = TauolaHEPEVTEvent.cxx TauolaHEPEVTParticle.cxx
00004 
00005 ifneq ($(HEPMCLOCATION), )
00006   SOURCES_CC += TauolaHepMCParticle.cxx TauolaHepMCEvent.cxx
00007 endif
00008 
00009 OBJECTS_CC=$(SOURCES_CC:.cxx=.o)
00010 
00011 %.o: %.cxx
00012         $(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -I$(HEPMCLOCATION)/include -c $< -o $@
00013 
00014 all:   $(OBJECTS_CC)
00015 
00016 clean:                                                     
00017         rm -f *.o; rm -f *~;    
00018 
Generated on Sun Oct 20 20:24:09 2013 for C++InterfacetoTauola by  doxygen 1.6.3