src/tauolaCInterfaces/Makefile

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