version 1.1.1.1, 2012/02/21 16:23:02
|
version 1.1.1.2, 2013/07/22 10:46:14
|
Line 22
|
Line 22
|
srcdir = @srcdir@ |
srcdir = @srcdir@ |
top_builddir = @top_builddir@ |
top_builddir = @top_builddir@ |
top_srcdir = @top_srcdir@ |
top_srcdir = @top_srcdir@ |
|
cross_compiling = @CROSS_COMPILING@ |
|
|
# Compiler & tools to use |
# Compiler & tools to use |
CC = @CC@ |
CC = @CC@ |
Line 34 CPPFLAGS = -I. -I$(srcdir)
|
Line 35 CPPFLAGS = -I. -I$(srcdir)
|
CFLAGS = @CFLAGS@ |
CFLAGS = @CFLAGS@ |
|
|
# OS dependent defines |
# OS dependent defines |
DEFS = @OSDEFS@ | DEFS = @OSDEFS@ @NO_VIZ@ |
|
|
#### End of system configuration section. #### |
#### End of system configuration section. #### |
|
|