From 2a01d601fb38f8851f6365c011881d4e404ea98e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 10 Jun 2008 03:41:47 +0000 Subject: [PATCH] --- ase/cmd/makefile.in | 21 +++++++++++++++++++++ ase/configure | 23 ++++++++++++----------- ase/configure.ac | 6 +++--- ase/lib/makefile.in | 21 +++++++++++++++++++++ ase/makefile.in | 35 +++++------------------------------ 5 files changed, 62 insertions(+), 44 deletions(-) create mode 100644 ase/cmd/makefile.in create mode 100644 ase/lib/makefile.in diff --git a/ase/cmd/makefile.in b/ase/cmd/makefile.in new file mode 100644 index 00000000..c86add0b --- /dev/null +++ b/ase/cmd/makefile.in @@ -0,0 +1,21 @@ +BLDDIRS = awk +MODE = @BUILDMODE@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ + +all: build + +build: + @for i in $(BLDDIRS); \ + do \ + saved=`pwd`; cd "$$i" || exit 1; \ + make || exit 1; \ + cd "$$saved"; \ + done + +clean: + @for i in $(BLDDIRS); \ + do \ + saved=`pwd`; cd "$$i" || exit 1; \ + make $@ || exit 1; \ + cd "$$saved"; \ + done diff --git a/ase/configure b/ase/configure index c33a1691..71475ed7 100755 --- a/ase/configure +++ b/ase/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.5 . +# From configure.ac 1.0. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for ase deb-0.1.0. +# Generated by GNU Autoconf 2.61 for ase deb-0.5.0. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -727,8 +727,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ase' PACKAGE_TARNAME='ase' -PACKAGE_VERSION='deb-0.1.0' -PACKAGE_STRING='ase deb-0.1.0' +PACKAGE_VERSION='deb-0.5.0' +PACKAGE_STRING='ase deb-0.5.0' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -1366,7 +1366,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ase deb-0.1.0 to adapt to many kinds of systems. +\`configure' configures ase deb-0.5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ase deb-0.1.0:";; + short | recursive ) echo "Configuration of ase deb-0.5.0:";; esac cat <<\_ACEOF @@ -1534,7 +1534,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ase configure deb-0.1.0 +ase configure deb-0.5.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1548,7 +1548,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ase $as_me deb-0.1.0, which was +It was created by ase $as_me deb-0.5.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -26631,7 +26631,7 @@ CJFLAGS=$CJFLAGS BUILD_CJ=$BUILD_CJ -ac_config_files="$ac_config_files makefile lib/makefile lib/cmn/makefile lib/awk/makefile lib/lsp/makefile lib/tgp/makefile lib/utl/makefile cmd/awk/makefile cmd/lsp/makefile" +ac_config_files="$ac_config_files makefile lib/makefile lib/cmn/makefile lib/awk/makefile lib/lsp/makefile lib/tgp/makefile lib/utl/makefile cmd/makefile cmd/awk/makefile cmd/lsp/makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -27029,7 +27029,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ase $as_me deb-0.1.0, which was +This file was extended by ase $as_me deb-0.5.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -27078,7 +27078,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ase config.status deb-0.1.0 +ase config.status deb-0.5.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -27193,6 +27193,7 @@ do "lib/lsp/makefile") CONFIG_FILES="$CONFIG_FILES lib/lsp/makefile" ;; "lib/tgp/makefile") CONFIG_FILES="$CONFIG_FILES lib/tgp/makefile" ;; "lib/utl/makefile") CONFIG_FILES="$CONFIG_FILES lib/utl/makefile" ;; + "cmd/makefile") CONFIG_FILES="$CONFIG_FILES cmd/makefile" ;; "cmd/awk/makefile") CONFIG_FILES="$CONFIG_FILES cmd/awk/makefile" ;; "cmd/lsp/makefile") CONFIG_FILES="$CONFIG_FILES cmd/lsp/makefile" ;; diff --git a/ase/configure.ac b/ase/configure.ac index 29399e88..9ca04f1e 100644 --- a/ase/configure.ac +++ b/ase/configure.ac @@ -3,8 +3,8 @@ # AC_PREREQ(2.53) -AC_INIT([ase], [deb-0.1.0]) -AC_REVISION([$Revision: 1.5 $]) +AC_INIT([ase],[deb-0.5.0]) +AC_REVISION([1.0]) AC_CONFIG_HEADER([inc/ase/cmn/conf_unx.h]) AC_CONFIG_AUX_DIR(config) @@ -248,5 +248,5 @@ AC_SUBST(BUILD_JNI, $BUILD_JNI) AC_SUBST(CJFLAGS, $CJFLAGS) AC_SUBST(BUILD_CJ, $BUILD_CJ) -AC_CONFIG_FILES([makefile lib/makefile lib/cmn/makefile lib/awk/makefile lib/lsp/makefile lib/tgp/makefile lib/utl/makefile cmd/awk/makefile cmd/lsp/makefile]) +AC_CONFIG_FILES([makefile lib/makefile lib/cmn/makefile lib/awk/makefile lib/lsp/makefile lib/tgp/makefile lib/utl/makefile cmd/makefile cmd/awk/makefile cmd/lsp/makefile]) AC_OUTPUT diff --git a/ase/lib/makefile.in b/ase/lib/makefile.in new file mode 100644 index 00000000..c26f7db1 --- /dev/null +++ b/ase/lib/makefile.in @@ -0,0 +1,21 @@ +BLDDIRS = cmn utl awk +MODE = @BUILDMODE@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ + +all: build + +build: + @for i in $(BLDDIRS); \ + do \ + saved=`pwd`; cd "$$i" || exit 1; \ + make || exit 1; \ + cd "$$saved"; \ + done + +clean: + @for i in $(BLDDIRS); \ + do \ + saved=`pwd`; cd "$$i" || exit 1; \ + make $@ || exit 1; \ + cd "$$saved"; \ + done diff --git a/ase/makefile.in b/ase/makefile.in index d900c88c..fb2ab820 100644 --- a/ase/makefile.in +++ b/ase/makefile.in @@ -1,9 +1,4 @@ -# -# $Id: makefile.in,v 1.3 2007/04/30 05:51:26 bacon Exp $ -# - - -BLDDIRS = lib +BLDDIRS = lib cmd MODE = @BUILDMODE@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ @@ -12,35 +7,15 @@ all: build build: @for i in $(BLDDIRS); \ do \ - if [ ! -d $$i ]; \ - then \ - echo Error: $$i not a directory; \ - exit 1; \ - fi; \ - saved=`pwd`; cd "$$i"; \ - if make; \ - then \ - echo > /dev/null; \ - else \ - exit 1; \ - fi; \ + saved=`pwd`; cd "$$i" || exit 1; \ + make || exit 1; \ cd "$$saved"; \ done clean: @for i in $(BLDDIRS); \ do \ - if [ ! -d $$i ]; \ - then \ - echo Error: $$i not a directory; \ - exit 1; \ - fi; \ - saved=`pwd`; cd "$$i"; \ - if make $@; \ - then \ - echo > /dev/null; \ - else \ - exit 1; \ - fi; \ + saved=`pwd`; cd "$$i" || exit 1; \ + make $@ || exit 1; \ cd "$$saved"; \ done