Changeset 8011 for trunk/MagicSoft/Mars/Makefile.conf.general
- Timestamp:
- 10/07/06 14:57:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.general
r7879 r8011 3 3 # 4 4 5 ROOTVER = `root-config --version`6 5 ROOTLIBS = `root-config --libs` -lASImage -lMinuit -lHistPainter -lThread 7 6 ROOTGLIBS = `root-config --glibs` -lASImage -lMinuit -lHistPainter -lThread … … 18 17 # export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib" 19 18 # 20 DEFINES = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\"$(ARCHDEF) $(MARSDEFINES)19 DEFINES = -DMARSVER=\"\<cvs\>\" -D__MARS__ $(ARCHDEF) $(MARSDEFINES) 21 20 22 21 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
Note:
See TracChangeset
for help on using the changeset viewer.