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