source: trunk/MagicSoft/MarsOctober/Makefile.conf.general@ 686

Last change on this file since 686 was 447, checked in by harald, 24 years ago
Bringing the sources for the octobertest under CVS controll. (november, 3rd, 2000)
  • Property svn:executable set to *
File size: 271 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
13CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG)
14CFLAGS = $(CXXFLAGS)
15FFLAGS = $(CXXFLAGS)
16
Note: See TracBrowser for help on using the repository browser.