Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../Makefile.conf.general
|
---|
10 |
|
---|
11 | #
|
---|
12 | # Handling name of the Root Dictionary Files
|
---|
13 | #
|
---|
14 | CINT = HistMc
|
---|
15 |
|
---|
16 | #
|
---|
17 | # Library name to creatre
|
---|
18 | #
|
---|
19 | LIB = mhistmc.a
|
---|
20 |
|
---|
21 | #
|
---|
22 | # connect the include files defined in the config.mk file
|
---|
23 | #
|
---|
24 | INCLUDES = -I. -I../mbase -I../mhbase -I../mhist -I../mmc -I../manalysis \
|
---|
25 | -I../mimage -I../mgeom
|
---|
26 |
|
---|
27 | #------------------------------------------------------------------------------
|
---|
28 |
|
---|
29 | .SUFFIXES: .c .cc .cxx .h .hxx .o
|
---|
30 |
|
---|
31 | SRCFILES = MHMcEnergy.cc \
|
---|
32 | MHMcEfficiency.cc \
|
---|
33 | MHMcEfficiencyImpact.cc \
|
---|
34 | MHMcEfficiencyEnergy.cc \
|
---|
35 | MHMcEnergyImpact.cc \
|
---|
36 | MHMcRate.cc \
|
---|
37 | MHMcCollectionArea.cc \
|
---|
38 | MHMcIntRate.cc \
|
---|
39 | MHMcDifRate.cc \
|
---|
40 | MHMcEnergyMigration.cc \
|
---|
41 | MHMcCT1CollectionArea.cc \
|
---|
42 | MHMcTriggerLvl2.cc
|
---|
43 |
|
---|
44 | SRCS = $(SRCFILES)
|
---|
45 | HEADERS = $(SRCFILES:.cc=.h)
|
---|
46 | OBJS = $(SRCFILES:.cc=.o)
|
---|
47 |
|
---|
48 | ############################################################
|
---|
49 |
|
---|
50 | all: $(LIB)
|
---|
51 |
|
---|
52 | include ../Makefile.rules
|
---|
53 |
|
---|
54 | #clean: rmcint rmobjs rmcore rmlib
|
---|
55 |
|
---|
56 | mrproper: clean rmbak
|
---|
57 |
|
---|
58 | # @endcode
|
---|
59 |
|
---|
60 |
|
---|
61 |
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 |
|
---|
66 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.