source: trunk/MagicSoft/Cosy/Makefile.conf.general@ 7791

Last change on this file since 7791 was 7787, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 541 bytes
Line 
1#
2# ----->>> root libraries
3#
4
5ROOTVER = `root-config --version`
6ROOTLIBS = `root-config --libs` -lThread -lGX11 -lHistPainter
7ROOTGLIBS = `root-config --glibs` -lThread -lGX11 -lHistPainter
8ROOTCFLAGS = `root-config --cflags`
9
10#
11# compiler flags
12#
13
14CANDEFS = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -D__LINUX__ -DSHOW
15DEFINES = -D__COSY__ -DMARSVER=\"Cosy\" -DROOTVER=\"$(ROOTVER)\" $(CANDEFS)
16
17CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
18CFLAGS = $(CXXFLAGS)
19FFLAGS = $(CXXFLAGS)
20
Note: See TracBrowser for help on using the repository browser.