source:
tags/Mars-V0.8/Makefile.conf.general@
18558
Last change on this file since 18558 was 1438, checked in by , 22 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | # |
2 | # ----->>> root libraries |
3 | # |
4 | |
5 | ROOTVER = `root-config --version` |
6 | ROOTLIBS = `root-config --libs` -lMinuit |
7 | ROOTGLIBS = `root-config --glibs` -lMinuit |
8 | ROOTCFLAGS = `root-config --cflags` |
9 | |
10 | # |
11 | # compiler flags |
12 | # |
13 | |
14 | DEFINES = -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) |
15 | |
16 | CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES) |
17 | CFLAGS = $(CXXFLAGS) |
18 | FFLAGS = $(CXXFLAGS) |
19 |
Note:
See TracBrowser
for help on using the repository browser.