|
Last change
on this file since 1825 was 1566, checked in by blanch, 23 years ago |
|
*** empty log message ***
|
-
Property svn:executable
set to
*
|
|
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 = -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.