|
Last change
on this file since 1515 was 1158, checked in by blanch, 24 years ago |
|
General configuration file for Makefiles in the Format directories.
It has been added to compile either in MARS and MC the shared files with
the same Makefile.
|
-
Property svn:executable
set to
*
|
|
File size:
380 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)\" $(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.