source: trunk/MagicSoft/Mars/Makefile.conf.general@ 527

Last change on this file since 527 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
5ROOTLIBS = `root-config --libs`
6ROOTGLIBS = `root-config --glibs`
7ROOTCFLAGS = `root-config --cflags`
8
9#
10# compiler flags
11#
12
13CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG)
14CFLAGS = $(CXXFLAGS)
15FFLAGS = $(CXXFLAGS)
16
Note: See TracBrowser for help on using the repository browser.