From 359beea51ec816c08aa0f61f1401814418d361db Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 25 Dec 2008 08:20:25 +0000 Subject: [PATCH] reconfigured autoconf --- qse/Makefile.in | 22 +++++++++--------- qse/cmd/Makefile.in | 20 ++++++++--------- qse/cmd/awk/Makefile.in | 20 ++++++++--------- qse/cmd/lsp/Makefile.in | 20 ++++++++--------- qse/cmd/tgp/Makefile.in | 20 ++++++++--------- qse/configure | 40 ++++++++++++++++----------------- qse/include/Makefile.in | 20 ++++++++--------- qse/include/qse/Makefile.in | 22 +++++++++--------- qse/include/qse/awk/Makefile.in | 22 +++++++++--------- qse/include/qse/cmn/Makefile.in | 22 +++++++++--------- qse/include/qse/lsp/Makefile.in | 22 +++++++++--------- qse/include/qse/tgp/Makefile.in | 22 +++++++++--------- qse/include/qse/utl/Makefile.in | 22 +++++++++--------- qse/lib/Makefile.in | 20 ++++++++--------- qse/lib/awk/Makefile.in | 20 ++++++++--------- qse/lib/cmn/Makefile.in | 20 ++++++++--------- qse/lib/lsp/Makefile.in | 20 ++++++++--------- qse/lib/tgp/Makefile.in | 20 ++++++++--------- qse/lib/utl/Makefile.in | 20 ++++++++--------- 19 files changed, 207 insertions(+), 207 deletions(-) diff --git a/qse/Makefile.in b/qse/Makefile.in index a189ef3d..bd481767 100644 --- a/qse/Makefile.in +++ b/qse/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -39,8 +39,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = README $(am__configure_deps) $(srcdir)/makefile.am \ - $(srcdir)/makefile.in $(top_srcdir)/configure autoconf/compile \ +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(top_srcdir)/configure autoconf/compile \ autoconf/config.guess autoconf/config.sub autoconf/depcomp \ autoconf/install-sh autoconf/ltmain.sh autoconf/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -207,7 +207,7 @@ all: all-recursive .SUFFIXES: am--refresh: @: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -217,11 +217,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ @@ -528,7 +528,7 @@ distcleancheck: distclean exit 1; } >&2 check-am: all-am check: check-recursive -all-am: makefile +all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive @@ -561,7 +561,7 @@ clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool \ distclean-tags @@ -598,7 +598,7 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive diff --git a/qse/cmd/Makefile.in b/qse/cmd/Makefile.in index b3bf765b..8f0d7ba0 100644 --- a/qse/cmd/Makefile.in +++ b/qse/cmd/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,7 +32,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = cmd -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -181,7 +181,7 @@ DIST_SUBDIRS = $(SUBDIRS) all: all-recursive .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -190,11 +190,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign cmd/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign cmd/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -392,7 +392,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-recursive -all-am: makefile +all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive @@ -424,7 +424,7 @@ clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive @@ -456,7 +456,7 @@ install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive diff --git a/qse/cmd/awk/Makefile.in b/qse/cmd/awk/Makefile.in index 14d2a697..422e9b72 100644 --- a/qse/cmd/awk/Makefile.in +++ b/qse/cmd/awk/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -35,7 +35,7 @@ host_triplet = @host@ bin_PROGRAMS = qseawk$(EXEEXT) $(am__EXEEXT_1) @ENABLE_CXX_TRUE@am__append_1 = qseawk++ subdir = cmd/awk -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -220,7 +220,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -229,11 +229,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/awk/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/awk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign cmd/awk/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign cmd/awk/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -416,7 +416,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(PROGRAMS) +all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -451,7 +451,7 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -485,7 +485,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/cmd/lsp/Makefile.in b/qse/cmd/lsp/Makefile.in index de37dffd..ff3ba8b0 100644 --- a/qse/cmd/lsp/Makefile.in +++ b/qse/cmd/lsp/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = qselsp$(EXEEXT) subdir = cmd/lsp -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -199,7 +199,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -208,11 +208,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/lsp/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/lsp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign cmd/lsp/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign cmd/lsp/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -370,7 +370,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(PROGRAMS) +all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -405,7 +405,7 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -439,7 +439,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/cmd/tgp/Makefile.in b/qse/cmd/tgp/Makefile.in index 15dd9394..50015122 100644 --- a/qse/cmd/tgp/Makefile.in +++ b/qse/cmd/tgp/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = qsetgp$(EXEEXT) subdir = cmd/tgp -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -198,7 +198,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -207,11 +207,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/tgp/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/tgp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign cmd/tgp/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign cmd/tgp/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -369,7 +369,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(PROGRAMS) +all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -404,7 +404,7 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -438,7 +438,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/configure b/qse/configure index 6bdd3839..a5e0b6d1 100755 --- a/qse/configure +++ b/qse/configure @@ -28232,7 +28232,7 @@ else fi -# Configure makefiles +# Configure Makefiles # Check whether --enable-reentrant was given. if test "${enable_reentrant+set}" = set; then enableval=$enable_reentrant; enable_reentrant_is=$enableval @@ -28446,7 +28446,7 @@ CJFLAGS=$CJFLAGS BUILD_CJ=$BUILD_CJ -ac_config_files="$ac_config_files makefile include/makefile include/qse/makefile include/qse/cmn/makefile include/qse/awk/makefile include/qse/lsp/makefile include/qse/tgp/makefile include/qse/utl/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 cmd/tgp/makefile" +ac_config_files="$ac_config_files Makefile include/Makefile include/qse/Makefile include/qse/cmn/Makefile include/qse/awk/Makefile include/qse/lsp/Makefile include/qse/tgp/Makefile include/qse/utl/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 cmd/tgp/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -29041,24 +29041,24 @@ do case $ac_config_target in "include/qse/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/qse/config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "makefile") CONFIG_FILES="$CONFIG_FILES makefile" ;; - "include/makefile") CONFIG_FILES="$CONFIG_FILES include/makefile" ;; - "include/qse/makefile") CONFIG_FILES="$CONFIG_FILES include/qse/makefile" ;; - "include/qse/cmn/makefile") CONFIG_FILES="$CONFIG_FILES include/qse/cmn/makefile" ;; - "include/qse/awk/makefile") CONFIG_FILES="$CONFIG_FILES include/qse/awk/makefile" ;; - "include/qse/lsp/makefile") CONFIG_FILES="$CONFIG_FILES include/qse/lsp/makefile" ;; - "include/qse/tgp/makefile") CONFIG_FILES="$CONFIG_FILES include/qse/tgp/makefile" ;; - "include/qse/utl/makefile") CONFIG_FILES="$CONFIG_FILES include/qse/utl/makefile" ;; - "lib/makefile") CONFIG_FILES="$CONFIG_FILES lib/makefile" ;; - "lib/cmn/makefile") CONFIG_FILES="$CONFIG_FILES lib/cmn/makefile" ;; - "lib/awk/makefile") CONFIG_FILES="$CONFIG_FILES lib/awk/makefile" ;; - "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" ;; - "cmd/tgp/makefile") CONFIG_FILES="$CONFIG_FILES cmd/tgp/makefile" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; + "include/qse/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/Makefile" ;; + "include/qse/cmn/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/cmn/Makefile" ;; + "include/qse/awk/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/awk/Makefile" ;; + "include/qse/lsp/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/lsp/Makefile" ;; + "include/qse/tgp/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/tgp/Makefile" ;; + "include/qse/utl/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/utl/Makefile" ;; + "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; + "lib/cmn/Makefile") CONFIG_FILES="$CONFIG_FILES lib/cmn/Makefile" ;; + "lib/awk/Makefile") CONFIG_FILES="$CONFIG_FILES lib/awk/Makefile" ;; + "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" ;; + "cmd/tgp/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/tgp/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} diff --git a/qse/include/Makefile.in b/qse/include/Makefile.in index 0fd224dd..36748cbe 100644 --- a/qse/include/Makefile.in +++ b/qse/include/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,7 +32,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -186,7 +186,7 @@ SUBDIRS = qse all: all-recursive .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -195,11 +195,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -397,7 +397,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-recursive -all-am: makefile +all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive @@ -429,7 +429,7 @@ clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive @@ -461,7 +461,7 @@ install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive diff --git a/qse/include/qse/Makefile.in b/qse/include/qse/Makefile.in index ad1349e6..18b1b092 100644 --- a/qse/include/qse/Makefile.in +++ b/qse/include/qse/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,8 +32,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/qse -DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/config.h.in \ - $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/config.h.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -197,7 +197,7 @@ all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -206,11 +206,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/qse/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/qse/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -442,7 +442,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-recursive -all-am: makefile $(HEADERS) config.h +all-am: Makefile $(HEADERS) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgincludedir)"; do \ @@ -478,7 +478,7 @@ clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr distclean-tags dvi: dvi-recursive @@ -512,7 +512,7 @@ install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive diff --git a/qse/include/qse/awk/Makefile.in b/qse/include/qse/awk/Makefile.in index 8e3ff698..27567878 100644 --- a/qse/include/qse/awk/Makefile.in +++ b/qse/include/qse/awk/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -33,8 +33,8 @@ build_triplet = @build@ host_triplet = @host@ @ENABLE_CXX_TRUE@am__append_1 = Awk.hpp StdAwk.hpp subdir = include/qse/awk -DIST_COMMON = $(am__pkginclude_HEADERS_DIST) $(srcdir)/makefile.am \ - $(srcdir)/makefile.in +DIST_COMMON = $(am__pkginclude_HEADERS_DIST) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -185,7 +185,7 @@ CLEANFILES = *dist all: all-am .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -194,11 +194,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/awk/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/awk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/qse/awk/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/qse/awk/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -313,7 +313,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(HEADERS) +all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -348,7 +348,7 @@ clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am @@ -380,7 +380,7 @@ install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/include/qse/cmn/Makefile.in b/qse/include/qse/cmn/Makefile.in index 5bc584c3..e178f32a 100644 --- a/qse/include/qse/cmn/Makefile.in +++ b/qse/include/qse/cmn/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,8 +32,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/qse/cmn -DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/makefile.am \ - $(srcdir)/makefile.in +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -183,7 +183,7 @@ CLEANFILES = *dist all: all-am .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -192,11 +192,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/cmn/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/cmn/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/qse/cmn/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/qse/cmn/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -311,7 +311,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(HEADERS) +all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -346,7 +346,7 @@ clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am @@ -378,7 +378,7 @@ install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/include/qse/lsp/Makefile.in b/qse/include/qse/lsp/Makefile.in index 672f40fc..c57dfbea 100644 --- a/qse/include/qse/lsp/Makefile.in +++ b/qse/include/qse/lsp/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,8 +32,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/qse/lsp -DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/makefile.am \ - $(srcdir)/makefile.in +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -183,7 +183,7 @@ CLEANFILES = *dist all: all-am .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -192,11 +192,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/lsp/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/lsp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/qse/lsp/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/qse/lsp/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -311,7 +311,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(HEADERS) +all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -346,7 +346,7 @@ clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am @@ -378,7 +378,7 @@ install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/include/qse/tgp/Makefile.in b/qse/include/qse/tgp/Makefile.in index e2c39fba..bb9a17a6 100644 --- a/qse/include/qse/tgp/Makefile.in +++ b/qse/include/qse/tgp/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,8 +32,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/qse/tgp -DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/makefile.am \ - $(srcdir)/makefile.in +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -183,7 +183,7 @@ CLEANFILES = *dist all: all-am .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -192,11 +192,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/tgp/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/tgp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/qse/tgp/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/qse/tgp/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -311,7 +311,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(HEADERS) +all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -346,7 +346,7 @@ clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am @@ -378,7 +378,7 @@ install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/include/qse/utl/Makefile.in b/qse/include/qse/utl/Makefile.in index 1e533868..bfed0337 100644 --- a/qse/include/qse/utl/Makefile.in +++ b/qse/include/qse/utl/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,8 +32,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = include/qse/utl -DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/makefile.am \ - $(srcdir)/makefile.in +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -183,7 +183,7 @@ CLEANFILES = *dist all: all-am .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -192,11 +192,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/utl/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/qse/utl/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign include/qse/utl/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign include/qse/utl/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -311,7 +311,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(HEADERS) +all-am: Makefile $(HEADERS) installdirs: for dir in "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -346,7 +346,7 @@ clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am @@ -378,7 +378,7 @@ install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/lib/Makefile.in b/qse/lib/Makefile.in index 2457322a..d88b683f 100644 --- a/qse/lib/Makefile.in +++ b/qse/lib/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -32,7 +32,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -181,7 +181,7 @@ DIST_SUBDIRS = $(SUBDIRS) all: all-recursive .SUFFIXES: -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -190,11 +190,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign lib/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign lib/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -392,7 +392,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-recursive -all-am: makefile +all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive @@ -424,7 +424,7 @@ clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive @@ -456,7 +456,7 @@ install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive diff --git a/qse/lib/awk/Makefile.in b/qse/lib/awk/Makefile.in index 32ea21a0..292b1b24 100644 --- a/qse/lib/awk/Makefile.in +++ b/qse/lib/awk/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -34,7 +34,7 @@ build_triplet = @build@ host_triplet = @host@ @ENABLE_CXX_TRUE@am__append_1 = libqseawk++.la subdir = lib/awk -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -228,7 +228,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .cpp .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -237,11 +237,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/awk/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/awk/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign lib/awk/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign lib/awk/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -432,7 +432,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(LTLIBRARIES) +all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -468,7 +468,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -502,7 +502,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/lib/cmn/Makefile.in b/qse/lib/cmn/Makefile.in index 39c83f73..b8200e3a 100644 --- a/qse/lib/cmn/Makefile.in +++ b/qse/lib/cmn/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -33,7 +33,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/cmn -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -212,7 +212,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -221,11 +221,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/cmn/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/cmn/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign lib/cmn/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign lib/cmn/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -399,7 +399,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(LTLIBRARIES) +all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -435,7 +435,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -469,7 +469,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/lib/lsp/Makefile.in b/qse/lib/lsp/Makefile.in index 50f56524..0c3adfbd 100644 --- a/qse/lib/lsp/Makefile.in +++ b/qse/lib/lsp/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -33,7 +33,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/lsp -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -207,7 +207,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -216,11 +216,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/lsp/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/lsp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign lib/lsp/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign lib/lsp/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -389,7 +389,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(LTLIBRARIES) +all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -425,7 +425,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -459,7 +459,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/lib/tgp/Makefile.in b/qse/lib/tgp/Makefile.in index 8de5546e..aff4a9e8 100644 --- a/qse/lib/tgp/Makefile.in +++ b/qse/lib/tgp/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -33,7 +33,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/tgp -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -205,7 +205,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -214,11 +214,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/tgp/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/tgp/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign lib/tgp/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign lib/tgp/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -374,7 +374,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(LTLIBRARIES) +all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -410,7 +410,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -444,7 +444,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am diff --git a/qse/lib/utl/Makefile.in b/qse/lib/utl/Makefile.in index 1221937d..850fa122 100644 --- a/qse/lib/utl/Makefile.in +++ b/qse/lib/utl/Makefile.in @@ -1,4 +1,4 @@ -# makefile.in generated by automake 1.10.1 from makefile.am. +# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -33,7 +33,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib/utl -DIST_COMMON = $(srcdir)/makefile.am $(srcdir)/makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -204,7 +204,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -213,11 +213,11 @@ $(srcdir)/makefile.in: $(srcdir)/makefile.am $(am__configure_deps) exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/utl/makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/utl/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign lib/utl/makefile -.PRECIOUS: makefile -makefile: $(srcdir)/makefile.in $(top_builddir)/config.status + $(AUTOMAKE) --foreign lib/utl/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ @@ -376,7 +376,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: makefile $(LTLIBRARIES) +all-am: Makefile $(LTLIBRARIES) installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -412,7 +412,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ distclean: distclean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -446,7 +446,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) - -rm -f makefile + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am