renamed makefile.* to Makefile.*

This commit is contained in:
hyung-hwan 2008-12-25 08:16:17 +00:00
parent e72c6db022
commit deb4ea4ab6
39 changed files with 19 additions and 19 deletions

View File

@ -185,7 +185,7 @@ AC_ARG_ENABLE([cxx], [AC_HELP_STRING([--enable-cxx],
[test "${HAVE_CXX}" = "yes" || enable_cxx_is="no"] [test "${HAVE_CXX}" = "yes" || enable_cxx_is="no"]
AM_CONDITIONAL(ENABLE_CXX, test "${enable_cxx_is}" = "yes" ) AM_CONDITIONAL(ENABLE_CXX, test "${enable_cxx_is}" = "yes" )
# Configure makefiles # Configure Makefiles
AC_ARG_ENABLE([reentrant], [AC_HELP_STRING([--enable-reentrant], AC_ARG_ENABLE([reentrant], [AC_HELP_STRING([--enable-reentrant],
[define _REENTRANT (default. yes)])], [define _REENTRANT (default. yes)])],
enable_reentrant_is=$enableval,enable_reentrant_is=yes) enable_reentrant_is=$enableval,enable_reentrant_is=yes)
@ -302,24 +302,24 @@ AC_SUBST(CJFLAGS, $CJFLAGS)
AC_SUBST(BUILD_CJ, $BUILD_CJ) AC_SUBST(BUILD_CJ, $BUILD_CJ)
AC_CONFIG_FILES([ AC_CONFIG_FILES([
makefile Makefile
include/makefile include/Makefile
include/qse/makefile include/qse/Makefile
include/qse/cmn/makefile include/qse/cmn/Makefile
include/qse/awk/makefile include/qse/awk/Makefile
include/qse/lsp/makefile include/qse/lsp/Makefile
include/qse/tgp/makefile include/qse/tgp/Makefile
include/qse/utl/makefile include/qse/utl/Makefile
lib/makefile lib/Makefile
lib/cmn/makefile lib/cmn/Makefile
lib/awk/makefile lib/awk/Makefile
lib/lsp/makefile lib/lsp/Makefile
lib/tgp/makefile lib/tgp/Makefile
lib/utl/makefile lib/utl/Makefile
cmd/makefile cmd/Makefile
cmd/awk/makefile cmd/awk/Makefile
cmd/lsp/makefile cmd/lsp/Makefile
cmd/tgp/makefile]) cmd/tgp/Makefile])
AC_OUTPUT AC_OUTPUT
[ [