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

Last change on this file since 7310 was 4076, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 522 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__ -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.