Line | |
---|
1 | #
|
---|
2 | # ----->>> root libraries
|
---|
3 | #
|
---|
4 |
|
---|
5 | ROOTLIBS = `root-config --libs` -lASImage -lMinuit -lHistPainter -lThread
|
---|
6 | ROOTGLIBS = `root-config --glibs` -lASImage -lMinuit -lHistPainter -lThread
|
---|
7 | ROOTCFLAGS = `root-config --cflags`
|
---|
8 |
|
---|
9 | #
|
---|
10 | # compiler flags
|
---|
11 | #
|
---|
12 |
|
---|
13 | #
|
---|
14 | # You can use this flags to further costumize compilation:
|
---|
15 | # export MARSDEFINES="-DHAVE_DARKBACKGROUND -DHAVE_XPM"
|
---|
16 | # export MARSFLAGS=
|
---|
17 | # export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
|
---|
18 | #
|
---|
19 | DEFINES = -DMARSVER=\"1.1\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES)
|
---|
20 |
|
---|
21 | CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
|
---|
22 | CFLAGS = $(CXXFLAGS) $(MARSFLAGS)
|
---|
23 | FFLAGS = $(CXXFLAGS)
|
---|
24 |
|
---|
25 | HEADERS = $(subst .cxx,.hxx,$(subst .cc,.h,$(SRCFILES)))
|
---|
26 | OBJS = $(subst .cxx,.o, $(subst .cc,.o,$(SRCFILES))) $(CINT)Cint.o
|
---|
Note:
See
TracBrowser
for help on using the repository browser.