This commit is contained in:
hyung-hwan 2008-06-10 03:41:47 +00:00
parent 9be49650e6
commit 2a01d601fb
5 changed files with 62 additions and 44 deletions

21
ase/cmd/makefile.in Normal file
View File

@ -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

23
ase/configure vendored
View File

@ -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 <bug-autoconf@gnu.org>."
_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" ;;

View File

@ -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

21
ase/lib/makefile.in Normal file
View File

@ -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

View File

@ -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