source: trunk/MagicSoft/Mars/Makefile.conf.general@ 807

Last change on this file since 807 was 716, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 369 bytes
Line 
1#
2# ----->>> root libraries
3#
4
5ROOTVER = `root-config --version`
6ROOTLIBS = `root-config --libs`
7ROOTGLIBS = `root-config --glibs`
8ROOTCFLAGS = `root-config --cflags`
9
10#
11# compiler flags
12#
13
14DEFINES = -D__MARS__ -DROOTVER=\"$(ROOTVER)\"
15
16CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
17CFLAGS = $(CXXFLAGS)
18FFLAGS = $(CXXFLAGS)
19
Note: See TracBrowser for help on using the repository browser.