Last change
on this file since 465 was 454, checked in by harald, 24 years ago |
Import the first sources of the MAGIC Analysis and Reconstruction Software.
T. Bretz and H. Kornmayer 20.December 2000
|
File size:
271 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 | CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG)
|
---|
14 | CFLAGS = $(CXXFLAGS)
|
---|
15 | FFLAGS = $(CXXFLAGS)
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.