Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 bj 1
######################################################################
2
### This is the configuration file where we tell make which compiler
3
### to use and whether we want to go for a debug or release version
4
######################################################################
5
 
6
# C++ compiler (may be left blank - in this case, I guess which compiler
7
# to use from a list of options.
8
CXX =	
9
 
10
# Target (debug or release)
58 jab 11
# it makes more sense in some cases to specify this on the command line
12
# using "make TARGET=release" or by specifying the target in the environment
13
# hence, I suggest you do not use this config file to specify the target.
57 jab 14
#TARGET 	= debug
58 jab 15
#TARGET 	= release