source: tags/Mars-V0.8.2/Makefile.conf.general@ 9760

Last change on this file since 9760 was 2506, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 686 bytes
Line 
1#
2# ----->>> root libraries
3#
4
5ROOTVER = `root-config --version`
6ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread
7ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
8ROOTCFLAGS = `root-config --cflags`
9
10#
11# compiler flags
12#
13
14#
15# You can use this flags to further costumize compilation:
16# export MARSDEFINES="-DHAVE_DARKBACKGROUND -DHAVE_XPM"
17# export MARSFLAGS=
18# export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
19#
20DEFINES = -DMARSVER=\"0.8.2\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
21
22CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
23CFLAGS = $(CXXFLAGS) $(MARSFLAGS)
24FFLAGS = $(CXXFLAGS)
25
Note: See TracBrowser for help on using the repository browser.