Line | |
---|
1 | #
|
---|
2 | # ----->>> root libraries
|
---|
3 | #
|
---|
4 |
|
---|
5 | ROOTVER = `root-config --version`
|
---|
6 | ROOTLIBS = `root-config --libs` -lThread -lGX11 -lHistPainter
|
---|
7 | ROOTGLIBS = `root-config --glibs` -lThread -lGX11 -lHistPainter
|
---|
8 | ROOTCFLAGS = `root-config --cflags`
|
---|
9 |
|
---|
10 | #
|
---|
11 | # compiler flags
|
---|
12 | #
|
---|
13 |
|
---|
14 | CANDEFS = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -D__LINUX__ -DSHOW
|
---|
15 | DEFINES = -D__COSY__ -DROOTVER=\"$(ROOTVER)\" $(CANDEFS)
|
---|
16 |
|
---|
17 | CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
|
---|
18 | CFLAGS = $(CXXFLAGS)
|
---|
19 | FFLAGS = $(CXXFLAGS)
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.