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

Last change on this file since 2169 was 910, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 448 bytes
Line 
1#
2# ----->>> root libraries
3#
4
5ROOTVER = `root-config --version`
6ROOTLIBS = `root-config --libs`
7ROOTGLIBS = `root-config --glibs`
8ROOTCFLAGS = `root-config --cflags`
9
10#
11# compiler flags
12#
13
14CANDEFS = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -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.