source:
trunk/MagicSoft/Mars/Makefile.conf.general@
973
| Last change on this file since 973 was 716, checked in by , 25 years ago | |
|---|---|
| File size: 369 bytes | |
| Line | |
|---|---|
| 1 | # |
| 2 | # ----->>> root libraries |
| 3 | # |
| 4 | |
| 5 | ROOTVER = `root-config --version` |
| 6 | ROOTLIBS = `root-config --libs` |
| 7 | ROOTGLIBS = `root-config --glibs` |
| 8 | ROOTCFLAGS = `root-config --cflags` |
| 9 | |
| 10 | # |
| 11 | # compiler flags |
| 12 | # |
| 13 | |
| 14 | DEFINES = -D__MARS__ -DROOTVER=\"$(ROOTVER)\" |
| 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.
