C++InterfacetoTauola
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
src
eventRecordInterfaces
src/eventRecordInterfaces/Makefile
1
include ../make.inc
2
3
OBJECTS_CC = TauolaHEPEVTEvent.o
TauolaHEPEVTParticle
.o
4
5
ifneq ($(HEPMCLOCATION), )
6
OBJECTS_CC +=
TauolaHepMCParticle
.o
TauolaHepMCEvent
.o
7
endif
8
9
ifneq ($(HEPMC3LOCATION), )
10
OBJECTS_CC +=
TauolaHepMC3Particle
.o
TauolaHepMC3Event
.o
11
endif
12
13
all: $(OBJECTS_CC)
14
15
16
TauolaHEPEVTEvent.o: TauolaHEPEVTEvent.cxx
17
$(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -c $< -o $@
18
19
TauolaHEPEVTParticle
.o:
TauolaHEPEVTParticle
.cxx
20
$(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -c $< -o $@
21
22
TauolaHepMCParticle
.o:
TauolaHepMCParticle
.cxx
23
$(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -I$(HEPMCLOCATION)/include -c $< -o $@
24
25
TauolaHepMCEvent
.o:
TauolaHepMCEvent
.cxx
26
$(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -I$(HEPMCLOCATION)/include -c $< -o $@
27
28
TauolaHepMC3Particle
.o:
TauolaHepMC3Particle
.cxx
29
$(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -I$(HEPMC3LOCATION)/include -c $< -o $@
30
31
TauolaHepMC3Event
.o:
TauolaHepMC3Event
.cxx
32
$(CC) $(CFLAGS) $(DEBUG) -I. -I../tauolaCInterfaces -I../tauolaFortranInterfaces -I../utilities -I$(HEPMC3LOCATION)/include -c $< -o $@
33
34
35
clean:
36
rm -f *.o; rm -f *~;
37
TauolaHepMCParticle
Interface to HepMC::GenParticle objects.
TauolaHepMCEvent
Interface to HepMC::GenEvent objects.
TauolaHEPEVTParticle
Single particle of HEPEVT event record.
TauolaHepMC3Particle
Interface to GenParticle objects.
TauolaHepMC3Event
Interface to GenEvent objects.
Generated by
1.8.5