source: tags/Mars-V2.3/Makefile.conf.general

Last change on this file was 9392, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 789 bytes
Line 
1#
2# ----->>> root libraries
3#
4
5ROOTLIBS := $(shell root-config --libs) -lASImage -lMinuit -lHistPainter -lThread
6ROOTGLIBS := $(shell root-config --glibs) -lASImage -lMinuit -lHistPainter -lThread
7ROOTCFLAGS := $(shell 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#
19DEFINES := -DMARSVER=\"2.3\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES)
20
21CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
22CFLAGS = $(CXXFLAGS) $(MARSFLAGS)
23FFLAGS = $(CXXFLAGS)
24
25HEADERS = $(subst .cxx,.hxx,$(subst .cc,.h,$(SRCFILES)))
26OBJS = $(subst .cxx,.o, $(subst .cc,.o,$(SRCFILES))) $(CINT)Cint.o
Note: See TracBrowser for help on using the repository browser.