Update of /cvsroot/wxlua/wxLua
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13559
Modified Files:
Makefile.in configure
Log Message:
regenerated all makefiles with bakefile 0.2.3 RC2
Index: Makefile.in
===================================================================
RCS file: /cvsroot/wxlua/wxLua/Makefile.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Makefile.in 9 Jan 2008 04:59:57 -0000 1.30
--- Makefile.in 15 Jan 2008 00:08:15 -0000 1.31
***************
*** 1,5 ****
# =========================================================================
# This makefile was generated by
! # Bakefile 0.2.2 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
--- 1,5 ----
# =========================================================================
# This makefile was generated by
! # Bakefile 0.2.3 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
***************
*** 10,13 ****
--- 10,14 ----
prefix = @prefix@
exec_prefix = @exec_prefix@
+ datarootdir = @datarootdir@
INSTALL = @INSTALL@
top_srcdir = @top_srcdir@
***************
*** 44,55 ****
rm -rf ./.deps ./.pch
rm -f ./*.o
! (cd ./modules/ && $(MAKE) clean)
! (cd ./apps/ && $(MAKE) clean)
rm -f build/autopackage/default.apspec
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
! (cd ./modules/ && $(MAKE) distclean)
! (cd ./apps/ && $(MAKE) distclean)
modules:
--- 45,56 ----
rm -rf ./.deps ./.pch
rm -f ./*.o
! -(cd ./modules/ && $(MAKE) clean)
! -(cd ./apps/ && $(MAKE) clean)
rm -f build/autopackage/default.apspec
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
! -(cd ./modules/ && $(MAKE) distclean)
! -(cd ./apps/ && $(MAKE) distclean)
modules:
Index: configure
===================================================================
RCS file: /cvsroot/wxlua/wxLua/configure,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** configure 14 Jan 2008 23:30:20 -0000 1.73
--- configure 15 Jan 2008 00:08:15 -0000 1.74
***************
*** 691,694 ****
--- 691,695 ----
WX_SHARED
WX_PORT
+ RPATH_FLAGS
LUA_DIR
CXXCPP
***************
*** 803,807 ****
COND_UNICODE_1
COND_USE_APPS_1
[...3244 lines suppressed...]
LIBOBJS!$LIBOBJS$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF
! if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 8; then
break
elif $ac_last_try; then
***************
*** 11959,11963 ****
if test "$USE_SYSTEM_LUA" = "1"; then
! echo " - Using SYSTEM lua library (prefix is $lua_dir)"
else
echo " - Using BUILT-IN lua library"
--- 14802,14806 ----
if test "$USE_SYSTEM_LUA" = "1"; then
! echo " - Using SYSTEM lua library (prefix is '$lua_dir')"
else
echo " - Using BUILT-IN lua library"
|