source: trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.general@ 2329

Last change on this file since 2329 was 1566, checked in by blanch, 22 years ago
*** empty log message ***
  • Property svn:executable set to *
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 = -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF)
15
16CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
17CFLAGS = $(CXXFLAGS)
18FFLAGS = $(CXXFLAGS)
19
Note: See TracBrowser for help on using the repository browser.