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

Last change on this file since 703 was 574, checked in by tbretz, 24 years ago
see Mars/Changelog
File size: 306 bytes
Line 
1#
2# ----->>> root libraries
3#
4
5ROOTLIBS = `root-config --libs`
6ROOTGLIBS = `root-config --glibs`
7ROOTCFLAGS = `root-config --cflags`
8
9#
10# compiler flags
11#
12
13DEFINES = -D__MARS__
14
15CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
16CFLAGS = $(CXXFLAGS)
17FFLAGS = $(CXXFLAGS)
18
Note: See TracBrowser for help on using the repository browser.