- Timestamp:
- 09/15/03 12:48:51 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.general
r1566 r2344 4 4 5 5 ROOTVER = `root-config --version` 6 ROOTLIBS = `root-config --libs` 7 ROOTGLIBS = `root-config --glibs` 6 ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter 7 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter 8 8 ROOTCFLAGS = `root-config --cflags` 9 9 … … 12 12 # 13 13 14 DEFINES = -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) 14 # 15 # You can use this flags to further costumize compilation: 16 # export MARSDEFINES="-DHAVE_DARKBACKGROUND -DHAVE_XPM" 17 # export MARSFLAGS= 18 # export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib" 19 # 20 DEFINES = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES) 15 21 16 22 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES) 17 CFLAGS = $(CXXFLAGS) 23 CFLAGS = $(CXXFLAGS) $(MARSFLAGS) 18 24 FFLAGS = $(CXXFLAGS) 19 25
Note:
See TracChangeset
for help on using the changeset viewer.