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

Last change on this file since 1158 was 1158, checked in by blanch, 23 years ago
General configuration file for Makefiles in the Format directories. It has been added to compile either in MARS and MC the shared files with the same Makefile.
  • Property svn:executable set to *
File size: 380 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)\" $(ARCHDEF)
15
16CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
17CFLAGS = $(CXXFLAGS)
18FFLAGS = $(CXXFLAGS)
19
Note: See TracBrowser for help on using the repository browser.