Mercurial > audlegacy
diff Makefile.in @ 2:6efb9e514224 trunk
[svn] Import AAC stuff.
author | nenolod |
---|---|
date | Mon, 24 Oct 2005 10:44:27 -0700 |
parents | cb178e5ad177 |
children | 0db4a1dc75c4 |
line wrap: on
line diff
--- a/Makefile.in Mon Oct 24 03:12:26 2005 -0700 +++ b/Makefile.in Mon Oct 24 10:44:27 2005 -0700 @@ -127,7 +127,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -139,6 +142,8 @@ EFFECT_PLUGINS = @EFFECT_PLUGINS@ EFFECT_PLUGIN_DIR = @EFFECT_PLUGIN_DIR@ EGREP = @EGREP@ +ENABLE_AAC_FALSE = @ENABLE_AAC_FALSE@ +ENABLE_AAC_TRUE = @ENABLE_AAC_TRUE@ ENABLE_MPG123_FALSE = @ENABLE_MPG123_FALSE@ ENABLE_MPG123_TRUE = @ENABLE_MPG123_TRUE@ ESD_CFLAGS = @ESD_CFLAGS@ @@ -242,10 +247,13 @@ X_PRE_LIBS = @X_PRE_LIBS@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@