diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-25 11:56:21 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-28 02:37:34 +0000 |
commit | 2b791f1cc51eaad25bd3464f94231fe4b236fae6 (patch) | |
tree | 64dd6453b3ce0487cb0aa7676545859388508edc | |
parent | 9133cc452c9e473164755a2177b7a2285c09cb22 (diff) |
remove dmake, build.pl, deliver.pl and zipdep.pl
This is writing history: LibreOffice builds in ONE non-recursive make process
with full dependencies. We will now be able to really move forward without the
old build system. A big 'Thank you!' goes out to everyone contributing to
solenv/gbuild, especially:
- David Tardon
- Norbert Thiebaud
- Tor Lillqvist
- Michael Stahl
- Matúš Kukan
- Stephan Bergmann
- Luboš Luňák
- Caolán McNamara
- Mathias Bauer
- Jan Holesovsky
- Peter Foley
- Andras Timar
- Hans-Joachim Lankenau
and all the heroes migrating all the modules of LibreOffice to gbuild.
By explicit request this commit has to be completed with this quote:
I say we take off and nuke the entire site from orbit.
It's the only way to be sure.
Hold on a second.
This installation has a substantial dollar value attached to it.
They can bill me.
Change-Id: I72fa17cfb24fae00ca78cfe0eb5782c1788d2dcc
Reviewed-on: https://gerrit.libreoffice.org/2445
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
636 files changed, 11 insertions, 93554 deletions
diff --git a/Makefile.in b/Makefile.in index 5fe3deea7bb6..6fa38d52bd9a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,17 +62,14 @@ endif # This list tells which modules are gbuild ones. It does *not* tell which modules to build. That is directed # by the module being mentioned in postprocess/prj/build.lst, etc, recursively. -$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILDDIR)/config_host.mk +$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(BUILDDIR)/config_host.mk mkdir -p $(dir $@) echo "gbuild_modules:= tail_build \\" > $@ for m in `cd $(SRCDIR) && ls */Module_*.mk`; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@ echo >> $@ - echo -n "dmake_modules:=" >> $@ - echo >> $@ -include $(WORKDIR)/modules.mk include $(SRCDIR)/solenv/gbuild/Output.mk -$(if $(filter $(gbuild_modules),$(dmake_modules)),$(eval $(call gb_Output_warn,The following modules claim to be both dmake and gbuild: $(filter $(gbuild_modules),$(dmake_modules))))) export gb_TAILBUILDTARGET=all slowcheck @@ -89,7 +86,7 @@ $(1).all: bootstrap fetch , \ cd $(SRC_ROOT)/$(1) && unset MAKEFLAGS && \ ) \ - $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) + $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) $(1).build $(1).check $(1).clean $(1).showdeliverables: cd $(1) && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) $$(patsubst $(1).%,%,$$@) @@ -103,37 +100,12 @@ define gbuild_modules_rules $(foreach m,$(1),$(call gbuild_module_rules,$(m))) endef -define dmake_module_rules -.PHONY: $(1) $(1).all $(1).deliver $(1).clean - -$(1): bootstrap fetch - cd $(SRC_ROOT)/$(1) && unset MAKEFLAGS && \ - $(SOLARENV)/bin/build.pl -P$(PARALLELISM) -- -P$(PARALLELISM) - -$(1).all: bootstrap fetch - cd $(SRC_ROOT)/$(1) && unset MAKEFLAGS && \ - $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) - -$(1).deliver: $(1) - cd $(SRC_ROOT)/$(1) && $(SOLARENV)/bin/deliver.pl - -$(1).clean: - cd $(SRC_ROOT)/$(1) && $(SOLARENV)/bin/deliver.pl -delete - rm -fr $(1)/$(INPATH) - -endef - -define dmake_modules_rules -$(foreach m,$(1),$(call dmake_module_rules,$(m))) -endef # # Partial Build # $(eval $(call gbuild_modules_rules,$(gbuild_modules))) -$(eval $(call dmake_modules_rules,$(dmake_modules))) - # run a JunitTest - relies on naming convention (module prefix) $(WORKDIR)/JunitTest/%/done : cd $(firstword $(subst _, ,$*)) && $(GNUMAKE) $(GMAKE_OPTIONS) $@ @@ -154,9 +126,6 @@ help: clean: clean-host clean-build clean-host: -ifeq ($(BUILD_DMAKE),YES) - if [ -f dmake/Makefile ] ; then $(GNUMAKE) -j $(PARALLELISM) -C dmake clean; fi -endif rm -fr $(DEVINSTALLDIR) rm -fr $(OUTDIR) rm -fr $(WORKDIR) @@ -176,10 +145,6 @@ include $(SRCDIR)/compilerplugins/Makefile.mk # Distclean # distclean : clean compilerplugins-clean -ifeq ($(BUILD_DMAKE),YES) - (if [ -f dmake/Makefile ] ; then $(GNUMAKE) -j $(PARALLELISM) -C dmake distclean; fi) && \ - rm -f solenv/*/bin/dmake* -endif rm -fr \ $(BUILDDIR)/Makefile \ $(BUILDDIR)/aclocal.m4 \ @@ -245,11 +210,7 @@ endif # # Bootstap # -bootstrap: $(WORKDIR)/bootstrap compilerplugins - -$(WORKDIR)/bootstrap: - @cd $(SRCDIR) && ./bootstrap - @mkdir -p $(dir $@) && touch $@ +bootstrap: compilerplugins # # Build @@ -267,9 +228,7 @@ ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) # Ditto for dbconnectivity in the --disable-database-connectivity case $(GNUMAKE) connectivity endif - cd $(SRCDIR)/postprocess && unset MAKEFLAGS && \ - $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) - cd $(SRCDIR)/instsetoo_native && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) + cd $(SRCDIR)/tail_build && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ifeq ($(OS),ANDROID) cd android && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) endif @@ -428,8 +387,6 @@ findunusedcode: @echo unexport CFLAGS >> $(SRCDIR)/config_host_callcatcher.mk @echo unexport CXXFLAGS >> $(SRCDIR)/config_host_callcatcher.mk @mkdir -p $(SRCDIR)/solenv/callcatcher/bin && \ - ln -sf $(SRCDIR)/solenv/$(INPATH)/bin/dmake \ - $(SRCDIR)/solenv/callcatcher/bin/dmake @$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode @grep ::.*\( unusedcode.all \ | grep -v ^Atom \ diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 6a2d69149a64..000000000000 --- a/bootstrap +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh - -if test -z "${SRC_ROOT}"; then - if test -f ./config_build.mk ; then - sed -e 's/^\s*\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' <config_build.mk >config_build.mk.sh - . ./config_build.mk.sh - rm config_build.mk.sh - else - if test -f ./config_host.mk ; then - sed -e 's/^\s*\(export [A-Z0-9_]*=\)\(.*\)$/\1"\2"/' <config_host.mk >config_host.mk.sh - . ./config_host.mk.sh - rm config_host.mk.sh - fi - fi -fi -if test -z "${SOLARENV}"; then - echo "bootstrap: No environment set!" - exit 1 -fi - -# executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x -# Use spawn instead of fork when building dmake on cygwin. -if test "$OS_FOR_BUILD" = "WNT"; then - EXEEXT=".exe" - DMAKE_CONF="--enable-spawn" -else - EXEEXT="" - DMAKE_CONF="" -fi -export EXEEXT - -# ------------------------------------------------------------------------------ -# Build dmake - -if test "$BUILD_DMAKE" != "NO"; then - if test ! -x "$SRC_ROOT/dmake/dmake$EXEEXT"; then - cd "$SRC_ROOT/dmake" || exit - - # If cross-compiling then don't use the cross compilers to build dmake. - if test "$OS_FOR_BUILD" = "WNT"; then - # Let the Cygwin gcc be found - unset CC CXX AR NM OBJDUMP PKG_CONFIG RANLIB STRIP - elif test "$CROSS_COMPILING" = "YES"; then - export CC="$CC_FOR_BUILD" - export CXX="$CXX_FOR_BUILD" - unset AR NM OBJDUMP PKG_CONFIG RANLIB STRIP - fi - - # For normal unixy systems - if test -f "Makefile" ; then - $GNUMAKE distclean || exit - fi - - ./configure $DMAKE_CONF || exit - - ## invoke the gnu make command set by configure. - $GNUMAKE || exit - - echo "" - echo "dmake has been successfully built" - - cd .. - else - echo "dmake/dmake already built" - fi -fi - -mkdir -p "$SOLARENV/$OUTPATH_FOR_BUILD/bin" -if test "$BUILD_DMAKE" != "NO"; then - cp -f "$SRC_ROOT/dmake/dmake$EXEEXT" "$SOLARENV/$OUTPATH_FOR_BUILD/bin" || exit - echo "" - echo "dmake copied to $SOLARENV/$OUTPATH_FOR_BUILD/bin/dmake$EXEEXT" -fi - -#make sure build.pl is executable - -chmod +x "$SRC_ROOT/solenv/bin/build.pl" -chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl" - -# Local Variables: -# mode: shell-script -# tab-width: 4 -# indent-tabs-mode: nil -# End: - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/config_host.mk.in b/config_host.mk.in index 32aaea72cd83..828bcd65fb43 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -36,7 +36,6 @@ export BOOST_DATE_TIME_LIB=@BOOST_DATE_TIME_LIB@ export BOOST_LDFLAGS=@BOOST_LDFLAGS@ export BOOST_SYSTEM_LIB=@BOOST_SYSTEM_LIB@ export BSH_JAR=@BSH_JAR@ -export BUILD_DMAKE=@BUILD_DMAKE@ export BUILD_PLATFORM=@build@ export BUILD_POSTGRESQL_SDBC=@BUILD_POSTGRESQL_SDBC@ export BUILD_TYPE=@BUILD_TYPE@ diff --git a/configure.ac b/configure.ac index 9d60a7f7ce7d..5015812f88cb 100644 --- a/configure.ac +++ b/configure.ac @@ -740,8 +740,7 @@ AC_ARG_ENABLE(dbgutil, AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], [Include debugging information, disable compiler optimization and inlining plus - extra debugging code like assertions. Extra large build! (enables -g compiler flag - and dmake debug=true).])) + extra debugging code like assertions. Extra large build! (enables -g compiler flag).])) AC_ARG_ENABLE(selective-debuginfo, AS_HELP_STRING([--enable-selective-debuginfo], @@ -1818,10 +1817,10 @@ AC_ARG_WITH(sun-templates, AC_ARG_WITH(parallelism, AS_HELP_STRING([--with-parallelism], - [Number of jobs to run simultaneously during build. Parallel builds can save a lot - of time on multi-cpu machines. The real number of jobs can get up to parallelism*parallelism - for a while in the first build phase. That will not happen when dmake is removed. - Defaults to the number of CPUs on the machine, unless you configure --enable-icecream - then to 10.]), + [Number of jobs to run simultaneously during build. Parallel builds can + save a lot of time on multi-cpu machines. Defaults to the number of + CPUs on the machine, unless you configure --enable-icecream - then to + 10.]), ,) AC_ARG_WITH(check-jobs, @@ -2160,7 +2159,7 @@ else fi dnl =================================================================== -dnl Extra check for Windows. Cygwin builds need gcc to build dmake +dnl Extra check for Windows. Cygwin builds need gcc to build concat-deps dnl although MSVC is used to build other build-time tools and dnl LibreOffice itself. dnl =================================================================== @@ -6672,43 +6671,6 @@ AC_SUBST(JDKLIB) AC_SUBST(x_JAVALIB) AC_SUBST(x_JDKLIB) -dnl =================================================================== -dnl Check whether we already have dmake -dnl =================================================================== -AC_PATH_PROG(DMAKE, dmake, no) -if test "$DMAKE" = "no"; then - BUILD_DMAKE=YES - echo "dmake will be built on ./bootstrap" -else - AC_MSG_CHECKING([whether the found dmake is the right dmake]) - # we need to find out whether that dmake we found is "our" dmake - # or the dmake from Sun's SunStudio Compiler which is something - # different - # This test _should_ work because the one accepts -V (ours) and one - # (the other) not... - $DMAKE -V 2>/dev/null | grep 'dmake .* Version .*' >/dev/null - if test $? -eq 0; then - BUILD_DMAKE=NO - AC_MSG_RESULT([yes]) - AC_MSG_CHECKING([the dmake version]) - DMAKE_VERSION=`$DMAKE -V | $AWK '$3 == "Version" {print $4}'` - if test "`echo $DMAKE_VERSION | cut -d'.' -f1`" -gt "4"; then - AC_MSG_RESULT([OK, >= 4.11]) - elif test "`echo $DMAKE_VERSION | cut -d'.' -f1`" = "4" && \ - test "`echo $DMAKE_VERSION | cut -d'.' -f2`" -ge "11"; then - AC_MSG_RESULT([OK, >= 4.11]) - else - AC_MSG_RESULT([too old. >= 4.11 is needed]) - echo "A newer dmake will be built on ./bootstrap" - BUILD_DMAKE=YES - fi - else - AC_MSG_RESULT([no]) - echo "dmake will be built on ./bootstrap" - BUILD_DMAKE=YES - fi -fi -AC_SUBST(BUILD_DMAKE) AC_MSG_CHECKING([which C preprocessor to use in idlc]) if test -n "$with_idlc_cpp"; then diff --git a/dmake/.gitignore b/dmake/.gitignore deleted file mode 100644 index addefdaaee95..000000000000 --- a/dmake/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -Makefile -.deps -*.o -/config.h -/config.log -/config.status -/dmake -/dmakeroot.h -/stamp-h1 -/startup/config.mk -/*/.dirstamp diff --git a/dmake/AUTHORS b/dmake/AUTHORS deleted file mode 100755 index e69de29bb2d1..000000000000 --- a/dmake/AUTHORS +++ /dev/null diff --git a/dmake/COPYING b/dmake/COPYING deleted file mode 100755 index e5b17204a708..000000000000 --- a/dmake/COPYING +++ /dev/null @@ -1,37 +0,0 @@ --- --- SYNOPSIS --- --- --- DESCRIPTION --- --- --- AUTHOR --- Dennis Vadura, dvadura@wticorp.com --- Web Tools International, Long Beach, CA, USA --- http://dmake.wticorp.com/ --- --- WWW --- Public: http://dmake.wticorp.com/ --- Private: http://software.wticorp.com/dmake/ --- --- COPYRIGHT --- Copyright (c) 1992,1994 by Dennis Vadura. All rights reserved. --- Copyright (c) 1996 by WTI Corp. All rights reserved. --- --- This program is free software; you can redistribute it and/or --- modify it under the terms of the GNU General Public License --- (version 1), as published by the Free Software Foundation, and --- found in the file 'license.txt' included with this distribution. --- --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warrant of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- --- You should have received a copy of the GNU General Public License --- along with this program in readme/license.txt; if not, write to --- the Free Software Foundation, Inc., 59 Temple Place - Suite 330, --- Boston, MA 02111-1307, USA. --- --- LOG --- Use cvs log to obtain detailed change logs. diff --git a/dmake/ChangeLog b/dmake/ChangeLog deleted file mode 100755 index b97b3f3657d7..000000000000 --- a/dmake/ChangeLog +++ /dev/null @@ -1,4259 +0,0 @@ -2008-02-26 18:37 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.tf, - win95/microsft/config.h, winnt/microsft/config.h, man/dmake.nc: - - #i83497# Release dmake 4.12. - -2008-02-07 14:50 vq - - * function.c, sysintf.c, man/dmake.nc, man/dmake.tf: - - #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting. - -2008-02-07 10:42 vq - - * dmake.c: - - #i85136# The content of INCFILENAME needs no further expansion. - -2008-02-07 10:28 vq - - * dmake.c: - - #i85136# Prevent filenames from being expanded if they already are. - -2008-02-06 17:22 vq - - * dmake.c: - - #i85136# Do not expand ABSMAKECMD and MAKECMD macros. - -2008-02-05 17:02 vq - - * tests/: Makefile.am, Makefile.in, targets-30: - - #i84800# Add testcase. - -2008-02-04 16:05 vq - - * make.c: - - #i85381# Fix possible heap corruption for the cygwin dmake version. - -2008-01-22 00:34 vq - - * unix/runargv.c: - - #i83540# Separate error handling from pid. - -2008-01-07 20:36 vq - - * unix/runargv.c: - - #i83540# Add diagnostics for WaitForMultipleObjects() calls. - -2008-01-07 19:31 vq - - * quit.c: - - #i83540# Prevent possible invinite loop when aborting. - -2008-01-07 01:07 vq - - * path.c: - - #i84800# Do not collaps the foo/.. entries if foo is '.' or '..'. - -2008-01-06 16:21 vq - - * make.c, unix/runargv.c: - - #i85014# Let master targets for targets with multiple (::) rules inherit - the newest time stamp of their "sub"-rules. - Make runargv() indicate that it finished the command when it had to wait - for its completion. - -2007-11-28 15:18 vq - - * win95/microsft/config.mk: - - #i83540# Fix dmake's own makefile to build itself. - -2007-11-27 23:08 vq - - * Makefile.am, Makefile.in, msdos/rmprq.c, - win95/microsft/vpp40/mk.bat: - - #i83540# A parallel runargv needs a corresponding rmprq. - -2007-11-26 09:23 vq - - * unix/runargv.c: - - #i83540# Return the pid that was waited for. - -2007-11-25 22:37 vq - - * unix/runargv.c: - - #i83540# Fix handle inheritance for native W32 process spawning. - -2007-11-25 12:53 vq - - * NEWS: - - #i83540# Add NEWS entry about parallel builds with native W32 dmake. - -2007-11-22 10:27 vq - - * unix/runargv.c: - - #i83540# Avoid conflict on solaris, rename NOPID to DMNOPID. - -2007-11-11 19:12 vq - - * dag.c, extern.h, imacs.c, sysintf.c, unix/runargv.c, - win95/microsft/config.mk, win95/microsft/ruletab.c, - win95/microsft/vpp40/mk.bat: - - #i83540# Make dmake buildable with .NET 2003 again. - -2007-11-11 18:05 vq - - * Makefile.am, Makefile.in, dag.c, dmake.c, extern.h, imacs.c, - sysintf.c, msdos/runargv.c, unix/runargv.c, - win95/microsft/ruletab.c: - - #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.) - -2007-11-10 19:19 vq - - * sysintf.c: - - #i83523# Post-rename clean up. - -2007-11-10 19:03 vq - - * extern.h, function.c, msdos/borland/bcc30/config.h, - msdos/borland/bcc40/config.h, msdos/borland/bcc45/config.h, - msdos/borland/bcc50/config.h, msdos/borland/tcc20/config.h, - msdos/microsft/config.h, msdos/zortech/config.h, - os2/ibm/config.h, win95/borland/bcc50/config.h, - win95/microsft/config.h, winnt/borland/bcc50/config.h, - winnt/microsft/config.h: - - #i83523# Rename macro PVOID to DMPVOID to avoid problems when including - windows.h. - -2007-11-09 20:54 vq - - * unix/runargv.c: - - #i10000# Small clean up. - -2007-11-09 10:50 vq - - * NEWS, configure, configure.in, man/dmake.nc, man/dmake.tf, - readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i83497# Bump version to 4.12-cvs. - -2007-10-13 19:43 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.nc, - man/dmake.tf, win95/microsft/config.h, winnt/microsft/config.h: - - #i79271# Release dmake 4.11. - -2007-10-13 18:27 vq - - * tests/misc-20: - - #i10000# Fix typo. - -2007-10-13 18:21 vq - - * tests/: Makefile.am, Makefile.in, misc-21: - - #i81252# Add testcase. - -2007-10-11 16:57 vq - - * tests/: function_macros-9, misc-9, targets-21, targets-26, - targets-27: - - #i50092# Work around Solaris and nfs timing issues. - Patch from hjs@openoffice.org. - -2007-10-11 16:36 vq - - * make.cmd: - - #i81855# Add a comment about building dmake on OS/2. - -2007-10-06 10:33 vq - - * msdos/runargv.c, tests/recipes-9, unix/runargv.c: - - #i80598# Always issue a warning if the actual execution of a recipe line - (this does not include successfully executed, but failing programs) fails. - -2007-09-24 17:45 vq - - * tests/: Makefile.am, Makefile.in, targets-29: - - #i80012# Add testcase. - -2007-09-24 13:51 vq - - * unix/runargv.c: - - #i80012# Fix crash when deleting intermediate targets. - -2007-09-23 18:12 vq - - * Makefile.in, configure: - - #i81855# Regenerate configure and friends. - -2007-09-23 18:05 vq - - * configure.in, dmake.c, expand.c, extern.h, make.cmd, path.c, - sysintf.c, startup/unix/os2/Makefile.am, - startup/unix/os2/Makefile.in, startup/unix/os2/macros.mk, - unix/os2/public.h: - - #i81855# More changes for the OS/2 port. - Patch provided by Yuri Dario. - -2007-09-22 19:11 vq - - * configure: - - #i81855# Regenerate configure and friends. - -2007-09-22 19:05 vq - - * NEWS, imacs.c, os2/sysintf.h, unix/dcache.c, unix/dirbrk.c, - unix/sysintf.h: - - #i81855# Clean-up merge from CWS os2port01. - -2007-09-22 18:27 vq - - * make.cmd: - - #i81855# Revert change to make.cmd as it refers to a non-existing script - in dmake\os2\gcc\emx\mk.cmd. - -2007-09-22 18:08 vq - - * unix/runargv.c: - - RESYNC: (1.11-1.12); FILE MERGED - -2007-09-22 18:08 vq - - * os2/ruletab.c: - - RESYNC: (1.2-1.3); FILE MERGED - -2007-09-22 18:08 vq - - * expand.c: - - RESYNC: (1.6-1.7); FILE MERGED - -2007-09-22 18:08 vq - - * dmake.c, sysintf.c: - - RESYNC: (1.10-1.11); FILE MERGED - -2007-09-22 18:08 vq - - * configure.in: - - RESYNC: (1.29-1.30); FILE MERGED - -2007-09-21 20:46 vq - - * NEWS: - - #i79271# Update NEWS file. - -2007-09-21 19:14 vq - - * dmake.c: - - #i81296# Change comment. - -2007-09-19 21:50 vq - - * man/: dmake.nc, dmake.tf: - - #i81252# Restore alphabetical order. - -2007-09-18 21:03 vq - - * man/: dmake.nc, dmake.tf: - - #i81252# Add documentation for the SHELLCMDQUOTE macro. - -2007-09-18 20:34 vq - - * getinp.c, imacs.c, make.c, sysintf.c, vextern.h, mac/public.h, - msdos/runargv.c, msdos/spawn.c, msdos/borland/bcc30/public.h, - msdos/borland/bcc40/public.h, msdos/borland/bcc45/public.h, - msdos/borland/bcc50/public.h, msdos/borland/tcc20/public.h, - msdos/microsft/msc51/public.h, msdos/microsft/msc60/public.h, - msdos/zortech/public.h, os2/ibm/icc/public.h, - os2/ibm/icc3/public.h, qssl/public.h, qssl/runargv.c, - startup/win95/macros.mk, startup/winnt/macros.mk, tos/public.h, - unix/runargv.c, unix/386ix/public.h, unix/bsd43/public.h, - unix/bsd43/uw/public.h, unix/bsd43/vf/public.h, - unix/bsdarm32/public.h, unix/coherent/ver40/public.h, - unix/coherent/ver42/public.h, unix/cygwin/public.h, - unix/linux/gnu/public.h, unix/macosx/gnu/public.h, - unix/solaris/public.h, unix/solaris/gnu/public.h, - unix/sysvr1/public.h, unix/sysvr3/public.h, - unix/sysvr3/gnu/public.h, unix/sysvr3/pwd/public.h, - unix/sysvr4/public.h, unix/xenix/public.h, - unix/xenix/pwd/public.h, win95/borland/bcc50/public.h, - win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h, - winnt/microsft/vpp40/public.h, winnt/mingw/public.h, - winnt/msvc6/public.h: - - #i81252# Add a new SHELLCMDQUOTE control macro. - -2007-09-17 18:24 vq - - * tests/: function_macros-8, macros-7: - - #i78776# Fix testcases for non-cygwin OS. - -2007-09-16 12:35 vq - - * tests/: Makefile.am, Makefile.in, misc-20: - - #i81296# Add testcases. - -2007-09-16 00:10 vq - - * tests/macros-11: - - #i74007# Change testcase. - -2007-09-15 23:57 vq - - * dmake.c, mac/ruletab.c, man/dmake.nc, man/dmake.tf, - msdos/ruletab.c, os2/ruletab.c, unix/ruletab.c, - win95/borland/ruletab.c, win95/microsft/ruletab.c, - winnt/borland/ruletab.c, winnt/microsft/ruletab.c: - - #i74007# Revert the part of the previous patch that lets OOODMAKEMODE - always be imported from the environment. Instead move the definition - of targets from the command line after the evaluation of the startup - makefile. - -2007-09-15 23:16 vq - - * tests/macros-11: - - #i74007# Add testcase. - -2007-09-15 23:06 vq - - * man/dmake.nc: - - #i74007# Update text version of the man page. - -2007-09-15 23:03 vq - - * dmake.c, mac/ruletab.c, man/dmake.tf, msdos/ruletab.c, - os2/ruletab.c, unix/ruletab.c, win95/borland/ruletab.c, - win95/microsft/ruletab.c, winnt/borland/ruletab.c, - winnt/microsft/ruletab.c: - - #i74007# Always import OOODMAKEMODE from the environment. Define targets from - the command line after the macros from the command line and OOODMAKEMODE - from the environment are set. - -2007-09-13 23:40 vq - - * dmake.c, extern.h, make.c, rulparse.c: - - #i81296# Clear flags indicating that targets that infered makefiles (and - their prerequisites) were previously build. - -2007-09-13 20:08 vq - - * dmake.h, rulparse.c: - - #i81296# Remove bit recycling for F_VISITED/F_USED. Use only F_VISITED. - -2007-09-09 15:11 vq - - * quit.c: - - #i81273# Fixed another MinGW build problem. - -2007-09-08 14:20 vq - - * make.c, rulparse.c: - - #i10000# Add some output for .INCLUDE operations when the -vf verbose - flag is given. - -2007-09-06 10:53 vq - - * quit.c: - - #i81273# Fix MinGW build problem. - -2007-09-02 06:57 vq - - * tests/: Makefile.am, Makefile.in, misc-19: - - #i67911# Add testcase. - -2007-09-02 06:44 vq - - * make.c, sysintf.c, msdos/runargv.c, qssl/runargv.c, - unix/runargv.c, win95/microsft/vpp40/runargv.c, - winnt/microsft/vpp40/runargv.c: - - #i67911# Wait with the deletion of temporary files until the target is - completely made. - -2007-08-31 01:24 vq - - * sysintf.c, man/dmake.nc, man/dmake.tf, tests/targets-21, - tests/targets-28: - - #i64572# Issue a warning for virtual targets with corresponding files. - Update testcases. - -2007-08-30 05:13 vq - - * man/: dmake.nc, dmake.tf: - - #i64572# Add documentation. - -2007-08-28 22:27 vq - - * tests/Makefile.am: - - #i64234# Also change Makefile.am. - -2007-08-28 22:25 vq - - * tests/: Makefile.in, function_macros-10: - - #i64234# Add testcase. - -2007-08-28 14:28 vq - - * function.c, man/dmake.nc, man/dmake.tf: - - #i64234# Fix $(mktmp ..) handling of leading spaces. - -2007-08-26 18:22 vq - - * tests/: Makefile.am, Makefile.in, macros-11: - - #i74007# Add testcase. - -2007-08-25 16:50 vq - - * tests/: Makefile.am, Makefile.in, targets-28: - - #i64572# Add testcases. - -2007-08-25 15:34 vq - - * make.c, sysintf.c: - - #i64572# If a target without recipes has an existing file use its time - stamp only if the time is newer than the one of the its newest prerequisite. - -2007-08-22 10:02 vq - - * sysintf.c: - - #i64572# Fix the F_RULES problem mentioned before. - -2007-08-21 11:09 vq - - * make.c, sysintf.c: - - #i64572# To keep the dependency chains intact targets without recipes inherit - the time of their newest prerequisite. (Additional patches are needed as - currently the F_RULES flag is not always set correctly.) - -2007-08-19 20:05 vq - - * sysintf.c: - - #i64572# Assumes that targets without recipe lines have a current time - stamp after they were made (independent of the actual time stamp of the - file. - -2007-08-18 18:23 vq - - * make.c, sysintf.c: - - #i64572# Make dmake warn if the time stamp of a target is not updated - after making the target. This warning can be silenced using the - .SILENT attribute. - -2007-08-17 23:21 vq - - * make.c: - - #i10000# Remove unused variable. - -2007-08-17 23:16 vq - - * dmake.h, make.c, sysintf.c: - - #i10000# Add some comments. - -2007-08-15 17:46 vq - - * tests/: Makefile.am, Makefile.in, targets-27: - - #i80687# Add testcase. - -2007-08-15 17:25 vq - - * make.c: - - #i80687# Fix building of inferred phony prerequisites. - -2007-08-14 13:55 vq - - * make.c: - - #i64572# Revert previous patch. - -2007-08-13 11:33 vq - - * make.c: - - #i64572# Make dmake warn if the time stamp of a target is not updated - after making the target. - -2007-08-11 17:23 vq - - * tests/: Makefile.am, Makefile.in, recipes-9: - - #i80598# Add testcase. - -2007-08-11 16:52 vq - - * unix/runargv.c: - - #i80598# Fix handling of ignored errors in the spawn enabled version - of dmake. - -2007-08-10 13:59 vq - - * tests/: Makefile.am, Makefile.in, targets-26: - - #i66751# Add testcase. - -2007-08-10 13:39 vq - - * infer.c: - - #i66751# Make sure that infered phony %-targets do not have a time stamp. - -2007-08-10 11:42 vq - - * infer.c, man/dmake.nc, man/dmake.tf: - - #i66751# Accept .PHONY attribute in %-targets. - -2007-08-09 15:46 vq - - * macparse.c: - - - #i69510# Change error on assignment to an empty macro name to a warning. - -2007-08-08 22:00 vq - - * tests/: Makefile.am, Makefile.in, recipes-8: - - #i67709# Add testcase. - -2007-08-08 21:43 vq - - * parse.c, rulparse.c: - - #i67709# Improve parsing of group recipes. - -2007-08-08 13:49 vq - - * tests/: Makefile.am, Makefile.in, macros-10: - - #i69510# Add testcase. - -2007-08-08 12:54 vq - - * macparse.c: - - #i69510# Improve error message. - -2007-08-08 12:52 vq - - * macparse.c: - - #i69510# Improve macro name syntax check during assignment. - -2007-08-06 21:54 vq - - * rulparse.c, man/dmake.nc, man/dmake.tf: - - #i66448# Clarify prerequisites for %-targets. - -2007-08-05 17:10 vq - - * function.c, tests/Makefile.am, tests/Makefile.in, - tests/function_macros-9: - - #i50092# Enhance $(shell,expand .. ) parsing. Add testcase. - -2007-08-05 14:55 vq - - * make.c: - - #i70168# Clear F_MARK flag after dynamic prerequisite expansion is done. - -2007-08-05 13:51 vq - - * infer.c: - - #i80144# Clean-up. - -2007-08-05 13:03 vq - - * infer.c, tests/targets-24: - - #i80144# Change error about ambigous inference targets to warning. - -2007-08-04 14:56 vq - - * tests/: Makefile.am, Makefile.in, targets-25: - - #i80352# Add testcase. - -2007-08-04 14:42 vq - - * make.c: - - #i80352# Fix .PRECIOUS attribute. - -2007-08-04 00:15 vq - - * tests/: Makefile.am, Makefile.in, targets-23, targets-24: - - #i80144# Add testcases. - -2007-07-31 20:45 vq - - * tests/: Makefile.am, Makefile.in, targets-22: - - #i80143# Add testcase. - -2007-07-31 20:29 vq - - * infer.c: - - #i80143# Fix problem marking some intermediate targets removable. - -2007-07-30 22:23 vq - - * expand.c: - - #i80009# Add missing string initialization. - -2007-07-29 22:28 vq - - * infer.c: - - #i80144# Improve check for ambiguous inference chains. - -2007-07-29 12:10 vq - - * infer.c, stat.c: - - #i10000# Add comments to documents aspects of the inference mechanism. - -2007-07-28 13:12 vq - - * configure, configure.in: - - #i79815# Fix default DMAKEROOT macro value. - -2007-07-27 22:03 vq - - * tests/: Makefile.am, Makefile.in, targets-21: - - #i78837# Add testcase. - -2007-07-27 21:37 vq - - * tests/: Makefile.am, Makefile.in, macros-9: - - #i80010# Add testcase. - -2007-07-27 15:47 vq - - * expand.c: - - #i80010# Keep quotes for :1 and :i macro extensions. - -2007-07-27 15:16 vq - - * tests/: Makefile.am, Makefile.in, macros-8: - - #i80009# Add testcase. - -2007-07-27 13:06 vq - - * NEWS, man/dmake.nc, man/dmake.tf: - - #i78776# Document new normalizing function macro and macro extension. - -2007-07-26 18:27 vq - - * expand.c: - - #i80009# Fix handling of quoted filenames for :b :d :e :f macro expansions. - -2007-07-24 20:31 vq - - * tests/: Makefile.am, Makefile.in, function_macros-8, macros-7: - - #i78776# Add testcases. - -2007-07-24 19:00 vq - - * dag.c, dmake.h, expand.c, extern.h, function.c, path.c: - - #i78776# New function macro $(normpath[,para] list) to normalise the - elements of list and a macro extension $(macro_name:n) to normalise - the content of macro_name. The normalization is done token-wise and - quotes are preserved. - On cygwin the result honors the setting of .WINPATH to determine the - output format. If the optional parameter para is given in the - $(normpath ...) case its expanded value is used to override the - .WINPATH setting for the output of the function macro. - -2007-07-12 18:59 vq - - * make.c, tests/Makefile.am, tests/Makefile.in, tests/targets-20: - - #i69462# Do not assume that non-existing prerequisites for %-targets have - the same time stamp as the parent target. Testcase added. - -2007-07-05 17:17 vq - - * getinp.c: - - #i79200# Remove unneeded error on defined or DEFINED after .IF expression. - -2007-07-05 11:58 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.nc, - man/dmake.tf, readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i79271# Bump version to 4.11-cvs. - -2007-06-25 18:11 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.nc, - man/dmake.tf, readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i78508# Release dmake 4.9. - -2007-06-22 16:47 vq - - * man/dmake.nc, man/dmake.tf, tests/Makefile.am, tests/Makefile.in, - tests/targets-19: - - #i78061# Add testcase and documentation. - -2007-06-22 13:36 vq - - * man/: dmake.nc, dmake.tf: - - #i74007# Add documentation to manpage. - -2007-06-21 16:28 vq - - * tests/: Makefile.am, Makefile.in, targets-18: - - #i74007# Add testcase. - -2007-06-20 18:26 vq - - * dag.c, imacs.c, path.c, vextern.h: - - #i74700# Add a new special macro OOODMAKEMODE that is used to toggle - OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) - the leading ./ of a path will no longer be removed. - This patch also fixes iz78061. - -2007-06-20 18:07 vq - - * configure.in: - - #i78152# Make dmake buildable on GNU/kFreeBSD. - -2007-06-17 23:56 vq - - * man/: dmake.nc, dmake.tf: - - #i78033# Document :i macro expansion. - -2007-04-24 13:42 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.nc, - man/dmake.tf, win95/microsft/config.h, winnt/microsft/config.h: - - #i73700# Release dmake 4.8. - -2007-04-09 09:22 vq - - * tests/misc-18: - - #i73499# Fix bash syntax typo. - -2007-04-08 23:27 vq - - * tests/misc-18: - - #i73499# Make test work on Solaris. - -2007-04-08 23:06 vq - - * make.c: - - #i73499# Fix potential problem with m_at getting freed without being - initalized first. - -2007-03-27 13:21 vq - - * man/: dmake.nc, dmake.tf: - - #i10000# Fix typos in manual. - This patch was provided by shay@openoffice.org. - -2007-03-24 00:29 vq - - * make.c, man/dmake.nc, man/dmake.tf: - - #i75697# Document the special treatment of $? for the :! ruleop. - -2007-03-23 16:40 vq - - * NEWS, man/dmake.nc, man/dmake.tf, tests/Makefile.am, - tests/Makefile.in, tests/misc-18: - - #i73499# Add documentation and testcase. - -2007-03-19 00:58 vq - - * sysintf.c: - - #i73499# Restrict function to cygwin only use. - -2007-03-18 11:02 vq - - * sysintf.c: - - #i73499# Add missing include statement. - -2007-03-17 15:00 vq - - * dag.c, dmake.c, dmake.h, dmdump.c, extern.h, getinp.c, imacs.c, - infer.c, make.c, rulparse.c, sysintf.c, vextern.h: - - #i73499# Add new .WINPATH attribute to generate Windows style paths - (with regular slashes) instead of the default cygwin style (POSIX) - paths for dmake's dynamic macros. - - This attribute is specific for cygwin dmake executables and non-cygwin - environments ignore this attribute. - - The windows style paths use regular slashes ('/') instead of the - usual windows backslash ('\') as directory separator to avoid quoting - problems (It still is a cygwin dmake!) and cygwin as well as native - windows programs should have no problems using this (c:/foo/bar) path - representation. - - The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), - $(MAKEDIR) and $(TMD). - - Examples: - - Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp - - Content of $(PWD) with .WINPATH set: c:/temp - -2007-03-16 22:36 vq - - * sysintf.c: - - #i10000# Trivial fix. - -2007-03-13 20:51 vq - - * sysintf.c, unix/rmprq.c: - - #i10000# No real change, only comments were added or modified. - -2007-01-29 23:24 vq - - * man/: dmake.nc, dmake.tf: - - #i73996# Update man page. - -2007-01-29 21:39 vq - - * make.c, path.c, sysintf.c, vextern.h: - - #i73996# Avoid relative paths going up to the root directory. - -2007-01-26 19:51 vq - - * dag.c, imacs.c, make.c: - - #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious. - Also commit some small macro relates clean ups and comment changes. - -2007-01-22 21:49 vq - - * dag.c: - - #i10000# Remove warning and add error handling. - -2007-01-22 21:25 vq - - * getinp.c, make.c: - - #i10000# Small cosmetic changes. - -2007-01-21 18:21 vq - - * configure, configure.in, path.c, man/dmake.nc, man/dmake.tf, - unix/dcache.c: - - #i73661# Improve case insensitive directory caching on case sensitive - file systems but it is *not* recommended to to so. A comment was added - to the man page emphasizing this. - -2007-01-20 22:00 vq - - * Makefile.in, configure, configure.in, man/dmake.nc, man/dmake.tf, - readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i73700# Bump version to 4.8-cvs. - -2007-01-27 20:53 vq - - * configure, configure.in: - - Masterfix from SRC680_m200. This patch fixes a MacOSX problem - encountered after integration into the OOo SRC680 master. - -2007-01-15 21:36 vq - - * msdos/runargv.c: - - #i61856# There is currently no parallel processing for the native W32 dmake. - Let Wait_for_child() always return -1 indicating that there is nothing to - wait for on this OS. - -2006-12-21 23:45 vq - - * NEWS: - - #i69952# Release dmake 4.7 - (Some extra changes were done in CWS dmake47.) - -2006-12-21 23:36 vq - - * unix/runargv.c: - - #i61856# Remove another verbose debugging statement. - -2006-12-20 22:16 vq - - * quit.c, sysintf.c, unix/runargv.c: - - #i61856# Child process handling improvements. - -2006-12-06 17:09 vq - - * dmake.c: - - #i72337# Make dmake -V tell whether fork/exec or spawn is used. - -2006-12-02 14:35 vq - - * tests/Makefile.am: - - #i72210# Missed an autotool bit. - -2006-12-02 14:10 vq - - * tests/Makefile.in, tests/recipes-7, unix/runargv.c: - - #i72210# Add missing detail and a testcase. - -2006-12-02 13:25 vq - - * unix/runargv.c: - - #i72210# Teach spawn enabled dmake to honor the '-' recipe switch. - -2006-11-30 20:16 vq - - * unix/runargv.c: - - #i61856# Fix "Internal Error: Child is missing .." problem. - -2006-11-27 17:23 vq - - * unix/runargv.c: - - #i61856# Improve (dmake internal) process handling. - -2006-11-23 11:58 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.nc, - man/dmake.tf, win95/microsft/config.h, winnt/microsft/config.h: - - #i69952# Release dmake 4.7. - -2006-11-21 06:50 hjs - - * tests/: macros-6, misc-13: - - small cleanup - -2006-11-20 20:32 vq - - * tests/misc-13: - - #i71777# Fix testcase - Only test the directory cache for case - insensitivity if the FS is also case insensitive. - -2006-11-20 12:16 vq - - * tests/: misc-15, recipes-5, recipes-6: - - #i71777# Solaris testcase fixes. - -2006-11-20 11:58 vq - - * tests/macros-6: - - #i71777# Fix testcase. - -2006-11-20 11:38 vq - - * tests/recipes-6: - - #i71422# Fix testcase. - -2006-11-19 16:10 vq - - * man/dmake.nc, man/dmake.tf, tests/Makefile.am, tests/Makefile.in, - tests/misc-17: - - #i71704# Add testcase and documentation. - -2006-11-19 00:27 vq - - * dag.c, dmake.c, imacs.c, make.c, unix/runargv.c: - - #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1 - and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set. - -2006-11-17 18:09 vq - - * tests/: Makefile.am, Makefile.in, misc-16: - - #i61856# Add testcase. - -2006-11-17 16:56 vq - - * dmake.h, sysintf.c, unix/runargv.c: - - #i61856# Implement better way to wait for a process queue to finish - without obstructing other process queues during parallel makefile - processing. - -2006-11-15 14:43 vq - - * configure, configure.in, unix/runargv.c: - - #i71582# Make dmake usable on OpenBSD. (Patch separated from CWS openbsd01) - -2006-11-13 15:39 vq - - * tests/: Makefile.am, Makefile.in, recipes-5, recipes-6: - - #i71422# Add testcases. - -2006-11-13 14:08 vq - - * NEWS, man/dmake.nc, man/dmake.tf: - - #i71422# Document new @@ recipe property. - -2006-11-12 00:25 vq - - * Makefile.in, config.h.in, configure, configure.in, - startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - tests/Makefile.in: - - #i71422# Remove unused macro and regenerate autotools files. - -2006-11-12 00:06 vq - - * dag.c, dmake.c, dmake.h, extern.h, function.c, getinp.c, make.c, - rulparse.c, sysintf.c, vextern.h, mac/public.h, msdos/runargv.c, - msdos/borland/bcc30/public.h, msdos/borland/bcc40/public.h, - msdos/borland/bcc45/public.h, msdos/borland/bcc50/public.h, - msdos/borland/tcc20/public.h, msdos/microsft/msc51/public.h, - msdos/microsft/msc60/public.h, msdos/zortech/public.h, - os2/ibm/icc/public.h, os2/ibm/icc3/public.h, qssl/public.h, - qssl/runargv.c, tos/public.h, unix/runargv.c, - unix/386ix/public.h, unix/bsd43/public.h, unix/bsd43/uw/public.h, - unix/bsd43/vf/public.h, unix/bsdarm32/public.h, - unix/coherent/ver40/public.h, unix/coherent/ver42/public.h, - unix/cygwin/public.h, unix/linux/gnu/public.h, - unix/macosx/gnu/public.h, unix/solaris/public.h, - unix/solaris/gnu/public.h, unix/sysvr1/public.h, - unix/sysvr3/public.h, unix/sysvr3/gnu/public.h, - unix/sysvr3/pwd/public.h, unix/sysvr4/public.h, - unix/xenix/public.h, unix/xenix/pwd/public.h, - win95/borland/bcc50/public.h, win95/microsft/vpp40/public.h, - winnt/borland/bcc50/public.h, winnt/microsft/vpp40/public.h, - winnt/mingw/public.h, winnt/msvc6/public.h: - - #i71422# Add a new feature: Using @@ as a recipe prefix redirects the - output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) - completely suppressing the output of that recipe to the terminal. - As for the @ prefix this can be disabled using the -v[r] switch. - -2006-11-09 22:25 vq - - * tests/: Makefile.am, Makefile.in, misc-15: - - #i69943# Add testcase to check directory caching with DOS style path - targets on cygwin dmake. - -2006-11-09 17:33 vq - - * make.c, path.c: - - #i69821# Fix/improve $(TMD) handling. - -2006-11-09 16:31 vq - - * tests/: Makefile.am, Makefile.in, macros-6: - - #i69821# Add testcase to verify that .SETDIR works (with drive letters - on cygwin) and sets TMD correctly. - -2006-11-09 13:16 vq - - * make.c: - - #i69821# Add comment where TMD is detecting different drive letters for - native W32 dmake versions. - -2006-10-08 19:27 vq - - * NEWS, make.c, tests/Makefile.am, tests/Makefile.in, - tests/targets-17: - - #i70210# Fix dmakes handling of empty dynamic prerequisites. - -2006-10-08 18:57 vq - - * make.c: - - #i70168# Remove FIXME. - -2006-10-08 18:49 vq - - * NEWS, imacs.c, make.c, rulparse.c, vextern.h, man/dmake.nc, - man/dmake.tf, tests/Makefile.am, tests/Makefile.in, - tests/targets-16: - - #i70168# Improve $ handling in targets/prerequisites. - -2006-10-07 16:23 vq - - * parse.c, tests/Makefile.am, tests/Makefile.in, tests/misc-14: - - #i70027# Fix diagnostic output and add a testcase. - -2006-10-07 15:30 vq - - * NEWS, man/dmake.nc, man/dmake.tf: - - #i69742# Add NEWS file entry and mention normalization in the man page. - -2006-10-07 14:34 vq - - * dag.c: - - #i69742# Never normalize cells that contain a $ in the pathname. - -2006-10-06 22:28 vq - - * tests/: Makefile.am, Makefile.in, targets-15: - - #i69742# Add testcase. - -2006-10-06 00:02 vq - - * dag.c, make.c: - - #i69742# Don't targets with $ in the filepath as dynamic macros. ($$ means - a single $ in the filepath.) - -2006-10-03 23:17 vq - - * dag.c, sysintf.c: - - #i69742# Enable normalization of targets and non-dynamic prerequisites. - (Dynamic prerequisites are prerequisites with not expanded macros.) - -2006-10-02 20:46 vq - - * path.c: - - #i69742# Fix problem when removing multiple '/'. - -2006-10-01 15:18 vq - - * dmake.c, extern.h, path.c: - - #i69742# Create Clean_path() function. - -2006-10-01 12:23 vq - - * path.c, unix/dirbrk.c: - - #i69742# Clean up/speed up Build_path(). - -2006-09-30 11:01 vq - - * mac/sysintf.h, msdos/sysintf.h, os2/sysintf.h, qssl/sysintf.h, - tos/sysintf.h, unix/sysintf.h, win95/borland/sysintf.h, - win95/microsft/sysintf.h, winnt/borland/sysintf.h, - winnt/microsft/sysintf.h, winnt/mingw/sysintf.h, - winnt/msvc6/sysintf.h: - - #i69814# Remove the unused DMSTRLWR macro. - -2006-09-29 17:20 vq - - * Makefile.in, autogen.sh, config.h.in, configure, configure.in, - extern.h, function.c, make.c, sysintf.c: - - #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. - -2006-09-29 14:55 vq - - * tests/macros-5: - - #i69821# Fix testcase. - -2006-09-29 14:50 vq - - * dmstring.c, extern.h, imacs.c, make.c, stat.c, man/dmake.nc, - man/dmake.tf, tests/Makefile.am, tests/Makefile.in, - tests/misc-13, unix/dcache.c, win95/microsft/config.h: - - #i69814# Add/fix option to make directory cache case insensitive. (Make - this the default for Windows and Mac OS X.) Added testcase. - -2006-09-28 17:42 vq - - * imacs.c, make.c, tests/Makefile.am, tests/Makefile.in, - tests/macros-5: - - #i69821# Fix TMD macro and add testcase. - -2006-09-28 17:16 vq - - * Makefile.am, Makefile.in, aclocal.m4, autogen.sh, compile, - config.guess, config.h.in, configure, configure.in, depcomp, - install-sh, missing, mkinstalldirs, msdos/Makefile.am, - msdos/Makefile.in, startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - tests/Makefile.in, win95/Makefile.am, win95/Makefile.in, - win95/microsft/Makefile.am, win95/microsft/Makefile.in: - - #i69953# Clean up of the autotooling. - -2006-09-28 13:33 vq - - * Makefile.in, configure, configure.in, man/dmake.nc, man/dmake.tf, - readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i69952# Bump version to 4.7-cvs. - -2006-09-24 19:57 vq - - * tests/targets-12: - - #i69818# Fix testcase. - -2006-09-21 16:57 vq - - * Makefile.in, NEWS, configure, configure.in, man/dmake.nc, - man/dmake.tf, win95/microsft/config.h, winnt/microsft/config.h: - - #i67689# Release dmake 4.6. - -2006-09-21 12:24 vq - - * expand.c: - - #i69743# Optimize expand.c:Apply_edit(). - -2006-09-20 13:32 vq - - * rulparse.c: - - #i66567# Show the ".SUFFIXES target has no special meaning" warning only - if the -v[w] verbose flag is given. - -2006-09-14 12:40 vq - - * man/: dmake.nc, dmake.tf: - - #i69536# Make clear that .SUFFIXES is not supported by dmake. - -2006-08-29 13:08 vq - - * function.c, sysintf.c: - - #i69071# Don't use umask for the native W32 dmake. - -2006-08-21 00:22 vq - - * dmake.h, make.c, rulparse.c, unix/runargv.c: - - #i10000# Add some code comments. - -2006-08-20 13:30 vq - - * man/: dmake.nc, dmake.tf: - - #i64569# Improve documentation of the handling of continued makefile lines. - -2006-08-15 14:12 vq - - * tests/: Makefile.am, Makefile.in, macros-4: - - #i44961# Add testcase. - -2006-08-15 14:11 vq - - * expand.c: - - #i44961# Reject single letter macros with (, {, ), } and : . - -2006-08-15 11:07 vq - - * expand.c: - - #i44961# Throw error if inclosed macro brackets are encountered. - -2006-08-14 16:35 vq - - * unix/ruletab.c: - - #i52590# Increase limit of parallel jobs for *NIX dmakes to 64. - -2006-07-30 23:35 vq - - * function.c: - - #i67585# Remove unneeded variable definitions. - -2006-07-30 22:47 vq - - * function.c, sysintf.c, mac/public.h, - msdos/borland/bcc30/public.h, msdos/borland/bcc40/public.h, - msdos/borland/bcc45/public.h, msdos/borland/bcc50/public.h, - msdos/borland/tcc20/public.h, msdos/microsft/msc51/public.h, - msdos/microsft/msc60/public.h, msdos/zortech/public.h, - os2/ibm/icc/public.h, os2/ibm/icc3/public.h, qssl/public.h, - tos/public.h, unix/386ix/public.h, unix/bsd43/public.h, - unix/bsd43/uw/public.h, unix/bsd43/vf/public.h, - unix/bsdarm32/public.h, unix/coherent/ver40/public.h, - unix/coherent/ver42/public.h, unix/cygwin/public.h, - unix/linux/gnu/public.h, unix/macosx/gnu/public.h, - unix/solaris/public.h, unix/solaris/gnu/public.h, - unix/sysvr1/public.h, unix/sysvr3/public.h, - unix/sysvr3/gnu/public.h, unix/sysvr3/pwd/public.h, - unix/sysvr4/public.h, unix/xenix/public.h, - unix/xenix/pwd/public.h, win95/borland/bcc50/public.h, - win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h, - winnt/microsft/vpp40/public.h, winnt/mingw/public.h, - winnt/msvc6/public.h: - - #i64583# Remove unused parameter from Create_temp() and Get_temp(). - -2006-07-29 21:47 vq - - * tests/: Makefile.am, Makefile.in, recipes-3, recipes-4: - - #i67589# Add testcases for builtin commands. - -2006-07-28 21:55 vq - - * NEWS, man/dmake.nc, man/dmake.tf: - - #i67589# Add documentation and NEWS file entry for builtin commands noop - and echo. - -2006-07-28 17:19 vq - - * make.c, sysintf.c, unix/runargv.c: - - #i67589# Add the internal commands noop and echo to the *nix version of - dmake. This functionality already existed for the native windows version. - -2006-07-26 21:10 vq - - * sysintf.c, msdos/runargv.c, msdos/spawn.c: - - #i67808# Fix the internal echo command of the native Windows dmake version. - The patch also moves the usage of the global variable Packed_shell to - msdos/runargv.c and msdos/spawn.c. - -2006-07-25 20:47 vq - - * unix/runargv.c: - - #i10000# Oops, the previous patch should not change this part. - -2006-07-25 20:20 vq - - * sysintf.c, unix/runargv.c: - - #i10000# Comment and whitespace changes only. - -2006-07-24 18:13 vq - - * tests/: Makefile.am, Makefile.in, function_macros-7, recipes-2: - - #i64583# Add testcase for $(mktmp ...) function macro and group recipe. - -2006-07-24 17:43 vq - - * dag.c, function.c, sysintf.c: - - #i64583# Let tempfiles generated by $(mktmp ..) always have 600 permissions. - Generate unique and secure tempfiles if a suffix is requested. (Needed for - group recipes.) - -2006-07-23 00:27 vq - - * Makefile.in, configure, configure.in, man/dmake.nc, man/dmake.tf, - readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i67689# Bump version to 4.6-cvs. - -2006-07-23 00:05 vq - - * NEWS: - - #i67166# Mention the new warning in the NEWS file. - -2006-07-22 23:41 vq - - * tests/: Makefile.am, Makefile.in, function_macros-6: - - #i67585# Add a testcase. - -2006-07-22 23:17 vq - - * function.c, man/dmake.nc, man/dmake.tf: - - #i67585# Fix $(nil ...) function macro. - The patch also removes some unneeded code from _exec_call() and adds some - extra documentation about function macros to the dmake man page. - -2006-07-21 23:48 vq - - * dag.c, hash.c: - - #i10000# Add some comments. - -2006-07-19 22:41 vq - - * make.c, sysintf.c, msdos/runargv.c, unix/runargv.c: - - #i10000# No code changes. Only comments were added/improved. - -2006-07-16 23:13 vq - - * tests/: Makefile.am, Makefile.in, targets-13, targets-14: - - #i67166# Add testcases. - -2006-07-16 23:10 vq - - * dag.c, dmake.c, dmake.h, expand.c, macparse.c: - - #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is - assumed to be empty) is used and later set to a different value. - -2006-07-10 17:01 vq - - * NEWS, tests/Makefile.am, tests/Makefile.in, tests/targets-12: - - #i66567# Add testcase and mention the new warning in the NEWS file. - -2006-07-10 16:46 vq - - * rulparse.c, man/dmake.nc, man/dmake.tf: - - #i66567# Deprecate the obsolete special target .SUFFIXES as it has no - special meaning. - -2006-07-09 21:38 vq - - * NEWS, tests/Makefile.am, tests/Makefile.in, tests/targets-11: - - #i67025# Add testcase and mention this bugfix in the NEWS file as it was - a regression in dmake 4.5 with respect to older versions. - -2006-07-09 21:08 vq - - * rulparse.c: - - #i67025# Fix problem of %-targets with attribute .SILENT and -vr verbose - flag. - -2006-06-22 16:48 vq - - * NEWS: - - #i66522# Release dmake 4.5 - (Two more issues were added and fixed in CWS dmake45.) - -2006-06-22 16:45 vq - - * tests/: infra-0, macros-1, macros-2, macros-3, misc-1, misc-10, - misc-11, misc-2, misc-3, misc-4, misc-5, misc-7, misc-8, misc-9, - recipes-1, targets-1, targets-10, targets-2, targets-3, - targets-4, targets-5, targets-6, targets-7, targets-8, targets-9: - - #i66650# Make dmake testsuite more portable. (Usable with Solaris.) - Patch by hjs. - -2006-06-22 16:14 vq - - * getinp.c, rulparse.c, tests/Makefile.am, tests/Makefile.in, - tests/misc-1, tests/misc-12: - - #i66659# Fix evaluation of line continuations in conditional expressions - and add testcase. - -2006-06-20 10:20 vq - - * Makefile.in, configure, configure.in, win95/microsft/config.h, - winnt/microsft/config.h: - - #i66522# Release dmake 4.5. - -2006-06-17 13:08 vq - - * Makefile.in, configure, configure.in, readme/intro.txt, - readme/read1st.txt, win95/microsft/config.h, - winnt/microsft/config.h: - - #i66522# Increase version number in documentation files and set preliminary - dmake version to 4.5-cvs. - -2006-06-16 20:41 vq - - * NEWS: - - #i66522# Update NEWS file. - -2006-06-16 16:38 vq - - * makefile.mk: - - #i66509# Fix bug in makefile. - -2006-06-16 16:24 vq - - * man/: dmake.nc, dmake.tf: - - #i66522# Update manpage. - -2006-06-16 14:46 vq - - * tests/: Makefile.am, Makefile.in, misc-11: - - #i65281# Add testcase. - -2006-06-16 14:31 vq - - * getinp.c, man/dmake.nc, man/dmake.tf: - - #i65281# Fix comparison with empty string. - -2006-06-14 22:42 vq - - * unix/ruletab.c, win95/borland/ruletab.c, - win95/microsft/ruletab.c, winnt/borland/ruletab.c, - winnt/microsft/ruletab.c: - - #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs. - - This patch was submitted by shay@openoffice.org. - -2006-06-14 18:43 vq - - * man/dmake.nc, man/dmake.tf, tests/Makefile.am, tests/Makefile.in, - tests/targets-10, tests/targets-7, tests/targets-9: - - #i48087# Add testcases and change man page. - -2006-06-13 19:52 vq - - * tests/: Makefile.am, Makefile.in, targets-8: - - #i64331# Add testcase. - -2006-06-13 19:31 vq - - * infer.c: - - #i64431# Fix .SETDIR problem with percent targets. - -2006-06-13 15:06 vq - - * Makefile.in, configure, configure.in: - - #i64795# Fix typo in configure.in. - -2006-06-13 14:33 vq - - * tests/: Makefile.am, Makefile.in, targets-7: - - #i65122# Add testcase. - -2006-06-13 13:14 vq - - * tests/: Makefile.am, Makefile.in, targets-6: - - #i66385# Add testcase. - -2006-06-13 12:58 vq - - * rulparse.c, man/dmake.nc, man/dmake.tf: - - #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status. - Document this and regenerate man page. - -2006-06-13 11:03 vq - - * tests/: Makefile.am, Makefile.in, targets-5: - - #i66083# Add testcase. - -2006-06-13 01:28 vq - - * rulparse.c: - - #i66083# Check that AUGMAKE meta targets are not mixed with normal targets. - -2006-06-03 23:30 vq - - * rulparse.c: - - #i48087# Only warn once about multiple prerequisites for %-targets. - -2006-06-03 21:55 vq - - * tests/: Makefile.am, Makefile.in, targets-4: - - #i65360# Add testcase to check for message about empty recipe for - special or meta targets. - -2006-06-03 21:37 vq - - * rulparse.c: - - #i65360# Improve output of warning for special or meta targets without - recipe. - -2006-06-03 21:17 vq - - * tests/: Makefile.am, Makefile.in, targets-3: - - #i65360# Add testcase that checks that a warning is issued when .<suffix> - targets are ignored. - -2006-06-03 20:34 vq - - * tests/: Makefile.am, Makefile.in, targets-1, targets-2: - - #i64869# Add testcases and regenerate autotools files. - -2006-05-17 17:44 vq - - * Makefile.in, tests/Makefile.am, tests/Makefile.in, - tests/macros-3: - - #i65333# Add testcase and regenerate autotools files. - -2006-05-17 00:04 vq - - * man/dmake.tf: - - #i65333# Elaborate on .<suffix> vs. special targets and .INIT and .DONE - that also begin with a dot. - -2006-05-15 23:43 vq - - * man/dmake.tf: - - #i65333# Collect .<suffix> description at one place in the man page. - -2006-05-15 18:50 vq - - * man/dmake.tf: - - #i48087# Document the current %-target handling. - -2006-05-14 13:06 vq - - * rulparse.c: - - #i65360# Fix typo. - -2006-05-14 12:58 vq - - * rulparse.c: - - #i65360# Warn if dmake ignores an illegal .<suffix> target but keep the - behavior of dmake 4.4 and earlier. - -2006-05-12 13:36 vq - - * rulparse.c: - - #i48087# Fix typo. - -2006-05-12 12:59 vq - - * rulparse.c: - - #i65333# Prevent .ROOT, .TARGETS, .INIT and .DONE from being treates as - special .<suffix> targets. - -2006-05-10 23:38 vq - - * Makefile.in, man/dmake.nc, tests/Makefile.in: - - #i65281# Regenerate autotools files and plain text version of manpage. - -2006-05-10 23:31 vq - - * getinp.c, man/dmake.tf, tests/Makefile.am, tests/misc-10: - - #i65281# Fix crash on numeric comparison and add testcase. - -2006-05-10 13:46 vq - - * dmdump.c, rulparse.c, struct.h: - - #i48087# Correct parsing of target definitions with multiple % targets and - prerequisites. Also add some comments. - -2006-05-05 17:33 vq - - * dmake.h, infer.c, rulparse.c, struct.h, man/dmake.tf: - - #i65122# Fix problem with "non-documented" handling of multiple %-targets - plus several improved comments and a man page correction. - -2006-05-03 17:47 vq - - * dag.c, dmake.c, getinp.c, imacs.c, parse.c, rulparse.c, - vextern.h: - - #i64869# Fix various parsing problems of target definitions and - add code comments. - -2006-03-31 11:04 vq - - * Makefile.in, NEWS, configure, configure.in, readme/intro.txt, - readme/read1st.txt, readme/release.txt, win95/microsft/config.h: - - #i63874# Release dmake 4.4 - Update version numbers and regenerate autotool files. - -2006-03-15 09:43 vq - - * unix/runargv.c: - - #i61940# Add and correct some comments. - -2006-03-14 18:23 vq - - * tests/: Makefile.am, Makefile.in, function_macros-5: - - #i61940# Add testcase to check that $(shell ..) does not pick up output from - concurrent processes. - -2006-03-13 18:21 vq - - * function.c, getinp.c, state.c, unix/arlib.c: - - #i61390# Make dmake (gcc) build -Wall warning free. - -2006-03-01 22:46 vq - - * rulparse.c: - - #i61969# Clean F_MADE and F_STAT when recipes or prerequisites are changed - so that the target gets rebuild even if it was already build. (As a - generated .INCLUDE makefile.) - -2006-03-01 22:37 vq - - * tests/: Makefile.am, Makefile.in, misc-9: - - #i61969# Commit testcase for this issue. - -2006-02-26 18:33 vq - - * dmake.c: - - #i62118# Fix invalid detection of circular dependencies arising from F_VISITED - and F_USED both having the same value but being used in different contexts. - -2006-02-26 17:46 vq - - * tests/: Makefile.am, Makefile.in, misc-8: - - #i62118# Add testcase for issue 62118. - -2006-02-26 17:23 vq - - * tests/macros-2: - - #i61170# Fix testcase to remove the created "dirwith space" directory. - -2006-02-21 18:06 vq - - * unix/runargv.c: - - #i61940# Remove the #undef that unconditionally disabled the use of spawn. - -2006-02-11 19:47 vq - - * config.h.in, configure, configure.in, unix/runargv.c: - - #i61940# Enable the alternative use of spawn instead of fork/exec for - dmake. Add the configure option --enable-spawn. Regenerate autotool files. - -2006-02-06 18:06 vq - - * Makefile.in, man/dmake.tf, tests/Makefile.am, tests/Makefile.in, - tests/misc-7: - - #i61714# Correct manpage to state that the usage of .SETDIR like - `.SETDIR=foo : targets` is valid and add a testcase to verify this. - -2006-02-04 23:02 vq - - * man/dmake.nc: - - #i61170# Regenerate plain text version of the dmake man page. - -2006-02-03 14:46 vq - - * NEWS, make.c, makefile.mk, man/dmake.tf: - - #i61170# Let $(TMD)/somedir always be a valid path. - Adjust the dmake bootstrap makefile to this change. - -2006-02-01 23:50 vq - - * dmake.c: - - #i47919# Fix typo. - -2006-02-01 23:39 vq - - * dmake.c, quit.c, sysintf.c, mac/public.h, - msdos/borland/bcc30/public.h, msdos/borland/bcc40/public.h, - msdos/borland/bcc45/public.h, msdos/borland/bcc50/public.h, - msdos/borland/tcc20/public.h, msdos/microsft/msc51/public.h, - msdos/microsft/msc60/public.h, msdos/zortech/public.h, - os2/ibm/icc/public.h, os2/ibm/icc3/public.h, qssl/public.h, - tos/public.h, unix/386ix/public.h, unix/bsd43/public.h, - unix/bsd43/uw/public.h, unix/bsd43/vf/public.h, - unix/bsdarm32/public.h, unix/coherent/ver40/public.h, - unix/coherent/ver42/public.h, unix/cygwin/public.h, - unix/linux/gnu/public.h, unix/macosx/gnu/public.h, - unix/solaris/public.h, unix/solaris/gnu/public.h, - unix/sysvr1/public.h, unix/sysvr3/public.h, - unix/sysvr3/gnu/public.h, unix/sysvr3/pwd/public.h, - unix/sysvr4/public.h, unix/xenix/public.h, - unix/xenix/pwd/public.h, win95/borland/bcc50/public.h, - win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h, - winnt/microsft/vpp40/public.h, winnt/mingw/public.h, - winnt/msvc6/public.h: - - #i47919# Use the correct handler function for the signal() handling. - -2006-02-01 18:37 vq - - * man/dmake.nc: - - #i60948# Regenerate plain text version of the dmake man page. - -2006-02-01 18:28 vq - - * Makefile.in, NEWS, config.h.in, configure, configure.in, dmake.c, - dmake.h, function.c, make.c, sysintf.c, vextern.h, mac/public.h, - man/dmake.tf, msdos/runargv.c, msdos/borland/bcc30/public.h, - msdos/borland/bcc40/public.h, msdos/borland/bcc45/public.h, - msdos/borland/bcc50/public.h, msdos/borland/tcc20/public.h, - msdos/microsft/msc51/public.h, msdos/microsft/msc60/public.h, - msdos/zortech/public.h, os2/ibm/icc/public.h, - os2/ibm/icc3/public.h, qssl/public.h, tos/public.h, - unix/runargv.c, unix/386ix/public.h, unix/bsd43/public.h, - unix/bsd43/uw/public.h, unix/bsd43/vf/public.h, - unix/bsdarm32/public.h, unix/coherent/ver40/public.h, - unix/coherent/ver42/public.h, unix/cygwin/public.h, - unix/linux/gnu/public.h, unix/macosx/gnu/public.h, - unix/solaris/public.h, unix/solaris/gnu/public.h, - unix/sysvr1/public.h, unix/sysvr3/public.h, - unix/sysvr3/gnu/public.h, unix/sysvr3/pwd/public.h, - unix/sysvr4/public.h, unix/xenix/public.h, - unix/xenix/pwd/public.h, win95/borland/bcc50/public.h, - win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h, - winnt/microsft/vpp40/public.h, winnt/mingw/public.h, - winnt/msvc6/public.h: - - #i60948# Add -m option family to generate timing information for targets - and/or recipes. (Autotools files were regenerated.) - -2006-02-01 17:08 vq - - * tos/public.h, unix/arlib.c, unix/386ix/public.h, - unix/bsd43/public.h, unix/bsd43/uw/public.h, - unix/bsd43/vf/public.h, unix/bsdarm32/public.h, - unix/coherent/ver40/public.h, unix/coherent/ver42/public.h, - unix/cygwin/public.h, unix/linux/gnu/public.h, - unix/macosx/gnu/public.h, unix/solaris/public.h, - unix/solaris/gnu/public.h, unix/sysvr1/public.h, - unix/sysvr3/public.h, unix/sysvr3/gnu/public.h, - unix/sysvr3/pwd/public.h, unix/sysvr4/public.h, - unix/xenix/public.h, unix/xenix/pwd/public.h: - - #i61390# Add missing prototypes. - -2006-01-31 23:18 vq - - * man/dmake.tf: - - #i10000# Small documentation fix. - -2006-01-30 15:28 vq - - * quit.c, unix/cygwin/public.h: - - #i61390# Add some missing prototypes to dmake/unix/cygwin/public.h and - also revert the copyright disclaimer to the original version. This file - is supposed to be auto generated and identical to: - dmake/unix/linux/gnu/cygwin/public.h. - -2006-01-26 20:22 vq - - * tests/: Makefile.am, Makefile.in, macros-2: - - #i61170# Add testcase and regenerate autotools files. - -2006-01-26 20:16 vq - - * make.c: - - #i61170# Add micro optimization as usually PWD is equal to MAKEDIR. - -2006-01-25 21:54 vq - - * Makefile.in, config.h.in, configure, configure.in, make.c: - - #i61170# Fix TMD macro and regenerate autotool files. - -2006-01-25 21:09 vq - - * configure.in: - - #i53148# Treat MinGW build like MSVC build. - -2006-01-11 12:46 rene - - * config.guess, config.sub: - - #i60375# update config.{sub,guess} - -2006-01-08 17:20 vq - - * Makefile.in, configure, configure.in: - - #i60168# Expand internal configure variable before using it and - regenerate autotool files. - -2006-01-08 16:44 vq - - * Makefile.in, configure: - - #i60168# Regenerate autotool files. - -2006-01-08 16:37 vq - - * configure.in: - - #i60168# Use the --datadir swich to determine where the startup dir is - placed and adapt the default DMAKEROOT macro setting accordingly. - -2006-01-05 20:35 vq - - * tests/Makefile.in: - - #i58259# Regenerate autotool files. - -2006-01-05 20:24 vq - - * tests/: misc-6, Makefile.am: - - #i58259# Add testcase. - -2006-01-03 23:07 vq - - * make.c: - - #i58259# Fix thinko and solve the problems with all testcases from the - issue. - -2006-01-03 21:13 vq - - * make.c, dmake.h: - - #i58259# Partial fix. This fixes the use of dp after it was freed. - -2005-12-15 15:04 vq - - * sysintf.c: - - #i58391# Create better temporary filenames when .NET2003 or newer are used. - -2005-10-25 13:19 vq - - * Makefile.in, config.h.in, configure, configure.in, function.c: - - #i53148# Restore old behaviour for non-*NIX dmake versions. - -2005-10-11 14:01 vq - - * Makefile.in, tests/Makefile.am, tests/Makefile.in, tests/README, - tests/misc-4: - - #i39248# Add testcase and regenerate configure and other autotools files. - -2005-10-11 13:48 vq - - * tests/misc-5: - - #i54938# Add testcase for .INCLUDE generation in parallel builds. - -2005-10-11 13:39 vq - - * function.c, getinp.c, make.c, vextern.h, unix/runargv.c: - - #i54938# Fix problem when building infered .INCLUDE makefiles and doing - parallel builds. - -2005-10-04 00:33 vq - - * man/: dmake.nc, dmake.tf: - - #i10000# Fix markup error in man page source and regenerate the ascii version. - -2005-09-25 20:43 vq - - * dbug/dbug/: dbug.txt, example1.c, example2.c, example3.c, - factorial.c, main.c, makeman.sh, readme, user.r: - - #i55070# Restore the documentation for Fred Fish's "C Program Debugging - Package" DBUG. - -2005-09-25 20:33 vq - - * Makefile.am, Makefile.in, configure, configure.in, extern.h, - dbug/dbug/dbug.c, msdos/Makefile.in, startup/Makefile.in, - startup/unix/Makefile.in, startup/unix/cygwin/Makefile.in, - startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - tests/Makefile.in, unix/Makefile.in, win95/Makefile.in, - win95/microsft/Makefile.in: - - #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them - in a configure type build. Also regenerate autotool files. - -2005-09-21 21:46 vq - - * tempnam.c: - - #i52899# Remove unused file. - -2005-09-19 20:50 vq - - * Makefile.in, aclocal.m4, configure, msdos/Makefile.in, - startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - tests/Makefile.am, tests/Makefile.in, tests/misc-3, - unix/Makefile.in, win95/Makefile.in, win95/microsft/Makefile.in: - - #i49461# Add testcase and regenerate configure and other autotools files. - -2005-09-19 20:01 vq - - * NEWS, man/dmake.nc, man/dmake.tf: - - #i53148# Update NEWS file and man page. - -2005-09-19 19:48 vq - - * unix/runargv.c: - - #i53148# Move include directive to get some macros defined before using - them. - -2005-09-17 19:25 vq - - * unix/runargv.c: - - #i53148# Make sure that the command started from _exec_shell really - finished before returning. - -2005-09-17 15:47 vq - - * Makefile.in: - - RESYNC: (1.11-1.12); FILE MERGED - -2005-09-17 15:47 vq - - * Makefile.am: - - RESYNC: (1.8-1.9); FILE MERGED - -2005-09-08 14:00 rt - - * unix/cygwin/public.h: - - INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED - 2005/09/05 17:12:52 rt 1.4.34.1: #i54170# Change license header: remove SISSL - -2005-09-06 21:39 vq - - * unix/runargv.c: - - #i53148# Make sure _attach_cmd can not be used for _exec_shell calls. - -2005-09-05 17:10 vq - - * tests/: Makefile.am, function_macros-3, function_macros-4: - - #i53148# Add another testcase. - -2005-09-05 16:56 vq - - * dmake.c, function.c, vextern.h, unix/runargv.c: - - #i53148# Move redirection of stdout from parent to child and avoid - capturing spurious output from other process queues. - -2005-09-05 13:23 vq - - * dmake.c, function.c, vextern.h, unix/runargv.c: - - #i53148# Additional patch to make sure that the shell escapes is executed - after all previous recipe lines from the same target have finished. - -2005-09-04 23:17 vq - - * tests/: Makefile.am, function_macros-3, misc-2: - - #i53148# Add testcase. - -2005-09-04 15:38 vq - - * dmake.c, function.c, sysintf.c, vextern.h, unix/runargv.c: - - #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1. - This certainly includes the -P# switch with # > 1. - -2005-09-01 20:25 vq - - * Makefile.in, aclocal.m4, autogen.sh, msdos/Makefile.in, - startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - tests/Makefile.in, unix/Makefile.in, win95/Makefile.in, - win95/microsft/Makefile.in: - - #i52238# Regenerate configure and other autotools files. - -2005-09-01 19:27 vq - - * tests/: Makefile.am, misc-2: - - #i52238# Add a testcase. - -2005-06-04 14:07 vq - - * Makefile.in, startup/Makefile.am, startup/Makefile.in, - startup/unix/Makefile.am, startup/unix/Makefile.in, - startup/winnt/Makefile.am, startup/winnt/Makefile.in, - tests/Makefile.am, tests/Makefile.in, tests/misc-1: - - #i39248# Add another testcase. - -2005-06-01 23:58 vq - - * NEWS: - - #i39248# Add entry to NEWS file. - -2005-06-01 23:41 vq - - * Makefile.am, Makefile.in, configure, configure.in, - tests/Makefile.am, tests/Makefile.in, tests/function_macros-1, - tests/function_macros-2, tests/infra-0, tests/macros-1, - tests/recipes-1: - - #i39248# Add testsuite for dmake (only tor targets using the autotools). - -2005-06-01 19:48 vq - - * function.c: - - #i50091# Echo shell function macro commands. - -2005-05-31 22:51 vq - - * unix/dcache.c: - - #i50142# Remove an unneeded warning that was introduced with issue 47135. - -2005-05-31 22:27 vq - - * parse.c: - - #i50053# Fix bogus check. - -2005-05-31 18:13 vq - - * parse.c: - - #i50053# Fix typo. - -2005-05-30 14:37 vq - - * parse.c: - - #i50053# Fix dmake correctly parsing empty makefile lines. This was a - regression introduced by issue 44959 and worked before only because - the trailing \n of empty lines were accidentally not removed. - -2005-05-20 14:18 vq - - * getinp.c: - - #i49461# Fix fall-out from issue 44959. Continued comment lines were not - ended if the following line was empty. - -2005-05-05 19:12 vq - - * Makefile.in: - - #i47851# Regenerate configure and other autotools files. - -2005-05-05 19:06 vq - - * Makefile.am: - - #i47851# Fix dependency checking for subdirectories. - -2005-05-05 17:59 vq - - * posix.h: - - #i47135# Leave a comment that the _POSIX_*_MAX values should be set in - the architecture dependent sysintf.h files instead of clobbering them - in posix.h - -2005-05-05 17:45 vq - - * dmake.c, tempnam.c: - - Issue number: 38830 - Submitted by: waratah@openoffice.org - Change dmake's diagnosic output to use "Warning:" or "Error:". Adding the - colon makes it easier grep for these diagnostics in long logfiles. - -2005-05-05 17:27 vq - - * infer.c, make.c, rulparse.c, sysintf.c: - - #i43310# Fix dmakes handling of multiple (::) targets concerning attributes - and flags. Note: An attribute given for a subtarget will also be applied for - all other subtargets. (Also add a few comments.) - -2005-04-22 00:22 vq - - * stdmacs.h, win95/microsft/config.h, winnt/microsft/config.h: - - Issue number: 47866 - Submitted by: shay@openoffice.org, vq@openoffice.org - Fix MSVC compiler warnings. - -2005-04-21 21:27 vq - - * Makefile.in, aclocal.m4, configure, msdos/Makefile.in, - startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - unix/Makefile.in, win95/Makefile.in, win95/microsft/Makefile.in: - - #i47851# Regenerate configure and other autotools files. - -2005-04-21 21:17 vq - - * infer.c: - - #i43310# Fix cast. - -2005-04-21 21:04 vq - - * NEWS, acinclude.m4, autogen.sh, config.h.in, configure.in, - dmake.c, dmakeroot.h.in, win95/microsft/config.h, - winnt/microsft/config.h: - - #i47851# Increase the version number to 4.4-cvs and slightly rearrange the - output of "dmake -V". - Remove the hardcoded (in autotools builds) OS macro. It had the wrong value - to be usable with the startup/*.mk and is not mentioned in the man page. - Clean up configure.in and friends. - -2005-04-21 00:31 vq - - * expand.c: - - #i37053# Fix (unreached) typo. - -2005-04-20 11:26 vq - - * NEWS, dmdump.c, infer.c: - - #i43310# Fix percent (%) rules to recognize prerequisites that are defined - with the multiple target rule operator (::). - This implicitly fixes the similar problem for .<suffix>.<suffix> targets. - -2005-04-18 18:08 vq - - * unix/dcache.c: - - #i47135# Fix variable name. - -2005-04-18 18:03 vq - - * sysintf.c, unix/dcache.c: - - #i47135# Add code to warn if a filename is longer than NAMEMAX permits. - -2005-04-17 12:47 vq - - * win95/borland/sysintf.h, win95/microsft/sysintf.h, - winnt/borland/sysintf.h, winnt/microsft/sysintf.h, - winnt/mingw/sysintf.h: - - Issue number: 47135 - Submitted by: shay@openoffice.org - Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults. - -2005-04-16 19:05 vq - - * Makefile.in, aclocal.m4, configure, msdos/Makefile.in, - startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/cygwin/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.in, - startup/winnt/mingw/Makefile.in, startup/winnt/msvc6/Makefile.in, - unix/Makefile.in, win95/Makefile.in, win95/microsft/Makefile.in: - - #i47578# Regenerate configure and other autotools files. - -2005-04-16 18:53 vq - - * startup/Makefile.am: - - #i47578# Install startup/config.mk instead of the unused startup/template.mk. - -2005-04-16 18:29 vq - - * configure.in, startup/config.mk.in: - - #i47578# Generate startup/config.mk during build with autotools. - -2005-04-16 12:53 vq - - * NEWS, expand.c, man/dmake.nc, man/dmake.tf: - - #i46987# Fix $(mktmp ...) documentation and add the map escape codes - $(macro:m) macro expansion. - -2005-04-15 19:55 vq - - * win95/borland/ruletab.c, win95/microsft/ruletab.c, - winnt/borland/ruletab.c, winnt/microsft/ruletab.c: - - Issue number: 47137 - Submitted by: shay@openoffice.org - Increase default MAXLINELENGHT to 8190. - -2005-04-15 19:34 vq - - * man/: dmake.nc, dmake.tf: - - #i47135# Fix the documentation of the NAMEMAX macro. (Not .NAMEMAX) - -2005-04-11 18:16 vq - - * expand.c: - - #i36027# Fix sanity check for end of macro. - -2005-04-11 17:13 vq - - * dag.c: - - #i47137# Elaborate a comment. - -2005-04-11 16:41 vq - - * getinp.c: - - #i47137# Report and abort when makefile lines are read that are longer than - MAXLINELENGTH. - -2005-04-10 23:38 vq - - * man/dmake.nc: - - #i43252# Regenerate typeset version of the manual page. - -2005-04-10 23:28 vq - - * NEWS, dmake.c, dmake.h, sysintf.c, vextern.h, man/dmake.tf, - win95/startup.h, winnt/startup.h: - - #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows - dmake executable (compiled with MS Visual C++ or MinGW) is the absolute - filename and NULL for other operating systems or dmake build with other - compilers. - If DMAKEROOT is not changed and only for native Windows dmake versions the - value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". - -2005-04-09 17:41 vq - - * startup/startup.mk: - - Issue number: 43254 - Submitted by: shay@openoffice.org - Don't import OS, OSRELEASE and OSENVIRONMENT from environment in startup.mk. - -2005-04-09 17:22 vq - - * dmake.c, mac/ruletab.c, msdos/ruletab.c, msdos/startup.h, - msdos/zortech/startup.mk, os2/ruletab.c, qssl/ruletab.c, - qssl/startup.h, startup/msdos/macros.mk, startup/os2/macros.mk, - startup/win95/macros.mk, startup/winnt/macros.mk, tos/ruletab.c, - tos/startup.h, unix/ruletab.c, win95/startup.h, - win95/borland/ruletab.c, win95/microsft/ruletab.c, - winnt/startup.h, winnt/borland/ruletab.c, - winnt/microsft/ruletab.c: - - #i43254# Make the usage of DMAKEROOT consistent with the man page for - all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" - from the list of macros that are always imported from the environment. - Patch inspired in part by shay@openoffice.org. - -2005-04-08 11:26 vq - - * msdos/zortech/startup.mk, startup/msdos/macros.mk, - startup/os2/macros.mk, startup/win95/macros.mk, - startup/winnt/macros.mk: - - Issue number: 47004 - Submitted by: shay@openoffice - Fix syntax errors (warnings) in subst macros. - -2005-04-08 11:18 vq - - * NEWS, readme/read1st.txt: - - Issue number: 43241 - Submitted by: shay@openoffice.org, vq@openoffice.org - Add documentation and update NEWS file. - -2005-04-07 18:30 vq - - * makefile.mk, win95/microsft/config.mk, - win95/microsft/vpp40/mk.bat: - - Issue number: 43241 - Submitted by: shay@openoffice.org - Allow dmake to be build on windows without 4NT. - -2005-03-27 10:42 vq - - * man/: dmake.nc, dmake.tf: - - #i43147# Fix man page. - -2005-03-16 00:25 vq - - * NEWS: - - #i44959# Update NEWS file. - -2005-03-15 01:02 vq - - * getinp.c: - - #i44959# Comment fix. - -2005-03-15 00:55 vq - - * getinp.c: - - #i44959# Make sure not to strip the wrong \n. - -2005-03-15 00:20 vq - - * getinp.c: - - #i44959# Fix dmake problems for makefiles when continued lines are - followed by empty lines. - -2005-03-13 22:21 vq - - * dag.c, expand.c, getinp.c, make.c: - - #i37053# Fix continuation char handling. - -2005-02-19 15:41 vq - - * NEWS: - - #i36027#, #i37053#, #i37491# Update NEWS file to mention the latest changes. - -2004-11-25 11:12 vq - - * getinp.c: - - #i37053# Treat continuation chars as whitespace. - -2004-11-25 11:09 vq - - * function.c: - - #i36027# Fix MSVC compilation problem. - -2004-11-23 14:57 vq - - * man/: dmake.nc, dmake.tf: - - #i37491# Add documentation for SPACECHAR macro. - -2004-11-21 13:00 vq - - * expand.c: - - #i36027# Certainly closing brackets are only accepted when no - closing separator is found. fixed. - -2004-11-21 12:40 vq - - * function.c: - - #i36027# Improve parsing for dmake function macros. - -2004-11-21 12:07 vq - - * expand.c: - - #i36027# Relax the syntax check for closing seperator for subst modifiers. - -2004-11-19 20:05 vq - - * imacs.c, vextern.h: - - #i37491# Add a predefined SPACECHAR macro. - -2004-11-19 19:31 vq - - * expand.c: - - #i36027# This fixes the problems with the :s#pat#rep# modifier and also - handles a missing closing braket for macros with macro modifiers in general. - -2004-11-11 22:45 vq - - * dag.c, getinp.c, make.c: - - #i37053# dmake line continuation fix. - -2004-10-22 04:11 rt - - * win95/microsft/config.h: - - INTEGRATION: CWS dmake43 (1.5.2); FILE MERGED - 2004/10/12 19:07:26 vq 1.5.2.1: #i31647# Update version number for the "native" MS compiler build. - -2004-10-22 04:11 rt - - * win95/microsft/Makefile.in: - - INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED - 2004/10/12 18:47:52 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:10 rt - - * unix/Makefile.in: - - INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED - 2004/10/12 18:47:51 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:09 rt - - * startup/winnt/msvc6/Makefile.in, win95/Makefile.in: - - INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED - 2004/10/12 18:47:51 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:09 rt - - * startup/winnt/: Makefile.in, mingw/Makefile.in: - - INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED - 2004/10/12 18:47:50 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:09 rt - - * startup/unix/sysvr4/Makefile.in: - - INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED - 2004/10/12 18:47:49 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:08 rt - - * startup/unix/solaris/Makefile.in: - - INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED - 2004/10/12 18:47:49 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:08 rt - - * startup/unix/macosx/Makefile.in: - - INTEGRATION: CWS dmake43 (1.6.18); FILE MERGED - 2004/10/12 18:47:48 vq 1.6.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:08 rt - - * startup/unix/linux/Makefile.in: - - INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED - 2004/10/12 18:47:48 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:08 rt - - * startup/unix/cygwin/Makefile.in: - - INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED - 2004/10/12 18:47:48 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:07 rt - - * startup/: Makefile.in, unix/Makefile.in: - - INTEGRATION: CWS dmake43 (1.8.18); FILE MERGED - 2004/10/12 18:47:47 vq 1.8.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:07 rt - - * readme/: intro.txt, read1st.txt: - - INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED - 2004/10/07 21:57:37 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-10-22 04:06 rt - - * msdos/Makefile.in: - - INTEGRATION: CWS dmake43 (1.3.18); FILE MERGED - 2004/10/12 18:47:47 vq 1.3.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:06 rt - - * man/dmake.tf: - - INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED - 2004/10/07 22:02:56 vq 1.4.2.1: #i31647# Change the man page also to version 4.3. - -2004-10-22 04:06 rt - - * man/dmake.nc: - - INTEGRATION: CWS dmake43 (1.2.2); FILE MERGED - 2004/10/07 22:02:56 vq 1.2.2.1: #i31647# Change the man page also to version 4.3. - -2004-10-22 04:05 rt - - * sysintf.c: - - INTEGRATION: CWS dmake43 (1.5.28); FILE MERGED - 2004/10/07 22:18:47 vq 1.5.28.1: #i34746# Fix timestamp of phony targets with prerequisites. - -2004-10-22 04:05 rt - - * makefile.mk: - - INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED - 2004/10/07 21:57:36 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-10-22 04:04 rt - - * imacs.c: - - INTEGRATION: CWS dmake43 (1.1.1.1.130); FILE MERGED - 2004/10/07 21:57:36 vq 1.1.1.1.130.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-10-22 04:04 rt - - * dmake.c: - - INTEGRATION: CWS dmake43 (1.4.2); FILE MERGED - 2004/10/07 21:57:36 vq 1.4.2.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-10-22 04:04 rt - - * configure.in: - - INTEGRATION: CWS dmake43 (1.21.16); FILE MERGED - 2004/10/12 19:07:26 vq 1.21.16.2: #i31647# Update version number for the "native" MS compiler build. - 2004/10/07 21:57:36 vq 1.21.16.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-10-22 04:04 rt - - * configure: - - INTEGRATION: CWS dmake43 (1.14.16); FILE MERGED - 2004/10/12 18:47:46 vq 1.14.16.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:03 rt - - * config.h.in: - - INTEGRATION: CWS dmake43 (1.11.16); FILE MERGED - 2004/10/12 18:47:46 vq 1.11.16.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:03 rt - - * aclocal.m4: - - INTEGRATION: CWS dmake43 (1.7.18); FILE MERGED - 2004/10/12 18:47:45 vq 1.7.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:02 rt - - * NEWS: - - INTEGRATION: CWS dmake43 (1.2.78); FILE MERGED - 2004/10/07 22:18:47 vq 1.2.78.2: #i34746# Fix timestamp of phony targets with prerequisites. - 2004/10/07 21:57:35 vq 1.2.78.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-10-22 04:02 rt - - * Makefile.in: - - INTEGRATION: CWS dmake43 (1.10.18); FILE MERGED - 2004/10/12 18:47:45 vq 1.10.18.1: #i31647# Regenerate the autotools files with autogen.sh. - -2004-10-22 04:01 rt - - * COPYING, acinclude.m4: - - INTEGRATION: CWS dmake43 (1.1.118); FILE MERGED - 2004/10/07 21:57:35 vq 1.1.118.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups. - - Note: The _head file was renamed to COPYING, COPYING is not a new file, - but was empty befor. - -2004-09-08 12:10 rt - - * unix/linux/gnu/public.h, win95/microsft/config.h: - - INTEGRATION: CWS ooo20040704 (1.4.22); FILE MERGED - 2004/07/15 19:47:39 vq 1.4.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:09 rt - - * unix/runargv.c: - - INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED - 2004/07/15 19:47:38 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:09 rt - - * unix/: dcache.c, rmprq.c, ruletab.c: - - INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED - 2004/07/15 19:47:38 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:08 rt - - * man/readme: - - INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED - 2004/07/11 15:15:18 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features. - -2004-09-08 12:08 rt - - * man/dmake.tf: - - INTEGRATION: CWS ooo20040704 (1.3.22); FILE MERGED - 2004/07/11 15:15:17 vq 1.3.22.1: #i31255#, #i17992# Update the documentation of dmake to the new features. - -2004-09-08 12:07 rt - - * man/dmake.nc: - - INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED - 2004/07/11 15:15:17 vq 1.1.1.1.120.1: #i31255#, #i17992# Update the documentation of dmake to the new features. - -2004-09-08 12:07 rt - - * rulparse.c: - - INTEGRATION: CWS ooo20040704 (1.5.68); FILE MERGED - 2004/07/15 19:47:37 vq 1.5.68.3: #i30887# Remove the wrongly added LGPL/SISSL license headers. - 2004/07/11 14:48:37 vq 1.5.68.2: #i31255# Add verbose recipe echoing option (-vr) to dmake. - 2004/07/06 00:03:43 vq 1.5.68.1: #i30779# Fix to allow dmake to echo recipe lines when inference is used - to create files that are be read by .INCLUDE. - - Note that this only fixes the possibility to do so. Recipes that start - with @ are still not echoed, but dmake -n now shows the recipes. - -2004-09-08 12:06 rt - - * parse.c, quit.c, stdmacs.h, unix/arlib.c: - - INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED - 2004/07/15 19:47:37 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:06 rt - - * make.c: - - INTEGRATION: CWS ooo20040704 (1.4.24); FILE MERGED - 2004/07/15 19:47:36 vq 1.4.24.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:06 rt - - * function.c: - - INTEGRATION: CWS ooo20040704 (1.6.22); FILE MERGED - 2004/07/15 19:47:36 vq 1.6.22.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:06 rt - - * extern.h: - - INTEGRATION: CWS ooo20040704 (1.7.68); FILE MERGED - 2004/07/15 19:47:36 vq 1.7.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:05 rt - - * expand.c, infer.c: - - INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED - 2004/07/15 19:47:36 vq 1.3.68.1: #i30887# Remove the wrongly added LGPL/SISSL license headers. - -2004-09-08 12:05 rt - - * dmake.h: - - INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED - 2004/07/11 14:48:37 vq 1.1.1.1.120.1: #i31255# Add verbose recipe echoing option (-vr) to dmake. - -2004-09-08 12:05 rt - - * dag.c, dmake.c: - - INTEGRATION: CWS ooo20040704 (1.3.68); FILE MERGED - 2004/07/15 19:47:35 vq 1.3.68.2: #i30887# Remove the wrongly added LGPL/SISSL license headers. - 2004/07/11 14:48:36 vq 1.3.68.1: #i31255# Add verbose recipe echoing option (-vr) to dmake. - -2004-09-08 12:04 rt - - * INSTALL: - - INTEGRATION: CWS ooo20040704 (1.1.108); FILE MERGED - 2004/07/11 15:15:16 vq 1.1.108.1: #i31255#, #i17992# Update the documentation of dmake to the new features. - -2004-04-21 10:10 svesik - - * itypes.h: - - INTEGRATION: CWS ooo20040329 (1.2.54); FILE MERGED - 2004/03/19 12:41:09 waratah 1.2.54.1: #i13620# extra definitions to use internal types defined in AIX - -2004-04-21 10:10 svesik - - * getinp.c: - - INTEGRATION: CWS ooo20040329 (1.4.8); FILE MERGED - 2004/04/01 16:24:25 mmeeks 1.4.8.1: #27319 - -2004-04-21 10:10 svesik - - * configure.in: - - INTEGRATION: CWS ooo20040329 (1.20.14); FILE MERGED - 2004/03/19 12:36:41 waratah 1.20.14.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure - -2004-04-21 10:09 svesik - - * configure: - - INTEGRATION: CWS ooo20040329 (1.13.4); FILE MERGED - 2004/03/19 12:37:40 waratah 1.13.4.1: #i13620# allow configure to pick up on types defined by AIX and also allow AIX to work in configure - -2004-04-21 10:09 svesik - - * config.h.in: - - INTEGRATION: CWS ooo20040329 (1.10.4); FILE MERGED - 2004/03/19 12:40:18 waratah 1.10.4.1: #i13620# Extra defines as used by configure - -2004-02-25 08:56 kz - - * win95/: Makefile.in, microsft/Makefile.am, microsft/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:29:04 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:56 kz - - * win95/Makefile.am: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:29:03 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:56 kz - - * unix/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED - 2004/02/20 12:29:03 hr 1.7.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:56 kz - - * unix/Makefile.am: - - INTEGRATION: CWS geordi2q15 (1.4.66); FILE MERGED - 2004/02/20 12:29:03 hr 1.4.66.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:55 kz - - * startup/winnt/: mingw/Makefile.in, msvc6/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:29:02 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:55 kz - - * startup/: unix/sysvr4/Makefile.in, winnt/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:29:01 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:54 kz - - * startup/unix/: macosx/Makefile.in, solaris/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.5.48); FILE MERGED - 2004/02/20 12:29:00 hr 1.5.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:54 kz - - * startup/unix/linux/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED - 2004/02/20 12:28:59 hr 1.7.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:54 kz - - * startup/unix/cygwin/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:28:59 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:54 kz - - * startup/: Makefile.in, unix/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED - 2004/02/20 12:28:58 hr 1.7.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:53 kz - - * msdos/Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:28:58 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:53 kz - - * msdos/Makefile.am: - - INTEGRATION: CWS geordi2q15 (1.2.48); FILE MERGED - 2004/02/20 12:28:57 hr 1.2.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:53 kz - - * configure: - - INTEGRATION: CWS geordi2q15 (1.12.10); FILE MERGED - 2004/02/20 12:28:56 hr 1.12.10.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:53 kz - - * config.h.in: - - INTEGRATION: CWS geordi2q15 (1.9.10); FILE MERGED - 2004/02/20 12:28:56 hr 1.9.10.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:52 kz - - * aclocal.m4: - - INTEGRATION: CWS geordi2q15 (1.6.48); FILE MERGED - 2004/02/20 12:28:56 hr 1.6.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:52 kz - - * Makefile.in: - - INTEGRATION: CWS geordi2q15 (1.9.48); FILE MERGED - 2004/02/20 12:28:56 hr 1.9.48.1: #111934#: merge CWS ooo111fix3 - -2004-02-25 08:52 kz - - * Makefile.am: - - INTEGRATION: CWS geordi2q15 (1.7.48); FILE MERGED - 2004/02/20 12:28:56 hr 1.7.48.1: #111934#: merge CWS ooo111fix3 - -2004-01-28 08:21 hjs - - * getinp.c: - - #i17992# applied patch to enable komplex logic in .IF statements - -2003-12-17 11:19 vg - - * winnt/msvc6/public.h: - - INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED - 2003/12/16 11:17:47 hr 1.2.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:18 vg - - * winnt/mingw/public.h: - - INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED - 2003/12/16 11:17:46 hr 1.2.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:18 vg - - * winnt/microsft/vpp40/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:46 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:18 vg - - * winnt/borland/bcc50/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:45 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:17 vg - - * win95/microsft/vpp40/public.h: - - INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED - 2003/12/16 11:17:44 hr 1.3.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:17 vg - - * win95/microsft/vpp40/mk.bat: - - INTEGRATION: CWS geordi2q11 (1.2.38); FILE MERGED - 2003/12/16 11:17:44 hr 1.2.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:17 vg - - * win95/microsft/config.h: - - INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED - 2003/12/16 11:17:43 hr 1.3.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:16 vg - - * win95/borland/bcc50/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:43 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:16 vg - - * unix/xenix/pwd/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:42 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:15 vg - - * unix/xenix/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:41 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:15 vg - - * unix/: sysvr3/pwd/public.h, sysvr4/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:40 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:14 vg - - * unix/sysvr3/gnu/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:39 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:14 vg - - * unix/sysvr3/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:38 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:13 vg - - * unix/: solaris/gnu/public.h, sysvr1/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:37 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:13 vg - - * unix/solaris/public.h: - - INTEGRATION: CWS geordi2q11 (1.2.46); FILE MERGED - 2003/12/16 11:17:36 hr 1.2.46.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:12 vg - - * unix/macosx/gnu/public.h: - - INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED - 2003/12/16 11:17:35 hr 1.3.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:12 vg - - * unix/linux/gnu/public.h: - - INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED - 2003/12/16 11:17:33 hr 1.3.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:11 vg - - * unix/cygwin/public.h: - - INTEGRATION: CWS geordi2q11 (1.3.38); FILE MERGED - 2003/12/16 11:17:32 hr 1.3.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:11 vg - - * unix/coherent/ver42/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:31 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:10 vg - - * unix/: bsdarm32/public.h, coherent/ver40/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:30 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:10 vg - - * unix/bsd43/vf/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:29 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:09 vg - - * unix/bsd43/: public.h, uw/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:28 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:08 vg - - * unix/386ix/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:27 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:07 vg - - * qssl/public.h, tos/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:26 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:07 vg - - * os2/ibm/icc3/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:25 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:06 vg - - * os2/ibm/icc/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:24 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:05 vg - - * msdos/: microsft/msc60/public.h, zortech/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:23 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:05 vg - - * msdos/microsft/msc51/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:22 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:04 vg - - * msdos/borland/: bcc50/public.h, tcc20/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:21 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:03 vg - - * msdos/borland/bcc45/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:20 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:02 vg - - * msdos/borland/: bcc30/public.h, bcc40/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:19 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:02 vg - - * man/dmake.tf: - - INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED - 2003/12/16 11:17:18 hr 1.2.56.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:02 vg - - * mac/public.h: - - INTEGRATION: CWS geordi2q11 (1.4.30); FILE MERGED - 2003/12/16 11:17:17 hr 1.4.30.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:01 vg - - * sysintf.c: - - INTEGRATION: CWS geordi2q11 (1.4.52); FILE MERGED - 2003/12/16 11:17:16 hr 1.4.52.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:01 vg - - * function.c: - - INTEGRATION: CWS geordi2q11 (1.5.8); FILE MERGED - 2003/12/16 11:17:16 hr 1.5.8.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:00 vg - - * configure.in: - - INTEGRATION: CWS geordi2q11 (1.19.38); FILE MERGED - 2003/12/16 11:17:15 hr 1.19.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 11:00 vg - - * configure: - - INTEGRATION: CWS geordi2q11 (1.11.38); FILE MERGED - 2003/12/16 11:17:15 hr 1.11.38.1: #111934#: join CWS ooo111fix1 - -2003-12-17 10:59 vg - - * config.h.in: - - INTEGRATION: CWS geordi2q11 (1.8.38); FILE MERGED - 2003/12/16 11:17:14 hr 1.8.38.1: #111934#: join CWS ooo111fix1 - -2003-12-01 12:58 rt - - * make.c: - - INTEGRATION: CWS ooo20031110 (1.3.24); FILE MERGED - 2003/10/19 22:38:29 waratah 1.3.24.1: #i20504# Correct processing of library code, not always built - -2003-08-18 11:04 hjs - - * function.c: - - INTEGRATION: CWS geordi2q01 (1.4.22); FILE MERGED - 2003/08/18 12:53:30 hr 1.4.22.1: #i18350#: join changes from CWS ooo11rc3 - -2003-06-12 06:56 vg - - * winnt/microsft/vpp40/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:27 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:56 vg - - * winnt/borland/bcc50/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:26 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:56 vg - - * win95/borland/bcc50/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:25 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:56 vg - - * unix/xenix/pwd/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:24 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:55 vg - - * unix/: sysvr4/public.h, xenix/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:23 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:55 vg - - * unix/sysvr3/pwd/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:22 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:54 vg - - * unix/sysvr3/: public.h, gnu/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:21 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:54 vg - - * unix/sysvr1/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:20 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:54 vg - - * unix/solaris/gnu/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:19 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:54 vg - - * unix/coherent/: ver40/public.h, ver42/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:18 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:54 vg - - * unix/bsdarm32/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:17 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:53 vg - - * unix/bsd43/vf/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:16 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:53 vg - - * unix/bsd43/uw/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:15 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:53 vg - - * unix/: 386ix/public.h, bsd43/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:14 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:53 vg - - * tos/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:13 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:52 vg - - * qssl/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:12 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:52 vg - - * os2/ibm/icc3/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:11 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:52 vg - - * os2/ibm/icc/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:10 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:52 vg - - * msdos/zortech/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:09 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:52 vg - - * msdos/microsft/msc60/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:08 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:51 vg - - * msdos/microsft/msc51/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:07 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:51 vg - - * msdos/borland/tcc20/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:06 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:51 vg - - * msdos/borland/bcc50/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:05 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:51 vg - - * msdos/borland/bcc45/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:04 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:51 vg - - * msdos/borland/bcc40/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:03 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:50 vg - - * msdos/borland/bcc30/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:02 mh 1.3.8.1: join: from beta2 - -2003-06-12 06:50 vg - - * mac/public.h: - - INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED - 2003/06/06 09:59:01 mh 1.3.8.1: join: from beta2 - -2003-03-25 09:02 hr - - * Makefile.am, Makefile.in, NEWS, aclocal.m4, autogen.sh, - config.h.in, configure, configure.in, dag.c, dmake.c, - dmakeroot.h.in, expand.c, extern.h, function.c, infer.c, - itypes.h, make.c, makefile.mk, parse.c, posix.h, quit.c, - rulparse.c, stdmacs.h, tempnam.c, mac/main.c, mac/public.h, - msdos/Makefile.am, msdos/Makefile.in, - msdos/borland/bcc30/public.h, msdos/borland/bcc40/public.h, - msdos/borland/bcc45/public.h, msdos/borland/bcc50/public.h, - msdos/borland/tcc20/public.h, msdos/microsft/msc51/public.h, - msdos/microsft/msc60/public.h, msdos/zortech/public.h, - os2/ibm/icc/public.h, os2/ibm/icc3/public.h, qssl/public.h, - startup/Makefile.am, startup/Makefile.in, - startup/unix/Makefile.in, startup/unix/cygwin/Makefile.in, - startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, - startup/unix/sysvr4/Makefile.in, startup/winnt/Makefile.am, - startup/winnt/Makefile.in, startup/winnt/mingw/Makefile.am, - startup/winnt/mingw/Makefile.in, startup/winnt/mingw/macros.mk, - startup/winnt/msvc6/Makefile.am, startup/winnt/msvc6/Makefile.in, - startup/winnt/msvc6/macros.mk, tos/public.h, unix/Makefile.in, - unix/arlib.c, unix/dcache.c, unix/rmprq.c, unix/ruletab.c, - unix/runargv.c, unix/386ix/public.h, unix/bsd43/public.h, - unix/bsd43/uw/public.h, unix/bsd43/vf/public.h, - unix/bsdarm32/public.h, unix/coherent/ver40/public.h, - unix/coherent/ver42/public.h, unix/cygwin/public.h, - unix/linux/gnu/public.h, unix/macosx/gnu/public.h, - unix/solaris/gnu/public.h, unix/sysvr1/public.h, - unix/sysvr3/public.h, unix/sysvr3/gnu/public.h, - unix/sysvr3/pwd/public.h, unix/sysvr4/public.h, - unix/xenix/public.h, unix/xenix/pwd/public.h, win95/Makefile.am, - win95/Makefile.in, win95/borland/bcc50/public.h, - win95/microsft/Makefile.am, win95/microsft/Makefile.in, - win95/microsft/config.h, win95/microsft/ruletab.c, - win95/microsft/vpp40/mk.bat, win95/microsft/vpp40/obj.rsp, - win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h, - winnt/microsft/vpp40/public.h, winnt/mingw/public.h, - winnt/mingw/sysintf.h, winnt/msvc6/public.h, - winnt/msvc6/sysintf.h: - - MWS_SRX644: migrate branch mws_srx644 -> HEAD - -2003-01-13 09:27 waratah - - * mac/main.c, mac/public.h, msdos/borland/bcc30/public.h, - msdos/borland/bcc40/public.h, msdos/borland/bcc45/public.h, - msdos/borland/bcc50/public.h, msdos/borland/tcc20/public.h, - msdos/microsft/msc51/public.h, msdos/microsft/msc60/public.h, - msdos/zortech/public.h, os2/ibm/icc/public.h, - os2/ibm/icc3/public.h, qssl/public.h, tos/public.h, - unix/386ix/public.h, unix/bsd43/public.h, unix/bsd43/uw/public.h, - unix/bsd43/vf/public.h, unix/bsdarm32/public.h, - unix/coherent/ver40/public.h, unix/coherent/ver42/public.h, - unix/cygwin/public.h, unix/solaris/public.h, - unix/solaris/gnu/public.h, unix/sysvr1/public.h, - unix/sysvr3/public.h, unix/sysvr3/gnu/public.h, - unix/sysvr3/pwd/public.h, unix/sysvr4/public.h, - unix/xenix/public.h, unix/xenix/pwd/public.h, - win95/borland/bcc50/public.h, win95/microsft/vpp40/public.h, - winnt/borland/bcc50/public.h, winnt/microsft/vpp40/public.h: - - dmake: Remove the incorrect definition of main to void - -2003-01-04 08:08 waratah - - * unix/macosx/gnu/public.h: - - Remove main definition, it is wrong and it is failing compile on the mac platform - -2003-01-04 08:02 waratah - - * unix/runargv.c: - - Implement a test around wait so it is not included when the platform does not define it - -2003-01-04 07:53 waratah - - * config.h.in, configure, configure.in: - - Implement a test for wait.h, failing build on mac under gcc - -2002-10-15 08:27 waratah - - * config.guess: - - dmake: Implement the latest config.guess, not working on ppc64 - -2002-10-11 09:42 waratah - - * Makefile.in, config.h.in, configure, configure.in, dag.c, - dmake.c, expand.c, extern.h, function.c, getinp.c, infer.c, - make.c, parse.c, quit.c, rulparse.c, sysintf.c, unix/arlib.c, - unix/dcache.c, unix/rmprq.c, unix/runargv.c, - unix/linux/gnu/public.h: - - dmake: Implement fix for Lost child problem. Correct some checks for functions (assumed present) and also fix up all gcc warnings using -Wall. - -2002-10-08 05:21 waratah - - * win95/microsft/config.h: - - dmake: Volker 4nt patches - -2002-10-07 09:40 waratah - - * startup/unix/cygwin/: Makefile.am, Makefile.in, macros.mk: - - dmake: Add the cygwin configure files - -2002-10-07 09:36 waratah - - * extern.h: - - dmake: Correct some undefined functions in some modules - -2002-10-07 09:34 waratah - - * configure: - - dmake: Additional header checks for better source control, add cygwin support, GNU hurd support - -2002-10-07 09:33 waratah - - * config.h.in: - - dmake: Additional header checks for better source control - -2002-10-07 08:09 waratah - - * configure.in: - - dmake: Add gnu hurd and some additional header checks, and the cygwin makefiles - -2002-10-04 10:34 waratah - - * configure: - - dmake: Patches for the osf1 operating system - -2002-10-04 10:14 waratah - - * startup/unix/sysvr4/Makefile.in: - - dmake: Add osf1 support - -2002-10-04 10:01 haggai - - * startup/unix/sysvr4/Makefile.am, configure.in: - - Fix build for OSF1. Approved by Ken. - -2002-10-04 09:31 waratah - - * Makefile.in, aclocal.m4, config.h.in, configure, configure.in, - extern.h, function.c, startup/Makefile.in, - startup/unix/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, unix/Makefile.in: - - Dmake: Convert the configure to a better configure process without individual conf.h files for every platform - -2002-10-03 08:59 waratah - - * configure, configure.in, depcomp: - - dmake: remove cygwin makefile temporarily and implement depcomp - -2002-10-03 08:29 waratah - - * Makefile.in, aclocal.m4, configure, configure.in, stdmacs.h, - man/dmake.tf, startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, unix/Makefile.in: - - dmake: This is a reworked version of the configure process, without automake and aclocal - -2002-10-02 09:42 waratah - - * Makefile.am, Makefile.in, aclocal.m4, autogen.sh, config.h.in, - configure, configure.in, startup/Makefile.in, - startup/unix/Makefile.in, startup/unix/linux/Makefile.in, - startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, unix/Makefile.am, - unix/Makefile.in: - - dmake: Allow the whole configure process to work, not needs update to bootstrap to activate - -2002-10-01 11:08 waratah - - * Makefile.in, startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/linux/Makefile.in, startup/unix/macosx/Makefile.in, - startup/unix/solaris/Makefile.in, unix/Makefile.in: - - dmake: Add all the automake files, premade so developers do not require automake installed - -2002-07-11 04:53 mh - - * Makefile.am, configure.in, extern.h, rulparse.c, - startup/unix/Makefile.am, startup/unix/macosx/Makefile.am, - unix/Makefile.am, unix/tempnam.c: - - join: from OOO_STABLE_1 - -2002-07-11 04:44 mh - - * autogen.sh: - - join: from OOO_STABLE_1 - -2002-04-10 11:40 hjs - - * rulparse.c: - - don't search INCLUDEDIRS if filename of include starts at fs-root - -2002-04-09 13:21 mh - - * configure.in: - - fixed typo for FreeBSD - -2002-04-09 13:10 hjs - - * Makefile.am, configure.in: - - cygwin support - -2002-03-26 09:23 mh - - * configure.in: - - add: cygwin - -2002-03-26 09:22 mh - - * unix/cygwin/public.h: - - add for cygwin - -2001-10-16 08:11 mh - - * configure.in: - - add: FreeBSD - -2001-10-16 08:10 mh - - * autogen.sh: - - fix: for non writable aclocal.m4 and missing README - -2001-08-20 05:57 mh - - * configure.in: - - del: AC_CONFIG_HEADERS - -2001-06-14 13:31 mh - - * configure.in: - - don't check C++ - -2001-06-13 09:34 mh - - * Makefile.am, configure.in, unix/Makefile.am: - - add: OS_VERSION to differ the Unix's - -2001-06-13 09:13 mh - - * startup/unix/solaris/Makefile.am: - - add: startup/unix/solaris/ - -2001-05-29 18:43 pluby - - * unix/runargv.c: - - Added forceful exit to avoid infinite loop that sometimes occurs when there is a fatal error. - -2001-05-07 08:47 mh - - * unix/runargv.c: - - add: CYGWIN changes - -2001-05-04 06:47 mh - - * Makefile.am, aclocal.m4, config.h.in, configure: - - chg: comments - -2001-04-23 08:41 mh - - * unix/Makefile.in, startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/linux/Makefile.in: - - del: - -2001-04-23 08:24 mh - - * Makefile.in: - - del: - -2001-04-23 08:22 mh - - * Makefile.in: - - del - -2001-04-23 08:10 mh - - * configure.in: - - add: PACKAGE - -2001-04-23 07:06 mh - - * unix/Makefile.am: - - add: Makefile.am - -2001-04-23 07:01 mh - - * aclocal.m4: - - add: acloacl.m4 - -2001-04-23 06:50 mh - - * unix/Makefile.in, startup/Makefile.in, startup/unix/Makefile.in, - startup/unix/linux/Makefile.in: - - add: Makefile.in - -2001-04-23 06:50 mh - - * Makefile.in: - - add Makefile.in - -2001-04-20 10:24 mh - - * startup/: Makefile.am, unix/Makefile.am, unix/linux/Makefile.am: - - add: Makefile.am - -2001-04-20 10:23 mh - - * unix/ruletab.c: - - use installation directory from configure for DMAKEROOT, DMAKEROOT can still be overridden by environment - -2001-04-20 10:21 mh - - * extern.h: - - avoid clash with autoconf config.h - -2001-04-20 10:15 mh - - * AUTHORS, COPYING, INSTALL, Makefile.am, NEWS, acinclude.m4, - autogen.sh, config.guess, config.h.in, config.sub, configure, - configure.in, dmakeroot.h.in, install-sh, missing, mkinstalldirs, - stamp-h: - - preparation for autoconf and automake for dmake - -2001-02-22 22:44 pluby - - * unix/macosx/: tempnam.c, gnu/make.sh: - - Correct Mac OS X "tempnam" bug - -2001-02-19 11:08 hjs - - * sysintf.c: - - remove useless part of change - -2001-02-13 07:43 hjs - - * sysintf.c: - - fixed left tmpfiles when building group targets - -2000-11-01 07:27 hjs - - * unix/runargv.c: - - FreeBSD patch - -2000-10-20 07:12 hjs - - * getinp.c: - - has an extraneous ; after the function closure - -2000-09-22 11:33 hr - - * dag.c, dmake.c, dmake.h, expand.c, extern.h, function.c, - getinp.c, imacs.c, infer.c, itypes.h, make.c, makefile.mk, - parse.c, posix.h, quit.c, rulparse.c, stdmacs.h, sysintf.c, - tempnam.c, mac/main.c, mac/public.h, man/dmake.nc, man/dmake.tf, - man/readme, msdos/borland/bcc30/public.h, - msdos/borland/bcc40/public.h, msdos/borland/bcc45/public.h, - msdos/borland/bcc50/public.h, msdos/borland/tcc20/public.h, - msdos/microsft/msc51/public.h, msdos/microsft/msc60/public.h, - msdos/zortech/public.h, os2/ibm/icc/public.h, - os2/ibm/icc3/public.h, qssl/public.h, readme/intro.txt, - readme/read1st.txt, tos/public.h, unix/arlib.c, unix/dcache.c, - unix/rmprq.c, unix/ruletab.c, unix/runargv.c, - unix/386ix/public.h, unix/bsd43/public.h, unix/bsd43/uw/public.h, - unix/bsd43/vf/public.h, unix/bsdarm32/public.h, - unix/coherent/ver40/public.h, unix/coherent/ver42/public.h, - unix/linux/gnu/make.sh, unix/linux/gnu/public.h, - unix/macosx/gnu/make.sh, unix/macosx/gnu/public.h, - unix/solaris/public.h, unix/solaris/gnu/public.h, - unix/sysvr1/public.h, unix/sysvr3/public.h, - unix/sysvr3/gnu/public.h, unix/sysvr3/pwd/public.h, - unix/sysvr4/public.h, unix/xenix/public.h, - unix/xenix/pwd/public.h, win95/borland/bcc50/public.h, - win95/microsft/config.h, win95/microsft/ruletab.c, - win95/microsft/vpp40/mk.bat, win95/microsft/vpp40/obj.rsp, - win95/microsft/vpp40/public.h, winnt/borland/bcc50/public.h, - winnt/microsft/vpp40/public.h: - - Initial revision - -2000-09-22 11:33 hr - - * alloc.h, db.h, dmdump.c, dmstring.c, dstdarg.h, hash.c, - macparse.c, make.bat, make.cmd, path.c, percent.c, rcsclean.awk, - stat.c, state.c, struct.h, vextern.h, dbug/dbug.mk, dbug/getwd.c, - dbug/readme, dbug/dbug/dbug.c, dbug/dbug/dbug.h, - dbug/dbug/dbug.uue, dbug/dbug/readme, dbug/malloc/_changes, - dbug/malloc/_readme, dbug/malloc/calloc.c, dbug/malloc/debug.h, - dbug/malloc/dump.c, dbug/malloc/free.c, dbug/malloc/m_init.c, - dbug/malloc/m_perror.c, dbug/malloc/makefile, - dbug/malloc/malloc.3, dbug/malloc/malloc.c, dbug/malloc/malloc.h, - dbug/malloc/mallopt.c, dbug/malloc/memory.c, - dbug/malloc/mlc_chk.c, dbug/malloc/mlc_chn.c, - dbug/malloc/patchlev, dbug/malloc/realloc.c, - dbug/malloc/string.c, dbug/malloc/testmem.c, - dbug/malloc/testmlc.c, dbug/malloc/tostring.c, - dbug/malloc/tostring.h, mac/arlib.c, mac/make_mac.sh, - mac/bogus.c, mac/config.mk, mac/dirbrk.c, mac/directry.c, - mac/dompwmak, mac/environ.c, mac/eold.c, mac/make.sh, - mac/rmprq.c, mac/ruletab.c, mac/startup.h, mac/sysintf.h, - mac/template.mk, mac/tempnam.c, mac/tomacfil.c, msdos/arlib.c, - msdos/config.mk, msdos/dchdir.c, msdos/dirbrk.c, msdos/dirent.h, - msdos/dirlib.c, msdos/dosdta.h, msdos/dstrlwr.c, msdos/exec.asm, - msdos/exec.h, msdos/exec.uue, msdos/find.c, msdos/rmprq.c, - msdos/ruletab.c, msdos/runargv.c, msdos/spawn.c, msdos/startup.h, - msdos/switchar.c, msdos/sysintf.h, msdos/tee.c, - msdos/borland/config.mk, msdos/borland/tempnam.c, - msdos/borland/utime.c, msdos/borland/bcc30/config.h, - msdos/borland/bcc30/config.mk, msdos/borland/bcc30/lib.rsp, - msdos/borland/bcc30/libswp.rsp, msdos/borland/bcc30/mkswp.bat, - msdos/borland/bcc30/obj.rsp, msdos/borland/bcc30/objswp.rsp, - msdos/borland/bcc30/template.mk, msdos/borland/bcc40/config.h, - msdos/borland/bcc40/config.mk, msdos/borland/bcc40/lib.rsp, - msdos/borland/bcc40/libswp.rsp, msdos/borland/bcc40/mkswp.bat, - msdos/borland/bcc40/obj.rsp, msdos/borland/bcc40/objswp.rsp, - msdos/borland/bcc40/template.mk, msdos/borland/bcc45/config.h, - msdos/borland/bcc45/config.mk, msdos/borland/bcc45/lib.rsp, - msdos/borland/bcc45/libswp.rsp, msdos/borland/bcc45/mkswp.bat, - msdos/borland/bcc45/obj.rsp, msdos/borland/bcc45/objswp.rsp, - msdos/borland/bcc45/template.mk, msdos/borland/bcc50/config.h, - msdos/borland/bcc50/config.mk, msdos/borland/bcc50/lib.rsp, - msdos/borland/bcc50/libswp.rsp, msdos/borland/bcc50/mkswp.bat, - msdos/borland/bcc50/obj.rsp, msdos/borland/bcc50/objswp.rsp, - msdos/borland/bcc50/template.mk, msdos/borland/tcc20/config.h, - msdos/borland/tcc20/config.mk, msdos/borland/tcc20/libswp.rsp, - msdos/borland/tcc20/mkswp.bat, msdos/borland/tcc20/objswp.rsp, - msdos/borland/tcc20/template.mk, msdos/microsft/config.h, - msdos/microsft/config.mk, msdos/microsft/optoff.h, - msdos/microsft/tempnam.c, msdos/microsft/msc51/config.mk, - msdos/microsft/msc51/lib.rsp, msdos/microsft/msc51/libswp.rsp, - msdos/microsft/msc51/mk.bat, msdos/microsft/msc51/mkswp.bat, - msdos/microsft/msc51/obj.rsp, msdos/microsft/msc51/objswp.rsp, - msdos/microsft/msc51/template.mk, msdos/microsft/msc60/config.mk, - msdos/microsft/msc60/lib.rsp, msdos/microsft/msc60/libswp.rsp, - msdos/microsft/msc60/mk.bat, msdos/microsft/msc60/mkswp.bat, - msdos/microsft/msc60/obj.rsp, msdos/microsft/msc60/objswp.rsp, - msdos/microsft/msc60/template.mk, msdos/zortech/config.h, - msdos/zortech/config.mk, msdos/zortech/environ.c, - msdos/zortech/lib.rsp, msdos/zortech/libswp.rsp, - msdos/zortech/mkswp.bat, msdos/zortech/obj.rsp, - msdos/zortech/objswp.rsp, msdos/zortech/startup.mk, - msdos/zortech/tempnam.c, os2/config.mk, os2/dchdir.c, - os2/dirent.h, os2/ruletab.c, os2/startup.h, os2/switchar.c, - os2/sysintf.h, os2/ibm/config.h, os2/ibm/config.mk, - os2/ibm/tempnam.c, os2/ibm/icc/config.mk, os2/ibm/icc/lib.rsp, - os2/ibm/icc/mk.cmd, os2/ibm/icc/obj.rsp, os2/ibm/icc/template.mk, - os2/ibm/icc3/config.mk, os2/ibm/icc3/lib.rsp, - os2/ibm/icc3/mk.cmd, os2/ibm/icc3/obj.rsp, - os2/ibm/icc3/template.mk, qssl/config.mk, qssl/make.sh, - qssl/ruletab.c, qssl/runargv.c, qssl/setup, qssl/startup.h, - qssl/stdlib.h, qssl/sysintf.h, qssl/template.mk, qssl/tempnam.c, - qssl/time.h, readme/license.txt, readme/release.txt, - readme/public/install.txt, readme/public/mac.txt, - readme/public/msdos.txt, readme/public/os2.txt, - readme/public/qssl-qnx.txt, readme/public/srcorg.txt, - readme/public/tos.txt, readme/public/unix.txt, - startup/startup.mk, startup/summary, startup/template.mk, - startup/mac/macros.mk, startup/msdos/macros.mk, - startup/msdos/recipes.mk, startup/msdos/borland/macros.mk, - startup/msdos/borland/bcc30/macros.mk, - startup/msdos/borland/bcc40/macros.mk, - startup/msdos/borland/bcc45/macros.mk, - startup/msdos/borland/bcc50/macros.mk, - startup/msdos/borland/bcc50.32/macros.mk, - startup/msdos/borland/tcc20/macros.mk, - startup/msdos/microsft/macros.mk, - startup/msdos/zortech/macros.mk, startup/os2/macros.mk, - startup/os2/ibm/macros.mk, startup/qssl/macros.mk, - startup/qssl/recipes.mk, startup/qssl/qnx/macros.mk, - startup/qssl/qnx/recipes.mk, startup/templates/mac/template.mk, - startup/templates/msdos/borland/bcc30/template.mk, - startup/templates/msdos/borland/bcc40/template.mk, - startup/templates/msdos/borland/bcc45/template.mk, - startup/templates/msdos/borland/bcc50/template.mk, - startup/templates/msdos/borland/tcc20/template.mk, - startup/templates/msdos/microsft/msc51/template.mk, - startup/templates/msdos/microsft/msc60/template.mk, - startup/templates/os2/ibm/icc/template.mk, - startup/templates/qssl/template.mk, - startup/templates/tos/template.mk, - startup/templates/unix/386ix/template.mk, - startup/templates/unix/bsd43/template.mk, - startup/templates/unix/bsd43/uw/template.mk, - startup/templates/unix/bsd43/vf/template.mk, - startup/templates/unix/coherent/ver40/template.mk, - startup/templates/unix/coherent/ver42/template.mk, - startup/templates/unix/linux/gnu/template.mk, - startup/templates/unix/solaris/template.mk, - startup/templates/unix/solaris/gnu/template.mk, - startup/templates/unix/sysvr1/template.mk, - startup/templates/unix/sysvr3/template.mk, - startup/templates/unix/sysvr3/pwd/template.mk, - startup/templates/unix/sysvr4/template.mk, - startup/templates/unix/xenix/template.mk, - startup/templates/unix/xenix/pwd/template.mk, - startup/templates/win95/borland/bcc50/template.mk, - startup/templates/win95/microsft/vpp40/template.mk, - startup/templates/winnt/borland/bcc50/template.mk, - startup/templates/winnt/microsft/vpp40/template.mk, - startup/tos/macros.mk, startup/unix/macros.mk, - startup/unix/recipes.mk, startup/unix/386ix/macros.mk, - startup/unix/bsd43/macros.mk, startup/unix/bsd43/recipes.mk, - startup/unix/coherent/macros.mk, - startup/unix/coherent/recipes.mk, startup/unix/linux/macros.mk, - startup/unix/linux/gnu/macros.mk, startup/unix/macosx/macros.mk, - startup/unix/macosx/gnu/macros.mk, - startup/unix/solaris/macros.mk, startup/unix/sysvr1/macros.mk, - startup/unix/sysvr3/macros.mk, startup/unix/sysvr3/gnu/macros.mk, - startup/unix/sysvr4/macros.mk, startup/unix/xenix/macros.mk, - startup/win95/macros.mk, startup/win95/recipes.mk, - startup/win95/borland/macros.mk, - startup/win95/microsft/macros.mk, startup/winnt/macros.mk, - startup/winnt/recipes.mk, startup/winnt/borland/macros.mk, - startup/winnt/microsft/macros.mk, tos/config.mk, tos/make.sh, - tos/putenv.c, tos/ruletab.c, tos/startup.h, tos/sysintf.h, - tos/template.mk, tos/tempnam.c, unix/config.mk, unix/dirbrk.c, - unix/startup.h, unix/sysintf.h, unix/386ix/ar.h, - unix/386ix/config.mk, unix/386ix/make.sh, unix/386ix/stdlib.h, - unix/386ix/template.mk, unix/386ix/time.h, unix/bsd43/config.mk, - unix/bsd43/dirent.h, unix/bsd43/limits.h, unix/bsd43/make.sh, - unix/bsd43/template.mk, unix/bsd43/putenv.c, - unix/bsd43/setvbuf.c, unix/bsd43/stdlib.h, unix/bsd43/string.h, - unix/bsd43/tempnam.c, unix/bsd43/utime.c, - unix/bsd43/uw/config.mk, unix/bsd43/uw/make.sh, - unix/bsd43/uw/template.mk, unix/bsd43/vf/config.mk, - unix/bsd43/vf/ctype.h, unix/bsd43/vf/make.sh, - unix/bsd43/vf/memcpy.c, unix/bsd43/vf/template.mk, - unix/bsd43/vf/vfprintf.c, unix/bsdarm32/config.mk, - unix/bsdarm32/dirent.h, unix/bsdarm32/limits.h, - unix/bsdarm32/make.sh, unix/bsdarm32/putenv.c, - unix/bsdarm32/stdlib.h, unix/bsdarm32/string.h, - unix/bsdarm32/template.mk, unix/bsdarm32/tempnam.c, - unix/bsdarm32/utime.c, unix/coherent/config.mk, - unix/coherent/stdlib.h, unix/coherent/time.h, - unix/coherent/ver40/config.mk, unix/coherent/ver40/getcwd.c, - unix/coherent/ver40/make.sh, unix/coherent/ver40/template.mk, - unix/coherent/ver40/vfprintf.c, unix/coherent/ver42/config.mk, - unix/coherent/ver42/template.mk, unix/coherent/ver42/make.sh, - unix/linux/config.mk, unix/linux/gnu/config.mk, - unix/linux/gnu/template.mk, unix/macosx/config.mk, - unix/macosx/gnu/config.mk, unix/macosx/gnu/template.mk, - unix/solaris/config.mk, unix/solaris/getcwd.c, - unix/solaris/make.sh, unix/solaris/template.mk, - unix/solaris/tempnam.c, unix/solaris/gnu/config.mk, - unix/solaris/gnu/make.sh, unix/solaris/gnu/template.mk, - unix/sysvr1/config.mk, unix/sysvr1/make.sh, unix/sysvr1/putenv.c, - unix/sysvr1/stdlib.h, unix/sysvr1/template.mk, - unix/sysvr1/time.h, unix/sysvr1/vfprintf.c, - unix/sysvr3/config.mk, unix/sysvr3/make.sh, unix/sysvr3/stdlib.h, - unix/sysvr3/template.mk, unix/sysvr3/time.h, - unix/sysvr3/pwd/config.mk, unix/sysvr3/pwd/template.mk, - unix/sysvr3/pwd/getcwd.c, unix/sysvr3/pwd/make.sh, - unix/sysvr4/config.mk, unix/sysvr4/make.sh, - unix/sysvr4/template.mk, unix/xenix/config.mk, - unix/xenix/make.sh, unix/xenix/stdlib.h, unix/xenix/template.mk, - unix/xenix/time.h, unix/xenix/pwd/config.mk, - unix/xenix/pwd/getcwd.c, unix/xenix/pwd/make.sh, - unix/xenix/pwd/template.mk, win95/config.mk, win95/dchdir.c, - win95/startup.h, win95/switchar.c, win95/borland/config.mk, - win95/borland/ruletab.c, win95/borland/sysintf.h, - win95/borland/tempnam.c, win95/borland/bcc50/config.h, - win95/borland/bcc50/config.mk, win95/borland/bcc50/lib.rsp, - win95/borland/bcc50/mk.bat, win95/borland/bcc50/obj.rsp, - win95/borland/bcc50/template.mk, win95/microsft/config.mk, - win95/microsft/optoff.h, win95/microsft/sysintf.h, - win95/microsft/tempnam.c, win95/microsft/vpp40/config.mk, - win95/microsft/vpp40/lib.rsp, win95/microsft/vpp40/runargv.c, - win95/microsft/vpp40/template.mk, win95/microsft/vpp40/tempnam.c, - winnt/config.mk, winnt/dchdir.c, winnt/startup.h, - winnt/borland/config.mk, winnt/borland/ruletab.c, - winnt/borland/sysintf.h, winnt/borland/tempnam.c, - winnt/borland/bcc50/config.h, winnt/borland/bcc50/config.mk, - winnt/borland/bcc50/lib.rsp, winnt/borland/bcc50/mk.bat, - winnt/borland/bcc50/mk.cmd, winnt/borland/bcc50/obj.rsp, - winnt/borland/bcc50/template.mk, winnt/microsft/config.h, - winnt/microsft/config.mk, winnt/microsft/optoff.h, - winnt/microsft/ruletab.c, winnt/microsft/sysintf.h, - winnt/microsft/tempnam.c, winnt/microsft/vpp40/config.mk, - winnt/microsft/vpp40/lib.rsp, winnt/microsft/vpp40/mk.bat, - winnt/microsft/vpp40/mk.cmd, winnt/microsft/vpp40/obj.rsp, - winnt/microsft/vpp40/runargv.c, winnt/microsft/vpp40/template.mk, - winnt/microsft/vpp40/tempnam.c: - - initial import - diff --git a/dmake/INSTALL b/dmake/INSTALL deleted file mode 100755 index d28a9368453d..000000000000 --- a/dmake/INSTALL +++ /dev/null @@ -1,3 +0,0 @@ -All installation and configuration information has been moved to the -readme directory, please refer to the files found there for more -information. diff --git a/dmake/Makefile.am b/dmake/Makefile.am deleted file mode 100644 index 801ee2967c47..000000000000 --- a/dmake/Makefile.am +++ /dev/null @@ -1,64 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -AUTOMAKE_OPTIONS = foreign subdir-objects 1.9 - - -bin_PROGRAMS = dmake -dmake_SOURCES = \ - infer.c make.c stat.c expand.c dmstring.c hash.c dag.c dmake.c\ - path.c imacs.c sysintf.c parse.c getinp.c quit.c state.c\ - dmdump.c macparse.c rulparse.c percent.c function.c - -# set the include path found by configure -INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ - -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@ - -if DBUG -dmake_SOURCES += dbug/dbug/dbug.c -endif - -if OSTYPEUNIX -dmake_SOURCES += unix/arlib.c unix/dcache.c unix/dirbrk.c unix/rmprq.c\ - unix/ruletab.c unix/runargv.c unix/tempnam.c -INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \ - -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \ - -I$(top_srcdir)/@OS_TYPE@ -endif - -if OSTYPEWIN32 -dmake_SOURCES += win95/dchdir.c win95/switchar.c \ - msdos/dstrlwr.c msdos/arlib.c \ - msdos/dirbrk.c unix/runargv.c \ - unix/rmprq.c \ - win95/microsft/ruletab.c -INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@ -endif - -SUBDIRS = startup tests - -EXTRA_DIST = NEWS ChangeLog diff --git a/dmake/Makefile.in b/dmake/Makefile.in deleted file mode 100644 index c25cc18ef247..000000000000 --- a/dmake/Makefile.in +++ /dev/null @@ -1,869 +0,0 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = . -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -LIBOBJDIR = -bin_PROGRAMS = dmake$(EXEEXT) -@DBUG_TRUE@am__append_1 = dbug/dbug/dbug.c -@OSTYPEUNIX_TRUE@am__append_2 = unix/arlib.c unix/dcache.c unix/dirbrk.c unix/rmprq.c\ -@OSTYPEUNIX_TRUE@ unix/ruletab.c unix/runargv.c unix/tempnam.c - -@OSTYPEUNIX_TRUE@am__append_3 = -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \ -@OSTYPEUNIX_TRUE@ -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \ -@OSTYPEUNIX_TRUE@ -I$(top_srcdir)/@OS_TYPE@ - -@OSTYPEWIN32_TRUE@am__append_4 = win95/dchdir.c win95/switchar.c \ -@OSTYPEWIN32_TRUE@ msdos/dstrlwr.c msdos/arlib.c \ -@OSTYPEWIN32_TRUE@ msdos/dirbrk.c unix/runargv.c \ -@OSTYPEWIN32_TRUE@ unix/rmprq.c \ -@OSTYPEWIN32_TRUE@ win95/microsft/ruletab.c - -@OSTYPEWIN32_TRUE@am__append_5 = -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@ -DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(srcdir)/dmakeroot.h.in $(top_srcdir)/configure AUTHORS \ - COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \ - depcomp install-sh missing mkinstalldirs -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno configure.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = dmakeroot.h -am__installdirs = "$(DESTDIR)$(bindir)" -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) -PROGRAMS = $(bin_PROGRAMS) -am__dmake_SOURCES_DIST = infer.c make.c stat.c expand.c dmstring.c \ - hash.c dag.c dmake.c path.c imacs.c sysintf.c parse.c getinp.c \ - quit.c state.c dmdump.c macparse.c rulparse.c percent.c \ - function.c dbug/dbug/dbug.c unix/arlib.c unix/dcache.c \ - unix/dirbrk.c unix/rmprq.c unix/ruletab.c unix/runargv.c \ - unix/tempnam.c win95/dchdir.c win95/switchar.c msdos/dstrlwr.c \ - msdos/arlib.c msdos/dirbrk.c win95/microsft/ruletab.c -am__dirstamp = $(am__leading_dot)dirstamp -@DBUG_TRUE@am__objects_1 = dbug/dbug/dbug.$(OBJEXT) -@OSTYPEUNIX_TRUE@am__objects_2 = unix/arlib.$(OBJEXT) \ -@OSTYPEUNIX_TRUE@ unix/dcache.$(OBJEXT) unix/dirbrk.$(OBJEXT) \ -@OSTYPEUNIX_TRUE@ unix/rmprq.$(OBJEXT) unix/ruletab.$(OBJEXT) \ -@OSTYPEUNIX_TRUE@ unix/runargv.$(OBJEXT) unix/tempnam.$(OBJEXT) -@OSTYPEWIN32_TRUE@am__objects_3 = win95/dchdir.$(OBJEXT) \ -@OSTYPEWIN32_TRUE@ win95/switchar.$(OBJEXT) \ -@OSTYPEWIN32_TRUE@ msdos/dstrlwr.$(OBJEXT) \ -@OSTYPEWIN32_TRUE@ msdos/arlib.$(OBJEXT) msdos/dirbrk.$(OBJEXT) \ -@OSTYPEWIN32_TRUE@ unix/runargv.$(OBJEXT) unix/rmprq.$(OBJEXT) \ -@OSTYPEWIN32_TRUE@ win95/microsft/ruletab.$(OBJEXT) -am_dmake_OBJECTS = infer.$(OBJEXT) make.$(OBJEXT) stat.$(OBJEXT) \ - expand.$(OBJEXT) dmstring.$(OBJEXT) hash.$(OBJEXT) \ - dag.$(OBJEXT) dmake.$(OBJEXT) path.$(OBJEXT) imacs.$(OBJEXT) \ - sysintf.$(OBJEXT) parse.$(OBJEXT) getinp.$(OBJEXT) \ - quit.$(OBJEXT) state.$(OBJEXT) dmdump.$(OBJEXT) \ - macparse.$(OBJEXT) rulparse.$(OBJEXT) percent.$(OBJEXT) \ - function.$(OBJEXT) $(am__objects_1) $(am__objects_2) \ - $(am__objects_3) -dmake_OBJECTS = $(am_dmake_OBJECTS) -dmake_LDADD = $(LDADD) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -SOURCES = $(dmake_SOURCES) -DIST_SOURCES = $(am__dmake_SOURCES_DIST) -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-exec-recursive install-info-recursive \ - install-recursive installcheck-recursive installdirs-recursive \ - pdf-recursive ps-recursive uninstall-info-recursive \ - uninstall-recursive -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -am__remove_distdir = \ - { test ! -d $(distdir) \ - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr $(distdir); }; } -DIST_ARCHIVES = $(distdir).tar.gz -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -distcleancheck_listfiles = find . -type f -print -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DBUG_FALSE = @DBUG_FALSE@ -DBUG_TRUE = @DBUG_TRUE@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DMAKEROOT_H_LINE1 = @DMAKEROOT_H_LINE1@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -GREP = @GREP@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ -MAKEINFO = @MAKEINFO@ -OBJEXT = @OBJEXT@ -OSTYPEUNIX_FALSE = @OSTYPEUNIX_FALSE@ -OSTYPEUNIX_TRUE = @OSTYPEUNIX_TRUE@ -OSTYPEWIN32_FALSE = @OSTYPEWIN32_FALSE@ -OSTYPEWIN32_TRUE = @OSTYPEWIN32_TRUE@ -OS_TYPE = @OS_TYPE@ -OS_VERSION = @OS_VERSION@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -ac_ct_CC = @ac_ct_CC@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -AUTOMAKE_OPTIONS = foreign subdir-objects 1.9 -dmake_SOURCES = infer.c make.c stat.c expand.c dmstring.c hash.c dag.c \ - dmake.c path.c imacs.c sysintf.c parse.c getinp.c quit.c \ - state.c dmdump.c macparse.c rulparse.c percent.c function.c \ - $(am__append_1) $(am__append_2) $(am__append_4) - -# set the include path found by configure -INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ - -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \ - -I$(top_srcdir)/@OS_TYPE@ $(am__append_3) $(am__append_5) -SUBDIRS = startup tests -EXTRA_DIST = NEWS ChangeLog -all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -.SUFFIXES: -.SUFFIXES: .c .o .obj -am--refresh: - @: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ - cd $(srcdir) && $(AUTOMAKE) --foreign \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) - -config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) stamp-h1; \ - else :; fi - -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_srcdir) && $(AUTOHEADER) - rm -f stamp-h1 - touch $@ - -distclean-hdr: - -rm -f config.h stamp-h1 -dmakeroot.h: $(top_builddir)/config.status $(srcdir)/dmakeroot.h.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - if test -f $$p \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ - else :; fi; \ - done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ - done - -clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) -dbug/dbug/$(am__dirstamp): - @$(mkdir_p) dbug/dbug - @: > dbug/dbug/$(am__dirstamp) -dbug/dbug/$(DEPDIR)/$(am__dirstamp): - @$(mkdir_p) dbug/dbug/$(DEPDIR) - @: > dbug/dbug/$(DEPDIR)/$(am__dirstamp) -dbug/dbug/dbug.$(OBJEXT): dbug/dbug/$(am__dirstamp) \ - dbug/dbug/$(DEPDIR)/$(am__dirstamp) -unix/$(am__dirstamp): - @$(mkdir_p) unix - @: > unix/$(am__dirstamp) -unix/$(DEPDIR)/$(am__dirstamp): - @$(mkdir_p) unix/$(DEPDIR) - @: > unix/$(DEPDIR)/$(am__dirstamp) -unix/arlib.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -unix/dcache.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -unix/dirbrk.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -unix/rmprq.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -unix/ruletab.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -unix/runargv.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -unix/tempnam.$(OBJEXT): unix/$(am__dirstamp) \ - unix/$(DEPDIR)/$(am__dirstamp) -win95/$(am__dirstamp): - @$(mkdir_p) win95 - @: > win95/$(am__dirstamp) -win95/$(DEPDIR)/$(am__dirstamp): - @$(mkdir_p) win95/$(DEPDIR) - @: > win95/$(DEPDIR)/$(am__dirstamp) -win95/dchdir.$(OBJEXT): win95/$(am__dirstamp) \ - win95/$(DEPDIR)/$(am__dirstamp) -win95/switchar.$(OBJEXT): win95/$(am__dirstamp) \ - win95/$(DEPDIR)/$(am__dirstamp) -msdos/$(am__dirstamp): - @$(mkdir_p) msdos - @: > msdos/$(am__dirstamp) -msdos/$(DEPDIR)/$(am__dirstamp): - @$(mkdir_p) msdos/$(DEPDIR) - @: > msdos/$(DEPDIR)/$(am__dirstamp) -msdos/dstrlwr.$(OBJEXT): msdos/$(am__dirstamp) \ - msdos/$(DEPDIR)/$(am__dirstamp) -msdos/arlib.$(OBJEXT): msdos/$(am__dirstamp) \ - msdos/$(DEPDIR)/$(am__dirstamp) -msdos/dirbrk.$(OBJEXT): msdos/$(am__dirstamp) \ - msdos/$(DEPDIR)/$(am__dirstamp) -win95/microsft/$(am__dirstamp): - @$(mkdir_p) win95/microsft - @: > win95/microsft/$(am__dirstamp) -win95/microsft/$(DEPDIR)/$(am__dirstamp): - @$(mkdir_p) win95/microsft/$(DEPDIR) - @: > win95/microsft/$(DEPDIR)/$(am__dirstamp) -win95/microsft/ruletab.$(OBJEXT): win95/microsft/$(am__dirstamp) \ - win95/microsft/$(DEPDIR)/$(am__dirstamp) -dmake$(EXEEXT): $(dmake_OBJECTS) $(dmake_DEPENDENCIES) - @rm -f dmake$(EXEEXT) - $(LINK) $(dmake_LDFLAGS) $(dmake_OBJECTS) $(dmake_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -rm -f dbug/dbug/dbug.$(OBJEXT) - -rm -f msdos/arlib.$(OBJEXT) - -rm -f msdos/dirbrk.$(OBJEXT) - -rm -f msdos/dstrlwr.$(OBJEXT) - -rm -f unix/arlib.$(OBJEXT) - -rm -f unix/dcache.$(OBJEXT) - -rm -f unix/dirbrk.$(OBJEXT) - -rm -f unix/rmprq.$(OBJEXT) - -rm -f unix/ruletab.$(OBJEXT) - -rm -f unix/runargv.$(OBJEXT) - -rm -f unix/tempnam.$(OBJEXT) - -rm -f win95/dchdir.$(OBJEXT) - -rm -f win95/microsft/ruletab.$(OBJEXT) - -rm -f win95/switchar.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dag.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmake.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmdump.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dmstring.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getinp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imacs.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/percent.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rulparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysintf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@dbug/dbug/$(DEPDIR)/dbug.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@msdos/$(DEPDIR)/arlib.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@msdos/$(DEPDIR)/dirbrk.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@msdos/$(DEPDIR)/dstrlwr.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/arlib.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/dcache.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/dirbrk.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/rmprq.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/ruletab.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/runargv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@unix/$(DEPDIR)/tempnam.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@win95/$(DEPDIR)/dchdir.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@win95/$(DEPDIR)/switchar.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@win95/microsft/$(DEPDIR)/ruletab.Po@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \ -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< - -.c.obj: -@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \ -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` -uninstall-info-am: - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - $(am__remove_distdir) - mkdir $(distdir) - $(mkdir_p) $(distdir)/. $(distdir)/startup - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(mkdir_p) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ - distdir) \ - || exit 1; \ - fi; \ - done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r $(distdir) -dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) - -dist-tarZ: distdir - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) - -dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) - -dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst - chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck - $(am__remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' -distuninstallcheck: - @cd $(distuninstallcheck_dir) \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am -check: check-recursive -all-am: Makefile $(PROGRAMS) config.h -installdirs: installdirs-recursive -installdirs-am: - for dir in "$(DESTDIR)$(bindir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -rm -f dbug/dbug/$(DEPDIR)/$(am__dirstamp) - -rm -f dbug/dbug/$(am__dirstamp) - -rm -f msdos/$(DEPDIR)/$(am__dirstamp) - -rm -f msdos/$(am__dirstamp) - -rm -f unix/$(DEPDIR)/$(am__dirstamp) - -rm -f unix/$(am__dirstamp) - -rm -f win95/$(DEPDIR)/$(am__dirstamp) - -rm -f win95/$(am__dirstamp) - -rm -f win95/microsft/$(DEPDIR)/$(am__dirstamp) - -rm -f win95/microsft/$(am__dirstamp) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-binPROGRAMS clean-generic mostlyclean-am - -distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf ./$(DEPDIR) dbug/dbug/$(DEPDIR) msdos/$(DEPDIR) unix/$(DEPDIR) win95/$(DEPDIR) win95/microsft/$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-hdr distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -info: info-recursive - -info-am: - -install-data-am: - -install-exec-am: install-binPROGRAMS - -install-info: install-info-recursive - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf ./$(DEPDIR) dbug/dbug/$(DEPDIR) msdos/$(DEPDIR) unix/$(DEPDIR) win95/$(DEPDIR) win95/microsft/$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-compile mostlyclean-generic - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: uninstall-binPROGRAMS uninstall-info-am - -uninstall-info: uninstall-info-recursive - -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ - check-am clean clean-binPROGRAMS clean-generic clean-recursive \ - ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ - dist-shar dist-tarZ dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-recursive distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/dmake/NEWS b/dmake/NEWS deleted file mode 100755 index bff5353be7bc..000000000000 --- a/dmake/NEWS +++ /dev/null @@ -1,316 +0,0 @@ -News file for the dmake version that is hosted on the OpenOffice.org -cvs. #i<number># denote issues tracked by the OpenOffice.org issue tracking -system, see <http://qa.openoffice.org/issue_handling/project_issues.html>. - -Version 4.12 -============ - -Volker Quetschke (vq@openoffice.org) -#i83540# Add parallel building mode, see the MULTI PROCESSING section in -the dmake man page, for native W32 dmake (MSVC 6, and newer and MinGW) -versions. - -Version 4.11 -============ - -Yuri Dario (ydario@openoffice.org) -#i81855, CWS os2port01# Port dmake to OS/2. - -Volker Quetschke (vq@openoffice.org) -#i81252# Add a new control macro SHELLCMDQUOTE that can be used to add -additional characters before and after the command string if the recipe is -executed using a shell. This macro is used to avoid problems with quoting -when using cmd.exe or command.com. - -Volker Quetschke (vq@openoffice.org) -#i81296, i64572# Improve dependency handling of prerequisites. - -Volker Quetschke (vq@openoffice.org) -#i80687, i66751# Allow the use of .PHONY for %-targets. - -Volker Quetschke (vq@openoffice.org) -#i80010, i80009# Fix handling of quoted filenames for :1 :b :d :e :f -and :i macro expansions. - -Volker Quetschke (vq@openoffice.org) -#i78776# Add a new function macro $(normpath[,para] data) and a new macro -extension to normalise the given data or macro content. The normalization -is done element-wise (whitespace separated) on the given data. Quotes can -be used to normalize filenames that contain whitespace characters. -On cygwin the result honors the setting of .WINPATH to determine the output -format. If the optional parameter para is given for the function macro its -expanded value is used to override the .WINPATH setting for the output. - -Version 4.10 (skipped) -====================== - -This number was skipped to avoid confusion with Version 4.1, patch level 0 -which identified itself as "Version 4.10, PL 0". - -Version 4.9 -=========== - -Volker Quetschke (vq@openoffice.org) -#i74700# Add a new special macro OOODMAKEMODE that is used to toggle -OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) -a possible leading ./ of a path will no longer be removed during target -normalization. - - -Version 4.8 -=========== - -Volker Quetschke (vq@openoffice.org) -#i73499# Add new .WINPATH attribute to generate Windows style paths (with -regular slashes) instead of the default cygwin style (POSIX) paths for -dmake's dynamic macros. - -This attribute is specific for cygwin dmake executables and non-cygwin -environments ignore this attribute. This feature can be used to create DOS -style path parameters for native W32 programs from dynamic macros. - -The windows style paths use regular slashes ('/') instead of the usual -windows backslash ('\') as directory separator to avoid quoting problems -(It still is a cygwin dmake feature!) and cygwin as well as native windows -programs should have no problems using this (c:/foo/bar) path -representation. - -The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) -and $(TMD). - -Examples: - Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp - - Content of $(PWD) with .WINPATH set: c:/temp - - -Version 4.7 -=========== - -Volker Quetschke (vq@openoffice.org) -#i71422# Add @@ as a new recipe line property. This new property is a -stronger version of the already existing @ recipe property. The recipe -line and the output (stdout and stderr) of the executed recipe are suppressed -and *NOT* shown on the terminal. -Note: Previously the second @ sign was ignored, that means that using this -new feature doesn't break backwards compatibility but the command output -is naturally not suppressed in older versions. - -Volker Quetschke (vq@openoffice.org) -#i70210# Dmake now works correctly with empty dynamic prerequisites. - -Volker Quetschke (vq@openoffice.org) -#i70168# Improve dmakes handling of literal $ characters in target and -prerequisite filenames. This was not working before and is working now -but the use of literal $ characters in filenames is still strongly -discouraged. See the man page for details. - -Volker Quetschke (vq@openoffice.org) -#i69742# Normalize the pathnames of targets and prerequisites to the shortest -(or most natural, see below for the cygwin case) representation. -Now "./foo", "bar/../foo" and foo are recognized as the same file. - -For cygwin this allows the use of target and prerequisite names with DOS -like pathnames with drive letters (with / and \ as possible path seperators) -and cygwin POSIX pathnames. As the internal format uses cygwin's natural -POSIX representation runtime macros will result in POSIX paths. - -Version 4.6 -=========== - -Volker Quetschke (vq@openoffice.org) -#i67589# Implement the internal dmake commands noop and echo. These commands -were already existing for the native Windows version but only partially -documented. - -Volker Quetschke (vq@openoffice.org) -#i67166# Issue a warning when a previously unset macro (i.e. assumed to be -empty) is used and later set to a different value. - -Volker Quetschke (vq@openoffice.org) -#i66567# Issue a warning when .SUFFIXES is used. This special target had no -special meaning (anymore?) and was always (at least since version 4.2) -ignored. - -Volker Quetschke (vq@openoffice.org) -#i67025# Fix a bug that was introduced in dmake 4.5 and led dmake to falsely -issue an error if a %-target was defined with the .SILENT attribute and dmake -was started with the -vr (included in -v) verbose flag. - -Version 4.5 -=========== - -Volker Quetschke (vq@openoffice.org) -#i66385# Fix the handling of .<suffix> targets. Always treat these targets -as meta targets regardless of the AUGMAKE (-A) status. Previously this was -enabled when the AUGMAKE was *not* set to 'yes' or the -A switch was given. - -#i66083# We now stop with an error if AUGMAKE meta targets and regular -targets are used in one rule definition. As the syntax of these target -definitions is slightly different this hints to an error in the makefile, -most probably a misspelled attribute or special target. - -#i48087#, #i64869# The parsing of %-target definitions was fixed and -enhanced. Prior to dmake 4.5 only one %-target per target-definition worked -reliably, now this works well, but to help projects that still use older -versions a warning was added. - -It's not very nice to issue a warning for something that works now but -didn't before. This was only done to aid development and will probably -be removed in future versions. - -There was, and still is, that for a bug in dmake for %-targets with more -than one (not indirect) prerequisite only the first prerequisite is used. -This will be fixed in future versions but until this happens we issue a -warning that prerequisites are ignored. - -#i65122# The :| rule operator was handled differently from what the man -page said. The man page was adapted to reflect reality. Changing dmakes -behavior to match the man page would have introduced a lot of compatibility -issues. - -Version 4.4 -=========== - -2006/02/03 Volker Quetschke (vq@openoffice.org) -#i61170# Fix the TMD macro. Up to now the TMD macro appended a directory -separator if it ended in "..", but most of the time it was not set correctly -at all and/or without a trailing slash. -Note: If your application relies on TMD please check the dmake manual page -for its definition and fix your makefiles if needed. - -2006/02/01 Volker Quetschke (vq@openoffice.org) -#i60948# Add -m option family to generate timing information for targets -and/or recipes. - -2005/09/19 Volker Quetschke (vq@openoffice.org) -#i53148# Fix $(shell ...) macro picking up the output of earlier -recipe lines in parallel builds. -#i54766# Ensure that all previous recipe lines to a recipe -line containing a $(shell ...) macro have finished before executing -the macro in parallel builds. - -2005/06/01 Volker Quetschke (vq@openoffice.org) -#i39248# Add a testsuite to test some dmake features (only for autotools -builds). Start the tests with "make check". - -2005/04/21 Volker Quetschke (vq@openoffice.org) -#i47851# Increase the version number to 4.4-cvs and slightly rearrange the -output of "dmake -V". -Remove the hard-coded (in autotools builds) OS macro. It had the wrong value -to be usable with the startup/*.mk and is not mentioned in the man page. -Clean up configure.in and friends. - -2005/04/20 Volker Quetschke (vq@openoffice.org) -#i43310# Fix percent (%) rules to recognize prerequisites that are defined -with the multiple target rule operator (::). -This implicitly fixes the similar problem for .<suffix>.<suffix> targets. - -2005/04/16 Volker Quetschke (vq@openoffice.org) -#i46987# Fix the documentation of the $(mktmp ...) function macro. This is -not necessarily a new feature as the macro works this way since dmake was -imported into the OpenOffice.org cvs but mentioning it here might help users -of dmake upgrading from very old versions. - -Add the "map escape codes" $(...:m) macro expansion that allows to expand -escape codes in macros. It can also be used to reproduce the former (pre -OpenOffice.org cvs) $(mktmp ...) behavior. - -2005/04/10 Volker Quetschke (vq@openoffice.org) -#i43252# Introduce the macro ABSMAKECMD that's value for a native Windows -dmake executable (compiled with MS Visual C++ or MinGW) is the absolute -filename and NULL for other operating systems or dmake build with other -compilers. -If DMAKEROOT is not changed and only for native Windows dmake versions the -value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". -This allows to use the startup files from the startup directory from the -same location where the dmake.exe is located. - -2005/04/08 Steve Hay (shay@openoffice.org) -#i43241# Fix build problems with VC++ (in non-OOo environment) and fix -the dmake makefiles so that dmake can rebuild itself (VC++ only). - -2005/03/14 Volker Quetschke (vq@openoffice.org) -#i44959# Fix problems when a continued line is followed by an empty -or comment line. - -2005/03/13 Volker Quetschke (vq@openoffice.org) -#i37053# Fix function macro problems with continued lines. - -2004/11/23 Volker Quetschke (vq@openoffice.org) -#i37491# Predefine dmake macro containing one space (SPACECHAR). - -2004/11/21 Volker Quetschke (vq@openoffice.org) -#i36027# Improve function macro parameter parsing. - -Version 4.3 -=========== - -2004/10/07 Volker Quetschke (vq@openoffice.org) -#i34746# Fix timestamp of phony targets with prerequisites. - -2004/07/11 Volker Quetschke (vq@openoffice.org) -#i31255# Add verbose recipe echoing option (-vr). - -2004/07/06 Volker Quetschke (vq@openoffice.org) -#i30779# Fix to allow dmake to echo recipe lines when inference is used -to create files that are to be read by .INCLUDE. - -2004/04/01 Michael Meeks (mmeeks@openoffice.org) -#i27319#, #i27981# Don't handle environment variables that begin with a -'!', they are used by Cygwin internally and confuse dmake. - -2004/01/09 Dan Williams (fa@openoffice.org) -#i17992# Allows the nesting of expressions and a much more complex syntax -for dmake. It is now possible to nest expressions with () and any -combination of || and &&. -Example: -.IF (("$(OS)"=="MACOSX"&&"$(COM)"=="GCC")||"$(OS)"=="LINUX") && "$(GUIBASE)"=="unx" -... -.ENDIF - -2003/10/19 Ken Foskey (waratah@openoffice.org) -#i20504# Correct processing of .LIBRARY targets. - -2003/10/08 Chris Halls (haggai@openoffice.org) -#i7800# Fix tempnam security problem. - -2003/03/08 Volker Quetschke (vq@openoffice.org) -#i10910# Use the build-in tempnam function for MS VC6. - -2003/03/05 Volker Quetschke (vq@openoffice.org) -#i11861# Switch to newer autotools autoconf 2.5x and automake 1.5 and -add MinGW and MSVC to the configure buildable targets. - -2002/10/11 Ken Foskey (waratah@openoffice.org) -Fix the "lost a child" problem. (Part II) - -2002/10/04 Ken Foskey (waratah@openoffice.org) -Rework the configure process. - -2002/04/10 Hans-Joachim Lankenau (hjs@openoffice.org) -Don't search INCLUDEDIRS if the filename to be included starts at fs-root. - -2001/05/29 Patrick Luby (pluby@openoffice.org) -Added forceful exit to avoid infinite loop that sometimes occurs when -there is a fatal error. Lost a child problem. (Part I) - -Version 4.2 -=========== -(Note, the dmake -V output was not changed and still said -"Version 4.10, PL 0". This probably should have been 4.1) - -2001/04/20 Martin Hollmichel (mh@openoffice.org) -First autoconfiscation of dmake. - -2001/02/13 Hans-Joachim Lankenau (hjs@openoffice.org) -Fix for leaving tmpfiles when building group targets. - -2000/09/22 Jens-Heiner Rechtien (hr@openoffice.org) -Initial import of dmake into OpenOffice.org cvs - -before 2000/09/22 ? -Add smaller/greater arithmetic for .IF conditions. - -1999/03/18 Hans-Joachim Lankenau (hjs@openoffice.org) -Implement boolean expression "or". diff --git a/dmake/README b/dmake/README deleted file mode 100644 index 09ad5fe73e9a..000000000000 --- a/dmake/README +++ /dev/null @@ -1,8 +0,0 @@ -Obsolete dmake build tool. - -The dmake build tool was for years the backbone of building the -codebase. Herein lies the bones of that effort - a patched, and fixed -up version of dmake that mostly works even on Windows. - -It is now being incrementally written-out in favour of the faster -gnumake approach.
\ No newline at end of file diff --git a/dmake/acinclude.m4 b/dmake/acinclude.m4 deleted file mode 100755 index 6b7e9291c5f9..000000000000 --- a/dmake/acinclude.m4 +++ /dev/null @@ -1,3 +0,0 @@ -## -*- autoconf -*- - -dnl Currently no local macros are needed. diff --git a/dmake/aclocal.m4 b/dmake/aclocal.m4 deleted file mode 100755 index 00176eea12b8..000000000000 --- a/dmake/aclocal.m4 +++ /dev/null @@ -1,908 +0,0 @@ -# generated automatically by aclocal 1.9.6 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION so it can be traced. -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.6])]) - -# AM_AUX_DIR_EXPAND -*- Autoconf -*- - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 7 - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([[conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]]) -fi])]) - - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - case $depmode in - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - none) break ;; - esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH]) -]) - -# Generate code to set up dependency tracking. -*- Autoconf -*- - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -#serial 3 - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[for mf in $CONFIG_FILES; do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done -done -])# _AM_OUTPUT_DEPENDENCY_COMMANDS - - -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) - -# Do all the work for Automake. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 12 - -# This macro actually does too much. Some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.58])dnl -dnl Autoconf wants to disallow AM_ names. We explicitly allow -dnl the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -]) -]) - - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $1 | $1:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) - -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - -# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- -# From Jim Meyering - -# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -AC_DEFUN([AM_MAINTAINER_MODE], -[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) - dnl maintainer-mode is disabled by default - AC_ARG_ENABLE(maintainer-mode, -[ --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer], - USE_MAINTAINER_MODE=$enableval, - USE_MAINTAINER_MODE=no) - AC_MSG_RESULT([$USE_MAINTAINER_MODE]) - AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) - MAINT=$MAINTAINER_MODE_TRUE - AC_SUBST(MAINT)dnl -] -) - -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - -# Check to see how 'make' treats includes. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 3 - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) - -# Copyright (C) 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 3 - -# AM_PROG_CC_C_O -# -------------- -# Like AC_PROG_CC_C_O, but changed for automake. -AC_DEFUN([AM_PROG_CC_C_O], -[AC_REQUIRE([AC_PROG_CC_C_O])dnl -AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` -if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -]) - -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- - -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) -fi -]) - -# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_MKDIR_P -# --------------- -# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. -# -# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories -# created by `make install' are always world readable, even if the -# installer happens to have an overly restrictive umask (e.g. 077). -# This was a mistake. There are at least two reasons why we must not -# use `-m 0755': -# - it causes special bits like SGID to be ignored, -# - it may be too restrictive (some setups expect 775 directories). -# -# Do not use -m 0755 and let people choose whatever they expect by -# setting umask. -# -# We cannot accept any implementation of `mkdir' that recognizes `-p'. -# Some implementations (such as Solaris 8's) are not thread-safe: if a -# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' -# concurrently, both version can detect that a/ is missing, but only -# one can create it and the other will error out. Consequently we -# restrict ourselves to GNU make (using the --version option ensures -# this.) -AC_DEFUN([AM_PROG_MKDIR_P], -[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' -else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' - else - mkdir_p='$(install_sh) -d' - fi -fi -AC_SUBST([mkdir_p])]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 3 - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) - -# _AM_SET_OPTION(NAME) -# ------------------------------ -# Set option NAME. Presently that only means defining a flag for this option. -AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) - -# _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- -# OPTIONS is a space-separated list of Automake options. -AC_DEFUN([_AM_SET_OPTIONS], -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) - -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - -# Check to make sure that the build environment is sane. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT(yes)]) - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# Check how to create a tarball. -*- Autoconf -*- - -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# _AM_PROG_TAR(FORMAT) -# -------------------- -# Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. -# -# Substitute a variable $(am__tar) that is a command -# writing to stdout a FORMAT-tarball containing the directory -# $tardir. -# tardir=directory && $(am__tar) > result.tar -# -# Substitute a variable $(am__untar) that extract such -# a tarball read from stdin. -# $(am__untar) < result.tar -AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) -m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break - - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar <conftest.tar]) - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break - fi -done -rm -rf conftest.dir - -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) -AC_SUBST([am__tar]) -AC_SUBST([am__untar]) -]) # _AM_PROG_TAR - -m4_include([acinclude.m4]) diff --git a/dmake/alloc.h b/dmake/alloc.h deleted file mode 100644 index 876284de06a8..000000000000 --- a/dmake/alloc.h +++ /dev/null @@ -1,59 +0,0 @@ -/* RCS $Id: alloc.h,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $ --- --- SYNOPSIS --- Macros for allocating memory. --- --- DESCRIPTION --- A somewhat nicer interface to malloc and calloc. --- Here we standardise the calling convention with a common macro --- interface. --- --- AUTHOR --- Dennis Vadura, dvadura@dmake.wticorp.com --- --- WWW --- http://dmake.wticorp.com/ --- --- COPYRIGHT --- Copyright (c) 1996,1997 by WTI Corp. All rights reserved. --- --- This program is NOT free software; you can redistribute it and/or --- modify it under the terms of the Software License Agreement Provided --- in the file <distribution-root>/readme/license.txt. --- --- LOG --- Use cvs log to obtain detailed change logs. -*/ - -#ifndef ALLOC_h -#define ALLOC_h - -/* DO NOT CHANGE these! These are the definitions that the make source - * uses for allocating memory. They must be defined for make to compile - * properly. - */ - -/* This is the only place that we define size_t now. This should be more - * than enough! */ -#if __STDC__ -#else -# if !defined(_TYPES_) && !defined(M_XENIX) && !defined(atarist) && !defined(_MPW) && !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(__size_t) && !defined(_WIN32) -# if defined(MSDOS) || defined(__MSDOS__) -# undef size_t - typedef unsigned size_t; -# else - typedef long size_t; -# endif -# endif -#endif - -#define usizeof(t) (size_t)sizeof(t) - -#define FREE(p) free((char*)(p)) -#define MALLOC(n, t) (t*) malloc((unsigned int)(n)*usizeof(t)) -#define CALLOC(n, t) (t*) calloc((unsigned int)(n), usizeof(t)) - -#define TALLOC(p, n, t) if ((p = CALLOC(n, t)) == (t*)0) {No_ram();} - -#endif - diff --git a/dmake/autogen.sh b/dmake/autogen.sh deleted file mode 100755 index 9a803486cad4..000000000000 --- a/dmake/autogen.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# Run this to generate all the initial makefiles, etc. - -srcdir=`dirname $0` -test -z "$srcdir" && srcdir=. - -ORIGDIR=`pwd` -cd $srcdir -PROJECT=dmake -TEST_TYPE=-f -FILE=make.c - -DIE=0 - -# cvs may leave some files unwritable -(chmod -Rf u+rw $srcdir) < /dev/null > /dev/null 2>&1 || { - echo - echo "You must have owner permissions for all files and subdirectories" - echo "in $srcdir" - DIE=1 -} - -(autoconf --version ) < /dev/null > /dev/null 2>&1 || { - echo - echo "You must have autoconf installed to compile $PROJECT." - DIE=1 -} - -(automake --version ) < /dev/null > /dev/null 2>&1 || { - echo - echo "You must have automake installed to compile $PROJECT." - DIE=1 -} - -if test "$DIE" -eq 1; then - exit 1 -fi - -test $TEST_TYPE $FILE || { - echo "You must run this script in the top-level $PROJECT directory" - exit 1 -} - -if test -z "$*"; then - echo "I am going to run ./configure with no arguments - if you wish " - echo "to pass any to it, please specify them on the $0 command line." -fi - -# needed when autotools version changed -aclocal - -# After the first run of autoconf a configure file exists. -# 'configure --enable-maintainer-mode' will start all other needed autotool helpers. -autoconf - -#automake -a -c -f - -cd $ORIGDIR - -$srcdir/configure --enable-maintainer-mode --prefix=/usr/local "$@" - -echo -echo "Now execute GNU make to compile $PROJECT." diff --git a/dmake/compile b/dmake/compile deleted file mode 100755 index 1b1d23216958..000000000000 --- a/dmake/compile +++ /dev/null @@ -1,142 +0,0 @@ -#! /bin/sh -# Wrapper for compilers which do not understand `-c -o'. - -scriptversion=2005-05-14.22 - -# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. -# Written by Tom Tromey <tromey@cygnus.com>. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - -# This file is maintained in Automake, please report -# bugs to <bug-automake@gnu.org> or send patches to -# <automake-patches@gnu.org>. - -case $1 in - '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 - exit 1; - ;; - -h | --h*) - cat <<\EOF -Usage: compile [--help] [--version] PROGRAM [ARGS] - -Wrapper for compilers which do not understand `-c -o'. -Remove `-o dest.o' from ARGS, run PROGRAM with the remaining -arguments, and rename the output as expected. - -If you are trying to build a whole package this is not the -right script to run: please start by reading the file `INSTALL'. - -Report bugs to <bug-automake@gnu.org>. -EOF - exit $? - ;; - -v | --v*) - echo "compile $scriptversion" - exit $? - ;; -esac - -ofile= -cfile= -eat= - -for arg -do - if test -n "$eat"; then - eat= - else - case $1 in - -o) - # configure might choose to run compile as `compile cc -o foo foo.c'. - # So we strip `-o arg' only if arg is an object. - eat=1 - case $2 in - *.o | *.obj) - ofile=$2 - ;; - *) - set x "$@" -o "$2" - shift - ;; - esac - ;; - *.c) - cfile=$1 - set x "$@" "$1" - shift - ;; - *) - set x "$@" "$1" - shift - ;; - esac - fi - shift -done - -if test -z "$ofile" || test -z "$cfile"; then - # If no `-o' option was seen then we might have been invoked from a - # pattern rule where we don't need one. That is ok -- this is a - # normal compilation that the losing compiler can handle. If no - # `.c' file was seen then we are probably linking. That is also - # ok. - exec "$@" -fi - -# Name of file we expect compiler to create. -cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` - -# Create the lock directory. -# Note: use `[/.-]' here to ensure that we don't use the same name -# that we are using for the .o file. Also, base the name on the expected -# object file name, since that is what matters with a parallel build. -lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d -while true; do - if mkdir "$lockdir" >/dev/null 2>&1; then - break - fi - sleep 1 -done -# FIXME: race condition here if user kills between mkdir and trap. -trap "rmdir '$lockdir'; exit 1" 1 2 15 - -# Run the compile. -"$@" -ret=$? - -if test -f "$cofile"; then - mv "$cofile" "$ofile" -elif test -f "${cofile}bj"; then - mv "${cofile}bj" "$ofile" -fi - -rmdir "$lockdir" -exit $ret - -# Local Variables: -# mode: shell-script -# sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" -# End: diff --git a/dmake/config.guess b/dmake/config.guess deleted file mode 100755 index 917bbc50f36a..000000000000 --- a/dmake/config.guess +++ /dev/null @@ -1,1463 +0,0 @@ -#! /bin/sh -# Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. - -timestamp='2005-07-08' - -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner <per@bothner.com>. -# Please send patches to <config-patches@gnu.org>. Submit a context -# diff and a properly formatted ChangeLog entry. -# -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. -# -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] - -Output the configuration name of the system \`$me' is run on. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to <config-patches@gnu.org>." - -version="\ -GNU config.guess ($timestamp) - -Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" >&2 - exit 1 ;; - * ) - break ;; - esac -done - -if test $# != 0; then - echo "$me: too many arguments$help" >&2 - exit 1 -fi - -trap 'exit 1' 1 2 15 - -# CC_FOR_BUILD -- compiler used by this script. Note that the use of a -# compiler to aid in system detection is discouraged as it requires -# temporary files to be created and, as you can see below, it is a -# headache to deal with in a portable fashion. - -# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still -# use `HOST_CC' if defined, but it is deprecated. - -# Portable tmp directory creation inspired by the Autoconf team. - -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' - -# This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then - PATH=$PATH:/.attbin ; export PATH -fi - -UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown -UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown -UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown - -# Note: order is significant - the case branches are not exclusive. - -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward - # compatibility and a consistent mechanism for selecting the - # object file format. - # - # Note: NetBSD doesn't particularly care about the vendor - # portion of the name. We always set it to "unknown". - sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || echo unknown)` - case "${UNAME_MACHINE_ARCH}" in - armeb) machine=armeb-unknown ;; - arm*) machine=arm-unknown ;; - sh3el) machine=shl-unknown ;; - sh3eb) machine=sh-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; - esac - # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. - case "${UNAME_MACHINE_ARCH}" in - arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi - ;; - *) - os=netbsd - ;; - esac - # The OS release - # Debian GNU/NetBSD machines have a different userland, and - # thus, need a distinct triplet. However, they do not need - # kernel version information, so it can be replaced with a - # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in - Debian*) - release='-gnu' - ;; - *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - ;; - esac - # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: - # contains redundant information, the shorter form: - # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}" - exit ;; - *:OpenBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} - exit ;; - *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} - exit ;; - macppc:MirBSD:*:*) - echo powerppc-unknown-mirbsd${UNAME_RELEASE} - exit ;; - *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} - exit ;; - alpha:OSF1:*:*) - case $UNAME_RELEASE in - *4.0) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - ;; - *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` - ;; - esac - # According to Compaq, /usr/sbin/psrinfo has been available on - # OSF/1 and Tru64 systems produced since 1995. I hope that - # covers most systems running today. This code pipes the CPU - # types through head -n 1, so we only detect the type of CPU 0. - ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` - case "$ALPHA_CPU_TYPE" in - "EV4 (21064)") - UNAME_MACHINE="alpha" ;; - "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; - "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; - "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; - "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; - "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; - "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; - "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; - "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; - "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; - "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; - "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; - "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; - "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; - "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; - esac - # A Pn.n version is a patched version. - # A Vn.n version is a released version. - # A Tn.n version is a released field test version. - # A Xn.n version is an unreleased experimental baselevel. - # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; - Amiga*:UNIX_System_V:4.0:*) - echo m68k-unknown-sysv4 - exit ;; - *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos - exit ;; - *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos - exit ;; - *:OS/390:*:*) - echo i370-ibm-openedition - exit ;; - *:z/VM:*:*) - echo s390-ibm-zvmoe - exit ;; - *:OS400:*:*) - echo powerpc-ibm-os400 - exit ;; - arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} - exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) - echo arm-unknown-riscos - exit ;; - SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) - echo hppa1.1-hitachi-hiuxmpp - exit ;; - Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) - # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. - if test "`(/bin/universe) 2>/dev/null`" = att ; then - echo pyramid-pyramid-sysv3 - else - echo pyramid-pyramid-bsd - fi - exit ;; - NILE*:*:*:dcosx) - echo pyramid-pyramid-svr4 - exit ;; - DRS?6000:unix:4.0:6*) - echo sparc-icl-nx6 - exit ;; - DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) - case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7; exit ;; - esac ;; - sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - i86pc:SunOS:5.*:*) - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:6*:*) - # According to config.sub, this is the proper way to canonicalize - # SunOS6. Hard to guess exactly what SunOS6 will be like, but - # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - sun4*:SunOS:*:*) - case "`/usr/bin/arch -k`" in - Series*|S4*) - UNAME_RELEASE=`uname -v` - ;; - esac - # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit ;; - sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} - exit ;; - sun*:*:4.2BSD:*) - UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 - case "`/bin/arch`" in - sun3) - echo m68k-sun-sunos${UNAME_RELEASE} - ;; - sun4) - echo sparc-sun-sunos${UNAME_RELEASE} - ;; - esac - exit ;; - aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} - exit ;; - # The situation for MiNT is a little confusing. The machine name - # can be virtually everything (everything which is not - # "atarist" or "atariste" at least should have a processor - # > m68000). The system name ranges from "MiNT" over "FreeMiNT" - # to the lowercase version "mint" (or "freemint"). Finally - # the system name "TOS" denotes a system which is actually not - # MiNT. But MiNT is downward compatible to TOS, so this should - # be no problem. - atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} - exit ;; - milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; - hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; - *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; - m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} - exit ;; - powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} - exit ;; - RISC*:Mach:*:*) - echo mips-dec-mach_bsd4.3 - exit ;; - RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} - exit ;; - VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} - exit ;; - 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} - exit ;; - mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c -#ifdef __cplusplus -#include <stdio.h> /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif - #if defined (host_mips) && defined (MIPSEB) - #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); - #endif - #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); - #endif - #endif - exit (-1); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && - { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} - exit ;; - Motorola:PowerMAX_OS:*:*) - echo powerpc-motorola-powermax - exit ;; - Motorola:*:4.3:PL8-*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) - echo powerpc-harris-powermax - exit ;; - Night_Hawk:Power_UNIX:*:*) - echo powerpc-harris-powerunix - exit ;; - m88k:CX/UX:7*:*) - echo m88k-harris-cxux7 - exit ;; - m88k:*:4*:R4*) - echo m88k-motorola-sysv4 - exit ;; - m88k:*:3*:R3*) - echo m88k-motorola-sysv3 - exit ;; - AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] - then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] - then - echo m88k-dg-dgux${UNAME_RELEASE} - else - echo m88k-dg-dguxbcs${UNAME_RELEASE} - fi - else - echo i586-dg-dgux${UNAME_RELEASE} - fi - exit ;; - M88*:DolphinOS:*:*) # DolphinOS (SVR3) - echo m88k-dolphin-sysv3 - exit ;; - M88*:*:R3*:*) - # Delta 88k system running SVR3 - echo m88k-motorola-sysv3 - exit ;; - XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) - echo m88k-tektronix-sysv3 - exit ;; - Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) - echo m68k-tektronix-bsd - exit ;; - *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i*86:AIX:*:*) - echo i386-ibm-aix - exit ;; - ia64:AIX:*:*) - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit ;; - *:AIX:2:3) - if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include <sys/systemcfg.h> - - main() - { - if (!__power_pc()) - exit(1); - puts("powerpc-ibm-aix3.2.5"); - exit(0); - } -EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` - then - echo "$SYSTEM_NAME" - else - echo rs6000-ibm-aix3.2.5 - fi - elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then - echo rs6000-ibm-aix3.2.4 - else - echo rs6000-ibm-aix3.2 - fi - exit ;; - *:AIX:*:[45]) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then - IBM_ARCH=rs6000 - else - IBM_ARCH=powerpc - fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` - else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} - fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit ;; - *:AIX:*:*) - echo rs6000-ibm-aix - exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) - echo romp-ibm-bsd4.4 - exit ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit ;; # report: romp-ibm BSD 4.3 - *:BOSX:*:*) - echo rs6000-bull-bosx - exit ;; - DPX/2?00:B.O.S.:*:*) - echo m68k-bull-sysv3 - exit ;; - 9000/[34]??:4.3bsd:1.*:*) - echo m68k-hp-bsd - exit ;; - hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) - echo m68k-hp-bsd4.4 - exit ;; - 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/[678][0-9][0-9]) - if [ -x /usr/bin/getconf ]; then - sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; - '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac - fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - - #define _HPUX_SOURCE - #include <stdlib.h> - #include <unistd.h> - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } -EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` - test -z "$HP_ARCH" && HP_ARCH=hppa - fi ;; - esac - if [ ${HP_ARCH} = "hppa2.0w" ] - then - eval $set_cc_for_build - - # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating - # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler - # generating 64-bit code. GNU and HP use different nomenclature: - # - # $ CC_FOR_BUILD=cc ./config.guess - # => hppa2.0w-hp-hpux11.23 - # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess - # => hppa64-hp-hpux11.23 - - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep __LP64__ >/dev/null - then - HP_ARCH="hppa2.0w" - else - HP_ARCH="hppa64" - fi - fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit ;; - ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} - exit ;; - 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include <unistd.h> - int - main () - { - long cpu = sysconf (_SC_CPU_VERSION); - /* The order matters, because CPU_IS_HP_MC68K erroneously returns - true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct - results, however. */ - if (CPU_IS_PA_RISC (cpu)) - { - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; - case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; - default: puts ("hppa-hitachi-hiuxwe2"); break; - } - } - else if (CPU_IS_HP_MC68K (cpu)) - puts ("m68k-hitachi-hiuxwe2"); - else puts ("unknown-hitachi-hiuxwe2"); - exit (0); - } -EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - echo unknown-hitachi-hiuxwe2 - exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) - echo hppa1.1-hp-bsd - exit ;; - 9000/8??:4.3bsd:*:*) - echo hppa1.0-hp-bsd - exit ;; - *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) - echo hppa1.0-hp-mpeix - exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) - echo hppa1.1-hp-osf - exit ;; - hp8??:OSF1:*:*) - echo hppa1.0-hp-osf - exit ;; - i*86:OSF1:*:*) - if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk - else - echo ${UNAME_MACHINE}-unknown-osf1 - fi - exit ;; - parisc*:Lites*:*:*) - echo hppa1.1-hp-lites - exit ;; - C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) - echo c1-convex-bsd - exit ;; - C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) - echo c34-convex-bsd - exit ;; - C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) - echo c38-convex-bsd - exit ;; - C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) - echo c4-convex-bsd - exit ;; - CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ - | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ - -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit ;; - F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; - i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit ;; - sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit ;; - *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit ;; - i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin - exit ;; - i*:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 - exit ;; - i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 - exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' - exit ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; - i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin - exit ;; - amd64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; - prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit ;; - *:GNU:*:*) - # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit ;; - *:GNU/*:*:*) - # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu - exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit ;; - arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - cris:Linux:*:*) - echo cris-axis-linux-gnu - exit ;; - crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu - exit ;; - frv:Linux:*:*) - echo frv-unknown-linux-gnu - exit ;; - ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - mips:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips - #undef mipsel - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mipsel - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips - #else - CPU= - #endif - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips64 - #undef mips64el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mips64el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips64 - #else - CPU= - #endif - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu - exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; - EV56) UNAME_MACHINE=alphaev56 ;; - PCA56) UNAME_MACHINE=alphapca56 ;; - PCA57) UNAME_MACHINE=alphapca56 ;; - EV6) UNAME_MACHINE=alphaev6 ;; - EV67) UNAME_MACHINE=alphaev67 ;; - EV68*) UNAME_MACHINE=alphaev68 ;; - esac - objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} - exit ;; - parisc:Linux:*:* | hppa:Linux:*:*) - # Look for CPU level - case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; - esac - exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu - exit ;; - s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux - exit ;; - sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu - exit ;; - i*86:Linux:*:*) - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - # Set LC_ALL=C to ensure ld outputs messages in English. - ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ - | sed -ne '/supported targets:/!d - s/[ ][ ]*/ /g - s/.*supported targets: *// - s/ .*// - p'` - case "$ld_supported_targets" in - elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" - ;; - a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit ;; - coff-i386) - echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit ;; - "") - # Either a pre-BFD a.out linker (linux-gnuoldld) or - # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-gnuoldld" - exit ;; - esac - # Determine whether the default compiler is a.out or elf - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include <features.h> - #ifdef __ELF__ - # ifdef __GLIBC__ - # if __GLIBC__ >= 2 - LIBC=gnu - # else - LIBC=gnulibc1 - # endif - # else - LIBC=gnulibc1 - # endif - #else - #ifdef __INTEL_COMPILER - LIBC=gnu - #else - LIBC=gnuaout - #endif - #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit - } - test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } - ;; - i*86:DYNIX/ptx:4*:*) - # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. - # earlier versions are messed up and put the nodename in both - # sysname and nodename. - echo i386-sequent-sysv4 - exit ;; - i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, - # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit ;; - i*86:OS/2:*:*) - # If we were able to find `uname', then EMX Unix compatibility - # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx - exit ;; - i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop - exit ;; - i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos - exit ;; - i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable - exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit ;; - i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` - if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} - fi - exit ;; - i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. - case `/bin/uname -X | grep "^Machine"` in - *486*) UNAME_MACHINE=i486 ;; - *Pentium) UNAME_MACHINE=i586 ;; - *Pent*|*Celeron) UNAME_MACHINE=i686 ;; - esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} - exit ;; - i*86:*:3.2:*) - if test -f /usr/options/cb.name; then - UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` - echo ${UNAME_MACHINE}-pc-isc$UNAME_REL - elif /bin/uname -X 2>/dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` - (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ - && UNAME_MACHINE=i586 - (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ - && UNAME_MACHINE=i686 - (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ - && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL - else - echo ${UNAME_MACHINE}-pc-sysv32 - fi - exit ;; - pc:*:*:*) - # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i386. - echo i386-pc-msdosdjgpp - exit ;; - Intel:Mach:3*:*) - echo i386-pc-mach3 - exit ;; - paragon:*:*:*) - echo i860-intel-osf1 - exit ;; - i860:*:4.*:*) # i860-SVR4 - if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 - else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 - fi - exit ;; - mini*:CTIX:SYS*5:*) - # "miniframe" - echo m68010-convergent-sysv - exit ;; - mc68k:UNIX:SYSTEM5:3.51m) - echo m68k-convergent-sysv - exit ;; - M680?0:D-NIX:5.3:*) - echo m68k-diab-dnix - exit ;; - M68*:*:R3V[5678]*:*) - test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) - OS_REL='' - test -r /etc/.relid \ - && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } - /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; - 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; - m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} - exit ;; - mc68030:UNIX_System_V:4.*:*) - echo m68k-atari-sysv4 - exit ;; - TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} - exit ;; - rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit ;; - SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} - exit ;; - RM*:ReliantUNIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - RM*:SINIX-*:*:*) - echo mips-sni-sysv4 - exit ;; - *:SINIX-*:*:*) - if uname -p 2>/dev/null >/dev/null ; then - UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 - else - echo ns32k-sni-sysv - fi - exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says <Richard.M.Bartel@ccMail.Census.GOV> - echo i586-unisys-sysv4 - exit ;; - *:UNIX_System_V:4*:FTX*) - # From Gerald Hewes <hewes@openmarket.com>. - # How about differentiating between stratus architectures? -djm - echo hppa1.1-stratus-sysv4 - exit ;; - *:*:*:FTX*) - # From seanf@swdc.stratus.com. - echo i860-stratus-sysv4 - exit ;; - i*86:VOS:*:*) - # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos - exit ;; - *:VOS:*:*) - # From Paul.Green@stratus.com. - echo hppa1.1-stratus-vos - exit ;; - mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} - exit ;; - news*:NEWS-OS:6*:*) - echo mips-sony-newsos6 - exit ;; - R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) - if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} - else - echo mips-unknown-sysv${UNAME_RELEASE} - fi - exit ;; - BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. - echo powerpc-be-beos - exit ;; - BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. - echo powerpc-apple-beos - exit ;; - BePC:BeOS:*:*) # BeOS running on Intel PC compatible. - echo i586-pc-beos - exit ;; - SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} - exit ;; - SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} - exit ;; - SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} - exit ;; - Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit ;; - *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; - unknown) UNAME_PROCESSOR=powerpc ;; - esac - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} - exit ;; - *:procnto*:*:* | *:QNX:[0123456789]*:*) - UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then - UNAME_PROCESSOR=i386 - UNAME_MACHINE=pc - fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} - exit ;; - *:QNX:*:4*) - echo i386-pc-qnx - exit ;; - NSE-?:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} - exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} - exit ;; - *:NonStop-UX:*:*) - echo mips-compaq-nonstopux - exit ;; - BS2000:POSIX*:*:*) - echo bs2000-siemens-sysv - exit ;; - DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit ;; - *:Plan9:*:*) - # "uname -m" is not consistent, so use $cputype instead. 386 - # is converted to i386 for consistency with other x86 - # operating systems. - if test "$cputype" = "386"; then - UNAME_MACHINE=i386 - else - UNAME_MACHINE="$cputype" - fi - echo ${UNAME_MACHINE}-unknown-plan9 - exit ;; - *:TOPS-10:*:*) - echo pdp10-unknown-tops10 - exit ;; - *:TENEX:*:*) - echo pdp10-unknown-tenex - exit ;; - KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) - echo pdp10-dec-tops20 - exit ;; - XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) - echo pdp10-xkl-tops20 - exit ;; - *:TOPS-20:*:*) - echo pdp10-unknown-tops20 - exit ;; - *:ITS:*:*) - echo pdp10-unknown-its - exit ;; - SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} - exit ;; - *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit ;; - *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in - A*) echo alpha-dec-vms ; exit ;; - I*) echo ia64-dec-vms ; exit ;; - V*) echo vax-dec-vms ; exit ;; - esac ;; - *:XENIX:*:SysV) - echo i386-pc-xenix - exit ;; - i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' - exit ;; -esac - -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - -eval $set_cc_for_build -cat >$dummy.c <<EOF -#ifdef _SEQUENT_ -# include <sys/types.h> -# include <sys/utsname.h> -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include <sys/param.h> - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include <sys/param.h> -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd - exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd - exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi - -cat >&2 <<EOF -$0: unable to guess system type - -This script, last modified $timestamp, has failed to recognize -the operating system you are using. It is advised that you -download the most up to date version of the config scripts from - - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess -and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub - -If the version you run ($0) is already up to date, please -send the following data and any information you think might be -pertinent to <config-patches@gnu.org> in order to provide the needed -information to handle your system. - -config.guess timestamp = $timestamp - -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null` - -hostinfo = `(hostinfo) 2>/dev/null` -/bin/universe = `(/bin/universe) 2>/dev/null` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` -/bin/arch = `(/bin/arch) 2>/dev/null` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` - -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} -EOF - -exit 1 - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/dmake/config.h.in b/dmake/config.h.in deleted file mode 100644 index 44bbdf28a356..000000000000 --- a/dmake/config.h.in +++ /dev/null @@ -1,190 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Build info string */ -#undef BUILDINFO - -/* Assume case insensitive file system. */ -#undef CASE_INSENSITIVE_FS - -/* Enables the use of spawn instead of fork/exec if it is supported. */ -#undef ENABLE_SPAWN - -/* Define to 1 if you have the <cygwin/process.h> header file. */ -#undef HAVE_CYGWIN_PROCESS_H - -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. - */ -#undef HAVE_DIRENT_H - -/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ -#undef HAVE_DOPRNT - -/* Define to 1 if you have the <errno.h> header file. */ -#undef HAVE_ERRNO_H - -/* Define to 1 if you have the <fcntl.h> header file. */ -#undef HAVE_FCNTL_H - -/* Define to 1 if you have the `getcwd' function. */ -#undef HAVE_GETCWD - -/* Define to 1 if you have the `gettimeofday' function. */ -#undef HAVE_GETTIMEOFDAY - -/* Define to 1 if you have the `getwd' function. */ -#undef HAVE_GETWD - -/* Define to 1 if the system has the type `int16'. */ -#undef HAVE_INT16 - -/* Define to 1 if the system has the type `int32'. */ -#undef HAVE_INT32 - -/* Define to 1 if the system has the type `int8'. */ -#undef HAVE_INT8 - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the <limits.h> header file. */ -#undef HAVE_LIMITS_H - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `mkstemp' function. */ -#undef HAVE_MKSTEMP - -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ -#undef HAVE_NDIR_H - -/* Define to 1 if you have the `setenv' function. */ -#undef HAVE_SETENV - -/* Define to 1 if you have the `settz' function. */ -#undef HAVE_SETTZ - -/* Define to 1 if you have the `setvbuf' function. */ -#undef HAVE_SETVBUF - -/* Define to 1 if you have the <spawn.h> header file. */ -#undef HAVE_SPAWN_H - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the `strerror' function. */ -#undef HAVE_STRERROR - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the `strlwr' function. */ -#undef HAVE_STRLWR - -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. - */ -#undef HAVE_SYS_DIR_H - -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. - */ -#undef HAVE_SYS_NDIR_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <sys/wait.h> header file. */ -#undef HAVE_SYS_WAIT_H - -/* Define to 1 if you have the `tempnam' function. */ -#undef HAVE_TEMPNAM - -/* Define to 1 if you have the `tzset' function. */ -#undef HAVE_TZSET - -/* Define to 1 if the system has the type `uint16'. */ -#undef HAVE_UINT16 - -/* Define to 1 if the system has the type `uint32'. */ -#undef HAVE_UINT32 - -/* Define to 1 if the system has the type `uint8'. */ -#undef HAVE_UINT8 - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the <utime.h> header file. */ -#undef HAVE_UTIME_H - -/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ -#undef HAVE_UTIME_NULL - -/* Define to 1 if you have the `vprintf' function. */ -#undef HAVE_VPRINTF - -/* Define to 1 if you have the <wait.h> header file. */ -#undef HAVE_WAIT_H - -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define as the return type of signal handlers (`int' or `void'). */ -#undef RETSIGTYPE - -/* The size of `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ -#undef TIME_WITH_SYS_TIME - -/* Version number of package */ -#undef VERSION - -/* Define to empty if `const' does not conform to ANSI C. */ -#undef const - -/* Define to `long int' if <sys/types.h> does not define. */ -#undef off_t - -/* Define to `unsigned int' if <sys/types.h> does not define. */ -#undef size_t diff --git a/dmake/config.sub b/dmake/config.sub deleted file mode 100755 index 1c366dfde9ab..000000000000 --- a/dmake/config.sub +++ /dev/null @@ -1,1579 +0,0 @@ -#! /bin/sh -# Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. - -timestamp='2005-07-08' - -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA -# 02110-1301, USA. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program that contains a -# configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Please send patches to <config-patches@gnu.org>. Submit a context -# diff and a properly formatted ChangeLog entry. -# -# Configuration subroutine to validate and canonicalize a configuration type. -# Supply the specified configuration type as an argument. -# If it is invalid, we print an error message on stderr and exit with code 1. -# Otherwise, we print the canonical config type on stdout and succeed. - -# This file is supposed to be the same for all GNU packages -# and recognize all the CPU types, system types and aliases -# that are meaningful with *any* GNU software. -# Each package is responsible for reporting which valid configurations -# it does not support. The user should be able to distinguish -# a failure to support a valid configuration from a meaningless -# configuration. - -# The goal of this file is to map all the various variations of a given -# machine specification into a single specification in the form: -# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM -# or in some cases, the newer four-part form: -# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM -# It is wrong to echo any other type of specification. - -me=`echo "$0" | sed -e 's,.*/,,'` - -usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS - -Canonicalize a configuration name. - -Operation modes: - -h, --help print this help, then exit - -t, --time-stamp print date of last modification, then exit - -v, --version print version number, then exit - -Report bugs and patches to <config-patches@gnu.org>." - -version="\ -GNU config.sub ($timestamp) - -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." - -help=" -Try \`$me --help' for more information." - -# Parse command line -while test $# -gt 0 ; do - case $1 in - --time-stamp | --time* | -t ) - echo "$timestamp" ; exit ;; - --version | -v ) - echo "$version" ; exit ;; - --help | --h* | -h ) - echo "$usage"; exit ;; - -- ) # Stop option processing - shift; break ;; - - ) # Use stdin as input. - break ;; - -* ) - echo "$me: invalid option $1$help" - exit 1 ;; - - *local*) - # First pass through any local machine types. - echo $1 - exit ;; - - * ) - break ;; - esac -done - -case $# in - 0) echo "$me: missing argument$help" >&2 - exit 1;; - 1) ;; - *) echo "$me: too many arguments$help" >&2 - exit 1;; -esac - -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray) - os= - basic_machine=$1 - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*) - os=-lynxos - ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` - ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` - ;; - -psos*) - os=-psos - ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; -esac - -# Decode aliases for certain CPU-COMPANY combinations. -case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ - | bfin \ - | c4x | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | i370 | i860 | i960 | ia64 \ - | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64vr | mips64vrel \ - | mips64orion | mips64orionel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | ms1 \ - | msp430 \ - | ns16k | ns32k \ - | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ - | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ - | v850 | v850e \ - | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k) - basic_machine=$basic_machine-unknown - ;; - m32c) - basic_machine=$basic_machine-unknown - ;; - m6811 | m68hc11 | m6812 | m68hc12) - # Motorola 68HC11/12. - basic_machine=$basic_machine-unknown - os=-none - ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) - ;; - - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | ms1-* \ - | msp430-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ - | pyramid-* \ - | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tron-* \ - | v850-* | v850e-* | vax-* \ - | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ - | xstormy16-* | xtensa-* \ - | ymp-* \ - | z8k-*) - ;; - m32c-*) - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; - 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att - ;; - 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16c) - basic_machine=cr16c-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec - ;; - decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 - ;; - decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 - ;; - delta | 3300 | motorola-3300 | motorola-delta \ - | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd - ;; - encore | umax | mmax) - basic_machine=ns32k-encore - ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose - ;; - fx2800) - basic_machine=i860-alliant - ;; - genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 - ;; - h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux - ;; - hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp - ;; - hp9k3[2-9][0-9]) - basic_machine=m68k-hp - ;; - hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp - ;; - hp9k78[0-9] | hp78[0-9]) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) - # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp - ;; - hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 - ;; - i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 - ;; - i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv - ;; - i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta - ;; - iris | iris4d) - basic_machine=mips-sgi - case $os in - -irix*) - ;; - *) - os=-irix4 - ;; - esac - ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - mingw32) - basic_machine=i386-pc - os=-mingw32 - ;; - miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos - ;; - news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next - case $os in - -nextstep* ) - ;; - -ns2*) - os=-nextstep2 - ;; - *) - os=-nextstep3 - ;; - esac - ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; - np1) - basic_machine=np1-gould - ;; - nsr-tandem) - basic_machine=nsr-tandem - ;; - op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k - ;; - pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - pbd) - basic_machine=sparc-tti - ;; - pbb) - basic_machine=m68k-tti - ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc - ;; - pentium4) - basic_machine=i786-pc - ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pn) - basic_machine=pn-gould - ;; - power) basic_machine=power-ibm - ;; - ppc) basic_machine=powerpc-unknown - ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppcle | powerpclittle | ppc-le | powerpc-little) - basic_machine=powerpcle-unknown - ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64) basic_machine=powerpc64-unknown - ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) - basic_machine=powerpc64le-unknown - ;; - ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - ps2) - basic_machine=i386-ibm - ;; - pw32) - basic_machine=i586-unknown - os=-pw32 - ;; - rom68k) - basic_machine=m68k-rom68k - os=-coff - ;; - rm[46]00) - basic_machine=mips-siemens - ;; - rtpc | rtpc-*) - basic_machine=romp-ibm - ;; - s390 | s390-*) - basic_machine=s390-ibm - ;; - s390x | s390x-*) - basic_machine=s390x-ibm - ;; - sa29200) - basic_machine=a29k-amd - os=-udi - ;; - sb1) - basic_machine=mipsisa64sb1-unknown - ;; - sb1el) - basic_machine=mipsisa64sb1el-unknown - ;; - sei) - basic_machine=mips-sei - os=-seiux - ;; - sequent) - basic_machine=i386-sequent - ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) - basic_machine=sparclite-wrs - os=-vxworks - ;; - sps7) - basic_machine=m68k-bull - os=-sysv2 - ;; - spur) - basic_machine=spur-unknown - ;; - st2000) - basic_machine=m68k-tandem - ;; - stratus) - basic_machine=i860-stratus - os=-sysv4 - ;; - sun2) - basic_machine=m68000-sun - ;; - sun2os3) - basic_machine=m68000-sun - os=-sunos3 - ;; - sun2os4) - basic_machine=m68000-sun - os=-sunos4 - ;; - sun3os3) - basic_machine=m68k-sun - os=-sunos3 - ;; - sun3os4) - basic_machine=m68k-sun - os=-sunos4 - ;; - sun4os3) - basic_machine=sparc-sun - os=-sunos3 - ;; - sun4os4) - basic_machine=sparc-sun - os=-sunos4 - ;; - sun4sol2) - basic_machine=sparc-sun - os=-solaris2 - ;; - sun3 | sun3-*) - basic_machine=m68k-sun - ;; - sun4) - basic_machine=sparc-sun - ;; - sun386 | sun386i | roadrunner) - basic_machine=i386-sun - ;; - sv1) - basic_machine=sv1-cray - os=-unicos - ;; - symmetry) - basic_machine=i386-sequent - os=-dynix - ;; - t3e) - basic_machine=alphaev5-cray - os=-unicos - ;; - t90) - basic_machine=t90-cray - os=-unicos - ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; - tx39) - basic_machine=mipstx39-unknown - ;; - tx39el) - basic_machine=mipstx39el-unknown - ;; - toad1) - basic_machine=pdp10-xkl - os=-tops20 - ;; - tower | tower-32) - basic_machine=m68k-ncr - ;; - tpf) - basic_machine=s390x-ibm - os=-tpf - ;; - udi29k) - basic_machine=a29k-amd - os=-udi - ;; - ultra3) - basic_machine=a29k-nyu - os=-sym1 - ;; - v810 | necv810) - basic_machine=v810-nec - os=-none - ;; - vaxv) - basic_machine=vax-dec - os=-sysv - ;; - vms) - basic_machine=vax-dec - os=-vms - ;; - vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; - vxworks960) - basic_machine=i960-wrs - os=-vxworks - ;; - vxworks68) - basic_machine=m68k-wrs - os=-vxworks - ;; - vxworks29k) - basic_machine=a29k-wrs - os=-vxworks - ;; - w65*) - basic_machine=w65-wdc - os=-none - ;; - w89k-*) - basic_machine=hppa1.1-winbond - os=-proelf - ;; - xbox) - basic_machine=i686-pc - os=-mingw32 - ;; - xps | xps100) - basic_machine=xps100-honeywell - ;; - ymp) - basic_machine=ymp-cray - os=-unicos - ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - none) - basic_machine=none-none - os=-none - ;; - -# Here we handle the default manufacturer of certain CPU types. It is in -# some cases the only manufacturer, in others, it is the most popular. - w89k) - basic_machine=hppa1.1-winbond - ;; - op50n) - basic_machine=hppa1.1-oki - ;; - op60c) - basic_machine=hppa1.1-oki - ;; - romp) - basic_machine=romp-ibm - ;; - mmix) - basic_machine=mmix-knuth - ;; - rs6000) - basic_machine=rs6000-ibm - ;; - vax) - basic_machine=vax-dec - ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; - pdp11) - basic_machine=pdp11-dec - ;; - we32k) - basic_machine=we32k-att - ;; - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) - basic_machine=sh-unknown - ;; - sparc | sparcv8 | sparcv9 | sparcv9b) - basic_machine=sparc-sun - ;; - cydra) - basic_machine=cydra-cydrome - ;; - orion) - basic_machine=orion-highlevel - ;; - orion105) - basic_machine=clipper-highlevel - ;; - mac | mpw | mac-mpw) - basic_machine=m68k-apple - ;; - pmac | pmac-mpw) - basic_machine=powerpc-apple - ;; - *-unknown) - # Make sure to match an already-canonicalized machine name. - ;; - *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; -esac - -# Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` - ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` - ;; - *) - ;; -esac - -# Decode manufacturer-specific aliases for certain operating systems. - -if [ x"$os" != x"" ] -then -case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` - ;; - -solaris) - os=-solaris2 - ;; - -svr4*) - os=-sysv4 - ;; - -unixware*) - os=-sysv4.2uw - ;; - -gnu/linux*) - os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` - ;; - # First accept the basic system types. - # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) - ;; - *) - os=-nto$os - ;; - esac - ;; - -nto-qnx*) - ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` - ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) - ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` - ;; - -linux-dietlibc) - os=-linux-dietlibc - ;; - -linux*) - os=`echo $os | sed -e 's|linux|linux-gnu|'` - ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` - ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` - ;; - -opened*) - os=-openedition - ;; - -os400*) - os=-os400 - ;; - -wince*) - os=-wince - ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; - -utek*) - os=-bsd - ;; - -dynix*) - os=-bsd - ;; - -acis*) - os=-aos - ;; - -atheos*) - os=-atheos - ;; - -syllable*) - os=-syllable - ;; - -386bsd) - os=-bsd - ;; - -ctix* | -uts*) - os=-sysv - ;; - -nova*) - os=-rtmk-nova - ;; - -ns2 ) - os=-nextstep2 - ;; - -nsk*) - os=-nsk - ;; - # Preserve the version number of sinix5. - -sinix5.*) - os=`echo $os | sed -e 's|sinix|sysv|'` - ;; - -sinix*) - os=-sysv4 - ;; - -tpf*) - os=-tpf - ;; - -triton*) - os=-sysv3 - ;; - -oss*) - os=-sysv3 - ;; - -svr4) - os=-sysv4 - ;; - -svr3) - os=-sysv3 - ;; - -sysvr4) - os=-sysv4 - ;; - # This must come after -sysvr4. - -sysv*) - ;; - -ose*) - os=-ose - ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint - ;; - -aros*) - os=-aros - ;; - -kaos*) - os=-kaos - ;; - -zvmoe) - os=-zvmoe - ;; - -none) - ;; - *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 - exit 1 - ;; -esac -else - -# Here we handle the default operating systems that come with various machines. -# The value should be what the vendor currently ships out the door with their -# machine or put another way, the most popular os provided with the machine. - -# Note that if you're going to try to match "-MANUFACTURER" here (say, -# "-sun"), then you have to tell the case statement up towards the top -# that MANUFACTURER isn't an operating system. Otherwise, code above -# will signal an error saying that MANUFACTURER isn't an operating -# system, and we'll never get to this point. - -case $basic_machine in - *-acorn) - os=-riscix1.2 - ;; - arm*-rebel) - os=-linux - ;; - arm*-semi) - os=-aout - ;; - c4x-* | tic4x-*) - os=-coff - ;; - # This must come before the *-dec entry. - pdp10-*) - os=-tops20 - ;; - pdp11-*) - os=-none - ;; - *-dec | vax-*) - os=-ultrix4.2 - ;; - m68*-apollo) - os=-domain - ;; - i386-sun) - os=-sunos4.0.2 - ;; - m68000-sun) - os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 - ;; - m68*-cisco) - os=-aout - ;; - mips*-cisco) - os=-elf - ;; - mips*-*) - os=-elf - ;; - or32-*) - os=-coff - ;; - *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 - ;; - sparc-* | *-sun) - os=-sunos4.1.1 - ;; - *-be) - os=-beos - ;; - *-haiku) - os=-haiku - ;; - *-ibm) - os=-aix - ;; - *-knuth) - os=-mmixware - ;; - *-wec) - os=-proelf - ;; - *-winbond) - os=-proelf - ;; - *-oki) - os=-proelf - ;; - *-hp) - os=-hpux - ;; - *-hitachi) - os=-hiux - ;; - i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv - ;; - *-cbm) - os=-amigaos - ;; - *-dg) - os=-dgux - ;; - *-dolphin) - os=-sysv3 - ;; - m68k-ccur) - os=-rtu - ;; - m88k-omron*) - os=-luna - ;; - *-next ) - os=-nextstep - ;; - *-sequent) - os=-ptx - ;; - *-crds) - os=-unos - ;; - *-ns) - os=-genix - ;; - i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 - ;; - *-gould) - os=-sysv - ;; - *-highlevel) - os=-bsd - ;; - *-encore) - os=-bsd - ;; - *-sgi) - os=-irix - ;; - *-siemens) - os=-sysv4 - ;; - *-masscomp) - os=-rtu - ;; - f30[01]-fujitsu | f700-fujitsu) - os=-uxpv - ;; - *-rom68k) - os=-coff - ;; - *-*bug) - os=-coff - ;; - *-apple) - os=-macos - ;; - *-atari*) - os=-mint - ;; - *) - os=-none - ;; -esac -fi - -# Here we handle the case where we know the os, and the CPU type, but not the -# manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) - case $os in - -riscix*) - vendor=acorn - ;; - -sunos*) - vendor=sun - ;; - -aix*) - vendor=ibm - ;; - -beos*) - vendor=be - ;; - -hpux*) - vendor=hp - ;; - -mpeix*) - vendor=hp - ;; - -hiux*) - vendor=hitachi - ;; - -unos*) - vendor=crds - ;; - -dgux*) - vendor=dg - ;; - -luna*) - vendor=omron - ;; - -genix*) - vendor=ns - ;; - -mvs* | -opened*) - vendor=ibm - ;; - -os400*) - vendor=ibm - ;; - -ptx*) - vendor=sequent - ;; - -tpf*) - vendor=ibm - ;; - -vxsim* | -vxworks* | -windiss*) - vendor=wrs - ;; - -aux*) - vendor=apple - ;; - -hms*) - vendor=hitachi - ;; - -mpw* | -macos*) - vendor=apple - ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - vendor=atari - ;; - -vos*) - vendor=stratus - ;; - esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` - ;; -esac - -echo $basic_machine$os -exit - -# Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" -# time-stamp-end: "'" -# End: diff --git a/dmake/configure b/dmake/configure deleted file mode 100755 index f4dd88d490e4..000000000000 --- a/dmake/configure +++ /dev/null @@ -1,9472 +0,0 @@ -#! /bin/sh -# Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for dmake 4.12. -# -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -# This configure script is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. -## --------------------- ## -## M4sh Initialization. ## -## --------------------- ## - -# Be more Bourne compatible -DUALCASE=1; export DUALCASE # for MKS sh -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; -esac - -fi - - - - -# PATH needs CR -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -as_nl=' -' -export as_nl -# Printing a long string crashes Solaris 7 /usr/bin/printf. -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then - as_echo='printf %s\n' - as_echo_n='printf %s' -else - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' - as_echo_n='/usr/ucb/echo -n' - else - as_echo_body='eval expr "X$1" : "X\\(.*\\)"' - as_echo_n_body='eval - arg=$1; - case $arg in - *"$as_nl"*) - expr "X$arg" : "X\\(.*\\)$as_nl"; - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; - esac; - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" - ' - export as_echo_n_body - as_echo_n='sh -c $as_echo_n_body as_echo' - fi - export as_echo_body - as_echo='sh -c $as_echo_body as_echo' -fi - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - PATH_SEPARATOR=: - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || - PATH_SEPARATOR=';' - } -fi - -# Support unset when possible. -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - - -# IFS -# We need space, tab and new line, in precisely that order. Quoting is -# there to prevent editors from complaining about space-tab. -# (If _AS_PATH_WALK were called with IFS unset, it would disable word -# splitting by setting IFS to empty value.) -IFS=" "" $as_nl" - -# Find who we are. Look in the path if we contain no directory separator. -case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done -IFS=$as_save_IFS - - ;; -esac -# We did not find ourselves, most probably we were run as `sh COMMAND' -# in which case we are not to be found in the path. -if test "x$as_myself" = x; then - as_myself=$0 -fi -if test ! -f "$as_myself"; then - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } -fi - -# Work around bugs in pre-3.0 UWIN ksh. -for as_var in ENV MAIL MAILPATH -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -done -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -LC_ALL=C -export LC_ALL -LANGUAGE=C -export LANGUAGE - -# Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - - -# Name of the executable. -as_me=`$as_basename -- "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } - /^X\/\(\/\/\)$/{ - s//\1/ - q - } - /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - -# CDPATH. -$as_unset CDPATH - - -if test "x$CONFIG_SHELL" = x; then - if (eval ":") 2>/dev/null; then - as_have_required=yes -else - as_have_required=no -fi - - if test $as_have_required = yes && (eval ": -(as_func_return () { - (exit \$1) -} -as_func_success () { - as_func_return 0 -} -as_func_failure () { - as_func_return 1 -} -as_func_ret_success () { - return 0 -} -as_func_ret_failure () { - return 1 -} - -exitcode=0 -if as_func_success; then - : -else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. -fi - -if as_func_ret_success; then - : -else - exitcode=1 - echo as_func_ret_success failed. -fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. -fi - -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then - : -else - exitcode=1 - echo positional parameters were not saved. -fi - -test \$exitcode = 0) || { (exit 1); exit 1; } - -( - as_lineno_1=\$LINENO - as_lineno_2=\$LINENO - test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && - test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } -") 2> /dev/null; then - : -else - as_candidate_shells= - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - case $as_dir in - /*) - for as_base in sh bash ksh sh5; do - as_candidate_shells="$as_candidate_shells $as_dir/$as_base" - done;; - esac -done -IFS=$as_save_IFS - - - for as_shell in $as_candidate_shells $SHELL; do - # Try only shells that exist, to save several forks. - if { test -f "$as_shell" || test -f "$as_shell.exe"; } && - { ("$as_shell") 2> /dev/null <<\_ASEOF -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; -esac - -fi - - -: -_ASEOF -}; then - CONFIG_SHELL=$as_shell - as_have_required=yes - if { "$as_shell" 2> /dev/null <<\_ASEOF -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; -esac - -fi - - -: -(as_func_return () { - (exit $1) -} -as_func_success () { - as_func_return 0 -} -as_func_failure () { - as_func_return 1 -} -as_func_ret_success () { - return 0 -} -as_func_ret_failure () { - return 1 -} - -exitcode=0 -if as_func_success; then - : -else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. -fi - -if as_func_ret_success; then - : -else - exitcode=1 - echo as_func_ret_success failed. -fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. -fi - -if ( set x; as_func_ret_success y && test x = "$1" ); then - : -else - exitcode=1 - echo positional parameters were not saved. -fi - -test $exitcode = 0) || { (exit 1); exit 1; } - -( - as_lineno_1=$LINENO - as_lineno_2=$LINENO - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } - -_ASEOF -}; then - break -fi - -fi - - done - - if test "x$CONFIG_SHELL" != x; then - for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} -fi - - - if test $as_have_required = no; then - echo This script requires a shell more modern than all the - echo shells that I found on your system. Please install a - echo modern shell, or manually run the script under such a - echo shell if you do have one. - { (exit 1); exit 1; } -fi - - -fi - -fi - - - -(eval "as_func_return () { - (exit \$1) -} -as_func_success () { - as_func_return 0 -} -as_func_failure () { - as_func_return 1 -} -as_func_ret_success () { - return 0 -} -as_func_ret_failure () { - return 1 -} - -exitcode=0 -if as_func_success; then - : -else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. -fi - -if as_func_ret_success; then - : -else - exitcode=1 - echo as_func_ret_success failed. -fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. -fi - -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then - : -else - exitcode=1 - echo positional parameters were not saved. -fi - -test \$exitcode = 0") || { - echo No shell found that supports shell functions. - echo Please tell bug-autoconf@gnu.org about your system, - echo including any error possibly output before this message. - echo This can help us improve future autoconf versions. - echo Configuration will now proceed without shell functions. -} - - - - as_lineno_1=$LINENO - as_lineno_2=$LINENO - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line after each line using $LINENO; the second 'sed' - # does the real work. The second script uses 'N' to pair each - # line-number line with the line containing $LINENO, and appends - # trailing '-' during substitution so that $LINENO is not a special - # case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # scripts with optimization help from Paolo Bonzini. Blame Lee - # E. McMahon (1931-1989) for sed's syntax. :-) - sed -n ' - p - /[$]LINENO/= - ' <$as_myself | - sed ' - s/[$]LINENO.*/&-/ - t lineno - b - :lineno - N - :loop - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ - t loop - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensitive to this). - . "./$as_me.lineno" - # Exit status is that of the last command. - exit -} - - -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then - as_dirname=dirname -else - as_dirname=false -fi - -ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in --n*) - case `echo 'x\c'` in - *c*) ECHO_T=' ';; # ECHO_T is single tab character. - *) ECHO_C='\c';; - esac;; -*) - ECHO_N='-n';; -esac -if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -else - as_expr=false -fi - -rm -f conf$$ conf$$.exe conf$$.file -if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file -else - rm -f conf$$.dir - mkdir conf$$.dir 2>/dev/null -fi -if (echo >conf$$.file) 2>/dev/null; then - if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' - elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln - else - as_ln_s='cp -p' - fi -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file -rmdir conf$$.dir 2>/dev/null - -if mkdir -p . 2>/dev/null; then - as_mkdir_p=: -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - -if test -x / >/dev/null 2>&1; then - as_test_x='test -x' -else - if ls -dL / >/dev/null 2>&1; then - as_ls_L_option=L - else - as_ls_L_option= - fi - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then - test -d "$1/."; - else - case $1 in - -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi - '\'' sh - ' -fi -as_executable_p=$as_test_x - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - - -exec 7<&0 </dev/null 6>&1 - -# Name of the host. -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, -# so uname gets run too. -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` - -# -# Initializations. -# -ac_default_prefix=/usr/local -ac_clean_files= -ac_config_libobj_dir=. -LIBOBJS= -cross_compiling=no -subdirs= -MFLAGS= -MAKEFLAGS= -SHELL=${CONFIG_SHELL-/bin/sh} - -# Identity of this package. -PACKAGE_NAME='dmake' -PACKAGE_TARNAME='dmake' -PACKAGE_VERSION='4.12' -PACKAGE_STRING='dmake 4.12' -PACKAGE_BUGREPORT='' - -ac_unique_file="man/dmake.tf" -# Factoring default headers for most tests. -ac_includes_default="\ -#include <stdio.h> -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif -#ifdef HAVE_SYS_STAT_H -# include <sys/stat.h> -#endif -#ifdef STDC_HEADERS -# include <stdlib.h> -# include <stddef.h> -#else -# ifdef HAVE_STDLIB_H -# include <stdlib.h> -# endif -#endif -#ifdef HAVE_STRING_H -# if !defined STDC_HEADERS && defined HAVE_MEMORY_H -# include <memory.h> -# endif -# include <string.h> -#endif -#ifdef HAVE_STRINGS_H -# include <strings.h> -#endif -#ifdef HAVE_INTTYPES_H -# include <inttypes.h> -#endif -#ifdef HAVE_STDINT_H -# include <stdint.h> -#endif -#ifdef HAVE_UNISTD_H -# include <unistd.h> -#endif" - -ac_header_list= -ac_subst_vars='LTLIBOBJS -LIBOBJS -EGREP -GREP -DMAKEROOT_H_LINE1 -DBUG_FALSE -DBUG_TRUE -OS_VERSION -OS_TYPE -OSTYPEWIN32_FALSE -OSTYPEWIN32_TRUE -OSTYPEUNIX_FALSE -OSTYPEUNIX_TRUE -RANLIB -LN_S -CPP -am__fastdepCC_FALSE -am__fastdepCC_TRUE -CCDEPMODE -AMDEPBACKSLASH -AMDEP_FALSE -AMDEP_TRUE -am__quote -am__include -DEPDIR -OBJEXT -EXEEXT -ac_ct_CC -CPPFLAGS -LDFLAGS -CFLAGS -CC -MAINT -MAINTAINER_MODE_FALSE -MAINTAINER_MODE_TRUE -am__untar -am__tar -AMTAR -am__leading_dot -SET_MAKE -AWK -mkdir_p -INSTALL_STRIP_PROGRAM -STRIP -install_sh -MAKEINFO -AUTOHEADER -AUTOMAKE -AUTOCONF -ACLOCAL -VERSION -PACKAGE -CYGPATH_W -INSTALL_DATA -INSTALL_SCRIPT -INSTALL_PROGRAM -build_os -build_vendor -build_cpu -build -target_alias -host_alias -build_alias -LIBS -ECHO_T -ECHO_N -ECHO_C -DEFS -mandir -localedir -libdir -psdir -pdfdir -dvidir -htmldir -infodir -docdir -oldincludedir -includedir -localstatedir -sharedstatedir -sysconfdir -datadir -datarootdir -libexecdir -sbindir -bindir -program_transform_name -prefix -exec_prefix -PACKAGE_BUGREPORT -PACKAGE_STRING -PACKAGE_VERSION -PACKAGE_TARNAME -PACKAGE_NAME -PATH_SEPARATOR -SHELL' -ac_subst_files='' -ac_user_opts=' -enable_option_checking -enable_maintainer_mode -enable_dependency_tracking -enable_dbug -enable_spawn -' - ac_precious_vars='build_alias -host_alias -target_alias -CC -CFLAGS -LDFLAGS -LIBS -CPPFLAGS -CPP' - - -# Initialize some variables set by options. -ac_init_help= -ac_init_version=false -ac_unrecognized_opts= -ac_unrecognized_sep= -# The variables have the same names as the options, with -# dashes changed to underlines. -cache_file=/dev/null -exec_prefix=NONE -no_create= -no_recursion= -prefix=NONE -program_prefix=NONE -program_suffix=NONE -program_transform_name=s,x,x, -silent= -site= -srcdir= -verbose= -x_includes=NONE -x_libraries=NONE - -# Installation directory options. -# These are left unexpanded so users can "make install exec_prefix=/foo" -# and all the variables that are supposed to be based on exec_prefix -# by default will actually change. -# Use braces instead of parens because sh, perl, etc. also accept them. -# (The list follows the same order as the GNU Coding Standards.) -bindir='${exec_prefix}/bin' -sbindir='${exec_prefix}/sbin' -libexecdir='${exec_prefix}/libexec' -datarootdir='${prefix}/share' -datadir='${datarootdir}' -sysconfdir='${prefix}/etc' -sharedstatedir='${prefix}/com' -localstatedir='${prefix}/var' -includedir='${prefix}/include' -oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -infodir='${datarootdir}/info' -htmldir='${docdir}' -dvidir='${docdir}' -pdfdir='${docdir}' -psdir='${docdir}' -libdir='${exec_prefix}/lib' -localedir='${datarootdir}/locale' -mandir='${datarootdir}/man' - -ac_prev= -ac_dashdash= -for ac_option -do - # If the previous option needs an argument, assign it. - if test -n "$ac_prev"; then - eval $ac_prev=\$ac_option - ac_prev= - continue - fi - - case $ac_option in - *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; - *) ac_optarg=yes ;; - esac - - # Accept the important Cygnus configure options, so we can diagnose typos. - - case $ac_dashdash$ac_option in - --) - ac_dashdash=yes ;; - - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) - bindir=$ac_optarg ;; - - -build | --build | --buil | --bui | --bu) - ac_prev=build_alias ;; - -build=* | --build=* | --buil=* | --bui=* | --bu=*) - build_alias=$ac_optarg ;; - - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file=$ac_optarg ;; - - --config-cache | -C) - cache_file=config.cache ;; - - -datadir | --datadir | --datadi | --datad) - ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=*) - datadir=$ac_optarg ;; - - -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ - | --dataroo | --dataro | --datar) - ac_prev=datarootdir ;; - -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ - | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) - datarootdir=$ac_optarg ;; - - -disable-* | --disable-*) - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=no ;; - - -docdir | --docdir | --docdi | --doc | --do) - ac_prev=docdir ;; - -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) - docdir=$ac_optarg ;; - - -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) - ac_prev=dvidir ;; - -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) - dvidir=$ac_optarg ;; - - -enable-* | --enable-*) - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"enable_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval enable_$ac_useropt=\$ac_optarg ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ - | --exec | --exe | --ex) - ac_prev=exec_prefix ;; - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ - | --exec=* | --exe=* | --ex=*) - exec_prefix=$ac_optarg ;; - - -gas | --gas | --ga | --g) - # Obsolete; use --with-gas. - with_gas=yes ;; - - -help | --help | --hel | --he | -h) - ac_init_help=long ;; - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) - ac_init_help=recursive ;; - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) - ac_init_help=short ;; - - -host | --host | --hos | --ho) - ac_prev=host_alias ;; - -host=* | --host=* | --hos=* | --ho=*) - host_alias=$ac_optarg ;; - - -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) - ac_prev=htmldir ;; - -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ - | --ht=*) - htmldir=$ac_optarg ;; - - -includedir | --includedir | --includedi | --included | --include \ - | --includ | --inclu | --incl | --inc) - ac_prev=includedir ;; - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ - | --includ=* | --inclu=* | --incl=* | --inc=*) - includedir=$ac_optarg ;; - - -infodir | --infodir | --infodi | --infod | --info | --inf) - ac_prev=infodir ;; - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) - infodir=$ac_optarg ;; - - -libdir | --libdir | --libdi | --libd) - ac_prev=libdir ;; - -libdir=* | --libdir=* | --libdi=* | --libd=*) - libdir=$ac_optarg ;; - - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ - | --libexe | --libex | --libe) - ac_prev=libexecdir ;; - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ - | --libexe=* | --libex=* | --libe=*) - libexecdir=$ac_optarg ;; - - -localedir | --localedir | --localedi | --localed | --locale) - ac_prev=localedir ;; - -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) - localedir=$ac_optarg ;; - - -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst | --locals) - ac_prev=localstatedir ;; - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) - localstatedir=$ac_optarg ;; - - -mandir | --mandir | --mandi | --mand | --man | --ma | --m) - ac_prev=mandir ;; - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) - mandir=$ac_optarg ;; - - -nfp | --nfp | --nf) - # Obsolete; use --without-fp. - with_fp=no ;; - - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c | -n) - no_create=yes ;; - - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - no_recursion=yes ;; - - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ - | --oldin | --oldi | --old | --ol | --o) - ac_prev=oldincludedir ;; - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) - oldincludedir=$ac_optarg ;; - - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) - ac_prev=prefix ;; - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) - prefix=$ac_optarg ;; - - -program-prefix | --program-prefix | --program-prefi | --program-pref \ - | --program-pre | --program-pr | --program-p) - ac_prev=program_prefix ;; - -program-prefix=* | --program-prefix=* | --program-prefi=* \ - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) - program_prefix=$ac_optarg ;; - - -program-suffix | --program-suffix | --program-suffi | --program-suff \ - | --program-suf | --program-su | --program-s) - ac_prev=program_suffix ;; - -program-suffix=* | --program-suffix=* | --program-suffi=* \ - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) - program_suffix=$ac_optarg ;; - - -program-transform-name | --program-transform-name \ - | --program-transform-nam | --program-transform-na \ - | --program-transform-n | --program-transform- \ - | --program-transform | --program-transfor \ - | --program-transfo | --program-transf \ - | --program-trans | --program-tran \ - | --progr-tra | --program-tr | --program-t) - ac_prev=program_transform_name ;; - -program-transform-name=* | --program-transform-name=* \ - | --program-transform-nam=* | --program-transform-na=* \ - | --program-transform-n=* | --program-transform-=* \ - | --program-transform=* | --program-transfor=* \ - | --program-transfo=* | --program-transf=* \ - | --program-trans=* | --program-tran=* \ - | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name=$ac_optarg ;; - - -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) - ac_prev=pdfdir ;; - -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) - pdfdir=$ac_optarg ;; - - -psdir | --psdir | --psdi | --psd | --ps) - ac_prev=psdir ;; - -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) - psdir=$ac_optarg ;; - - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; - - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) - ac_prev=sbindir ;; - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ - | --sbi=* | --sb=*) - sbindir=$ac_optarg ;; - - -sharedstatedir | --sharedstatedir | --sharedstatedi \ - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ - | --sharedst | --shareds | --shared | --share | --shar \ - | --sha | --sh) - ac_prev=sharedstatedir ;; - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ - | --sha=* | --sh=*) - sharedstatedir=$ac_optarg ;; - - -site | --site | --sit) - ac_prev=site ;; - -site=* | --site=* | --sit=*) - site=$ac_optarg ;; - - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - srcdir=$ac_optarg ;; - - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ - | --syscon | --sysco | --sysc | --sys | --sy) - ac_prev=sysconfdir ;; - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) - sysconfdir=$ac_optarg ;; - - -target | --target | --targe | --targ | --tar | --ta | --t) - ac_prev=target_alias ;; - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) - target_alias=$ac_optarg ;; - - -v | -verbose | --verbose | --verbos | --verbo | --verb) - verbose=yes ;; - - -version | --version | --versio | --versi | --vers | -V) - ac_init_version=: ;; - - -with-* | --with-*) - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=\$ac_optarg ;; - - -without-* | --without-*) - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } - ac_useropt_orig=$ac_useropt - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` - case $ac_user_opts in - *" -"with_$ac_useropt" -"*) ;; - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" - ac_unrecognized_sep=', ';; - esac - eval with_$ac_useropt=no ;; - - --x) - # Obsolete; use --with-x. - with_x=yes ;; - - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ - | --x-incl | --x-inc | --x-in | --x-i) - ac_prev=x_includes ;; - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) - x_includes=$ac_optarg ;; - - -x-libraries | --x-libraries | --x-librarie | --x-librari \ - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) - ac_prev=x_libraries ;; - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - - -*) { $as_echo "$as_me: error: unrecognized option: $ac_option -Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } - ;; - - *=*) - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } - eval $ac_envvar=\$ac_optarg - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} - ;; - - esac -done - -if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { $as_echo "$as_me: error: missing argument to $ac_option" >&2 - { (exit 1); exit 1; }; } -fi - -if test -n "$ac_unrecognized_opts"; then - case $enable_option_checking in - no) ;; - fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 - { (exit 1); exit 1; }; } ;; - *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; - esac -fi - -# Check all directory arguments for consistency. -for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ - datadir sysconfdir sharedstatedir localstatedir includedir \ - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir -do - eval ac_val=\$$ac_var - # Remove trailing slashes. - case $ac_val in - */ ) - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` - eval $ac_var=\$ac_val;; - esac - # Be sure to have absolute directory names. - case $ac_val in - [\\/$]* | ?:[\\/]* ) continue;; - NONE | '' ) case $ac_var in *prefix ) continue;; esac;; - esac - { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; } -done - -# There might be people who depend on the old broken behavior: `$host' -# used to hold the argument of --host etc. -# FIXME: To remove some day. -build=$build_alias -host=$host_alias -target=$target_alias - -# FIXME: To remove some day. -if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe - $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes - fi -fi - -ac_tool_prefix= -test -n "$host_alias" && ac_tool_prefix=$host_alias- - -test "$silent" = yes && exec 6>/dev/null - - -ac_pwd=`pwd` && test -n "$ac_pwd" && -ac_ls_di=`ls -di .` && -ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { $as_echo "$as_me: error: working directory cannot be determined" >&2 - { (exit 1); exit 1; }; } -test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 - { (exit 1); exit 1; }; } - - -# Find the source files, if location was not specified. -if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$as_myself" || -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_myself" : 'X\(//\)[^/]' \| \ - X"$as_myself" : 'X\(//\)$' \| \ - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$as_myself" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` - srcdir=$ac_confdir - if test ! -r "$srcdir/$ac_unique_file"; then - srcdir=.. - fi -else - ac_srcdir_defaulted=no -fi -if test ! -r "$srcdir/$ac_unique_file"; then - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 - { (exit 1); exit 1; }; } -fi -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" -ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 - { (exit 1); exit 1; }; } - pwd)` -# When building in place, set srcdir=. -if test "$ac_abs_confdir" = "$ac_pwd"; then - srcdir=. -fi -# Remove unnecessary trailing slashes from srcdir. -# Double slashes in file names in object file debugging info -# mess up M-x gdb in Emacs. -case $srcdir in -*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; -esac -for ac_var in $ac_precious_vars; do - eval ac_env_${ac_var}_set=\${${ac_var}+set} - eval ac_env_${ac_var}_value=\$${ac_var} - eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} - eval ac_cv_env_${ac_var}_value=\$${ac_var} -done - -# -# Report the --help message. -# -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 dmake 4.12 to adapt to many kinds of systems. - -Usage: $0 [OPTION]... [VAR=VALUE]... - -To assign environment variables (e.g., CC, CFLAGS...), specify them as -VAR=VALUE. See below for descriptions of some of the useful variables. - -Defaults for the options are specified in brackets. - -Configuration: - -h, --help display this help and exit - --help=short display options specific to this package - --help=recursive display the short help of all the included packages - -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking...' messages - --cache-file=FILE cache test results in FILE [disabled] - -C, --config-cache alias for \`--cache-file=config.cache' - -n, --no-create do not create output files - --srcdir=DIR find the sources in DIR [configure dir or \`..'] - -Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] - -By default, \`make install' will install all the files in -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -an installation prefix other than \`$ac_default_prefix' using \`--prefix', -for instance \`--prefix=\$HOME'. - -For better control, use the options below. - -Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/dmake] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] -_ACEOF - - cat <<\_ACEOF - -Program names: - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names - -System types: - --build=BUILD configure for building on BUILD [guessed] -_ACEOF -fi - -if test -n "$ac_init_help"; then - case $ac_init_help in - short | recursive ) echo "Configuration of dmake 4.12:";; - esac - cat <<\_ACEOF - -Optional Features: - --disable-option-checking ignore unrecognized --enable/--with options - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors - --enable-dbug: Enable build with dbug macros. - - --enable-spawn: Enables the use of spawn instead of fork/exec - if it is supported. - - -Some influential environment variables: - CC C compiler command - CFLAGS C compiler flags - LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a - nonstandard directory <lib dir> - LIBS libraries to pass to the linker, e.g. -l<library> - CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if - you have headers in a nonstandard directory <include dir> - CPP C preprocessor - -Use these variables to override the choices made by `configure' or to help -it to find libraries and programs with nonstandard names/locations. - -_ACEOF -ac_status=$? -fi - -if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || - continue - ac_builddir=. - -case "$ac_dir" in -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; -*) - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; - esac ;; -esac -ac_abs_top_builddir=$ac_pwd -ac_abs_builddir=$ac_pwd$ac_dir_suffix -# for backward compatibility: -ac_top_builddir=$ac_top_build_prefix - -case $srcdir in - .) # We are building in place. - ac_srcdir=. - ac_top_srcdir=$ac_top_builddir_sub - ac_abs_top_srcdir=$ac_pwd ;; - [\\/]* | ?:[\\/]* ) # Absolute name. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir - ac_abs_top_srcdir=$srcdir ;; - *) # Relative name. - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_build_prefix$srcdir - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; -esac -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix - - cd "$ac_dir" || { ac_status=$?; continue; } - # Check for guested configure. - if test -f "$ac_srcdir/configure.gnu"; then - echo && - $SHELL "$ac_srcdir/configure.gnu" --help=recursive - elif test -f "$ac_srcdir/configure"; then - echo && - $SHELL "$ac_srcdir/configure" --help=recursive - else - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi || ac_status=$? - cd "$ac_pwd" || { ac_status=$?; break; } - done -fi - -test -n "$ac_init_help" && exit $ac_status -if $ac_init_version; then - cat <<\_ACEOF -dmake configure 4.12 -generated by GNU Autoconf 2.63 - -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -This configure script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it. -_ACEOF - exit -fi -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 dmake $as_me 4.12, which was -generated by GNU Autoconf 2.63. Invocation command line was - - $ $0 $@ - -_ACEOF -exec 5>>config.log -{ -cat <<_ASUNAME -## --------- ## -## Platform. ## -## --------- ## - -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` - -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` - -_ASUNAME - -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - $as_echo "PATH: $as_dir" -done -IFS=$as_save_IFS - -} >&5 - -cat >&5 <<_ACEOF - - -## ----------- ## -## Core tests. ## -## ----------- ## - -_ACEOF - - -# Keep a trace of the command line. -# Strip out --no-create and --no-recursion so they do not pile up. -# Strip out --silent because we don't want to record it for future runs. -# Also quote any args containing shell meta-characters. -# Make two passes to allow for proper duplicate-argument suppression. -ac_configure_args= -ac_configure_args0= -ac_configure_args1= -ac_must_keep_next=false -for ac_pass in 1 2 -do - for ac_arg - do - case $ac_arg in - -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - continue ;; - *\'*) - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; - 2) - ac_configure_args1="$ac_configure_args1 '$ac_arg'" - if test $ac_must_keep_next = true; then - ac_must_keep_next=false # Got value, back to normal. - else - case $ac_arg in - *=* | --config-cache | -C | -disable-* | --disable-* \ - | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ - | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ - | -with-* | --with-* | -without-* | --without-* | --x) - case "$ac_configure_args0 " in - "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; - esac - ;; - -* ) ac_must_keep_next=true ;; - esac - fi - ac_configure_args="$ac_configure_args '$ac_arg'" - ;; - esac - done -done -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } - -# When interrupted or exit'd, cleanup temporary files, and complete -# config.log. We remove comments because anyway the quotes in there -# would cause problems or look ugly. -# WARNING: Use '\'' to represent an apostrophe within the trap. -# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. -trap 'exit_status=$? - # Save into config.log some information that might help in debugging. - { - echo - - cat <<\_ASBOX -## ---------------- ## -## Cache variables. ## -## ---------------- ## -_ASBOX - echo - # The following way of writing the cache mishandles newlines in values, -( - for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do - eval ac_val=\$$ac_var - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( - *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) $as_unset $ac_var ;; - esac ;; - esac - done - (set) 2>&1 | - case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( - *${as_nl}ac_space=\ *) - sed -n \ - "s/'\''/'\''\\\\'\'''\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" - ;; #( - *) - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" - ;; - esac | - sort -) - echo - - cat <<\_ASBOX -## ----------------- ## -## Output variables. ## -## ----------------- ## -_ASBOX - echo - for ac_var in $ac_subst_vars - do - eval ac_val=\$$ac_var - case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac - $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - - if test -n "$ac_subst_files"; then - cat <<\_ASBOX -## ------------------- ## -## File substitutions. ## -## ------------------- ## -_ASBOX - echo - for ac_var in $ac_subst_files - do - eval ac_val=\$$ac_var - case $ac_val in - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac - $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - fi - - if test -s confdefs.h; then - cat <<\_ASBOX -## ----------- ## -## confdefs.h. ## -## ----------- ## -_ASBOX - echo - cat confdefs.h - echo - fi - test "$ac_signal" != 0 && - $as_echo "$as_me: caught signal $ac_signal" - $as_echo "$as_me: exit $exit_status" - } >&5 - rm -f core *.core core.conftest.* && - rm -f -r conftest* confdefs* conf$$* $ac_clean_files && - exit $exit_status -' 0 -for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal -done -ac_signal=0 - -# confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -f -r conftest* confdefs.h - -# Predefined preprocessor variables. - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_NAME "$PACKAGE_NAME" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_TARNAME "$PACKAGE_TARNAME" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_VERSION "$PACKAGE_VERSION" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_STRING "$PACKAGE_STRING" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" -_ACEOF - - -# Let the site file select an alternate cache file if it wants to. -# Prefer an explicitly selected file to automatically selected ones. -ac_site_file1=NONE -ac_site_file2=NONE -if test -n "$CONFIG_SITE"; then - ac_site_file1=$CONFIG_SITE -elif test "x$prefix" != xNONE; then - ac_site_file1=$prefix/share/config.site - ac_site_file2=$prefix/etc/config.site -else - ac_site_file1=$ac_default_prefix/share/config.site - ac_site_file2=$ac_default_prefix/etc/config.site -fi -for ac_site_file in "$ac_site_file1" "$ac_site_file2" -do - test "x$ac_site_file" = xNONE && continue - if test -r "$ac_site_file"; then - { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -$as_echo "$as_me: loading site script $ac_site_file" >&6;} - sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" - fi -done - -if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then - { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 -$as_echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . "$cache_file";; - *) . "./$cache_file";; - esac - fi -else - { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 -$as_echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file -fi - -ac_header_list="$ac_header_list utime.h" -# Check that the precious variables saved in the cache have kept the same -# value. -ac_cache_corrupted=false -for ac_var in $ac_precious_vars; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val=\$ac_cv_env_${ac_var}_value - eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) - { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) - { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then - # differences in whitespace do not lead to failure. - ac_old_val_w=`echo x $ac_old_val` - ac_new_val_w=`echo x $ac_new_val` - if test "$ac_old_val_w" != "$ac_new_val_w"; then - { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - ac_cache_corrupted=: - else - { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} - eval $ac_var=\$ac_old_val - fi - { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} - { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} - fi;; - esac - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; - esac - fi -done -if $ac_cache_corrupted; then - { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} - { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } -fi - - - - - - - - - - - - - - - - - - - - - - - - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - -ac_aux_dir= -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do - if test -f "$ac_dir/install-sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f "$ac_dir/install.sh"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - elif test -f "$ac_dir/shtool"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/shtool install -c" - break - fi -done -if test -z "$ac_aux_dir"; then - { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} - { (exit 1); exit 1; }; } -fi - -# These three variables are undocumented and unsupported, -# and are intended to be withdrawn in a future Autoconf release. -# They can cause serious problems if a builder's source tree is in a directory -# whose full name contains unusual characters. -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. - - -# Make sure we can run config.sub. -$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} - { (exit 1); exit 1; }; } - -{ $as_echo "$as_me:$LINENO: checking build system type" >&5 -$as_echo_n "checking build system type... " >&6; } -if test "${ac_cv_build+set}" = set; then - $as_echo_n "(cached) " >&6 -else - ac_build_alias=$build_alias -test "x$ac_build_alias" = x && - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` -test "x$ac_build_alias" = x && - { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 -$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} - { (exit 1); exit 1; }; } -ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} - { (exit 1); exit 1; }; } - -fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -$as_echo "$ac_cv_build" >&6; } -case $ac_cv_build in -*-*-*) ;; -*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -$as_echo "$as_me: error: invalid value of canonical build" >&2;} - { (exit 1); exit 1; }; };; -esac -build=$ac_cv_build -ac_save_IFS=$IFS; IFS='-' -set x $ac_cv_build -shift -build_cpu=$1 -build_vendor=$2 -shift; shift -# Remember, the first character of IFS is used to create $*, -# except with old shells: -build_os=$* -IFS=$ac_save_IFS -case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac - - -BUILDINFO="$build" - - -am__api_version="1.9" -# Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AmigaOS /C/install, which installs bootblocks on floppy discs -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# OS/2's system install, which has a completely different semantic -# ./install, which can be erroneously created by make from ./install.sh. -# Reject install programs that cannot install multiple files. -{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -$as_echo_n "checking for a BSD-compatible install... " >&6; } -if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then - $as_echo_n "(cached) " >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in - ./ | .// | /cC/* | \ - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ - /usr/ucb/* ) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then - if test $ac_prog = install && - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - elif test $ac_prog = install && - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # program-specific install script used by HP pwplus--don't use. - : - else - rm -rf conftest.one conftest.two conftest.dir - echo one > conftest.one - echo two > conftest.two - mkdir conftest.dir - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && - test -s conftest.one && test -s conftest.two && - test -s conftest.dir/conftest.one && - test -s conftest.dir/conftest.two - then - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 - fi - fi - fi - done - done - ;; -esac - -done -IFS=$as_save_IFS - -rm -rf conftest.one conftest.two conftest.dir - -fi - if test "${ac_cv_path_install+set}" = set; then - INSTALL=$ac_cv_path_install - else - # As a last resort, use the slow shell script. Don't cache a - # value for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the value is a relative name. - INSTALL=$ac_install_sh - fi -fi -{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 -$as_echo "$INSTALL" >&6; } - -# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -# It thinks the first close brace ends the variable substitution. -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - -{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -$as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&5 -$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&2;} - { (exit 1); exit 1; }; } - fi - - test "$2" = conftest.file - ) -then - # Ok. - : -else - { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! -Check your system clock" >&5 -$as_echo "$as_me: error: newly created file is older than distributed files! -Check your system clock" >&2;} - { (exit 1); exit 1; }; } -fi -{ $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } -test "$program_prefix" != NONE && - program_transform_name="s&^&$program_prefix&;$program_transform_name" -# Use a double $ so make ignores it. -test "$program_suffix" != NONE && - program_transform_name="s&\$&$program_suffix&;$program_transform_name" -# Double any \ or $. -# By default was `s,x,x', remove it if useless. -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` - -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` - -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} -fi - -if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' -else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' - else - mkdir_p='$(install_sh) -d' - fi -fi - -for ac_prog in gawk mawk nawk awk -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AWK+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$AWK"; then - ac_cv_prog_AWK="$AWK" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AWK="$ac_prog" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -AWK=$ac_cv_prog_AWK -if test -n "$AWK"; then - { $as_echo "$as_me:$LINENO: result: $AWK" >&5 -$as_echo "$AWK" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$AWK" && break -done - -{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 -else - cat >conftest.make <<\_ACEOF -SHELL = /bin/sh -all: - @echo '@@@%%%=$(MAKE)=@@@%%%' -_ACEOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. -case `${MAKE-make} -f conftest.make 2>/dev/null` in - *@@@%%%=?*=@@@%%%*) - eval ac_cv_prog_make_${ac_make}_set=yes;; - *) - eval ac_cv_prog_make_${ac_make}_set=no;; -esac -rm -f conftest.make -fi -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } - SET_MAKE= -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" -fi - -rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null - -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} - { (exit 1); exit 1; }; } -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi - - -# Define the identity of the package. - PACKAGE='dmake' - VERSION='4.12' - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF - -# Some tools Automake needs. - -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} - - -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} - - -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} - - -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} - - -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} - -install_sh=${install_sh-"$am_aux_dir/install-sh"} - -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. -set dummy ${ac_tool_prefix}strip; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -STRIP=$ac_cv_prog_STRIP -if test -n "$STRIP"; then - { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 -$as_echo "$STRIP" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. -set dummy strip; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP -if test -n "$ac_ct_STRIP"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -$as_echo "$ac_ct_STRIP" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_STRIP" = x; then - STRIP=":" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - STRIP=$ac_ct_STRIP - fi -else - STRIP="$ac_cv_prog_STRIP" -fi - -fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" - -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' - - - - - - -{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } - # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then - enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval -else - USE_MAINTAINER_MODE=no -fi - - { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } - - -if test $USE_MAINTAINER_MODE = yes; then - MAINTAINER_MODE_TRUE= - MAINTAINER_MODE_FALSE='#' -else - MAINTAINER_MODE_TRUE='#' - MAINTAINER_MODE_FALSE= -fi - - MAINT=$MAINTAINER_MODE_TRUE - - -DEPDIR="${am__leading_dot}deps" - -ac_config_commands="$ac_config_commands depfiles" - - -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -fi - - -{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf - -# Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set; then - enableval=$enable_dependency_tracking; -fi - -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi - - -if test "x$enable_dependency_tracking" != xno; then - AMDEP_TRUE= - AMDEP_FALSE='#' -else - AMDEP_TRUE='#' - AMDEP_FALSE= -fi - - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - - fi -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl.exe - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 -$as_echo "$CC" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl.exe -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -$as_echo "$ac_ct_CC" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CC" && break -done - - if test "x$ac_ct_CC" = x; then - CC="" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CC=$ac_ct_CC - fi -fi - -fi - - -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH -See \`config.log' for more details." >&5 -$as_echo "$as_me: error: no acceptable C compiler found in \$PATH -See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; }; } - -# Provide some information about the compiler. -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -{ (ac_try="$ac_compiler --version >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (ac_try="$ac_compiler -v >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (ac_try="$ac_compiler -V >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" -# Try to create an executable without -o first, disregard a.out. -# It will help us diagnose broken compilers, and finding out an intuition -# of exeext. -{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -$as_echo_n "checking for C compiler default output file name... " >&6; } -ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` - -# The possible output files: -ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" - -ac_rmfiles= -for ac_file in $ac_files -do - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - * ) ac_rmfiles="$ac_rmfiles $ac_file";; - esac -done -rm -f $ac_rmfiles - -if { (ac_try="$ac_link_default" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_link_default") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' -# in a Makefile. We should not override ac_cv_exeext if it was cached, -# so that the user can short-circuit this test for compilers unknown to -# Autoconf. -for ac_file in $ac_files '' -do - test -f "$ac_file" || continue - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) - ;; - [ab].out ) - # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; - then :; else - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - fi - # We set ac_cv_exeext here because the later test for it is not - # safe: cross compilers may not add the suffix if given an `-o' - # argument, so we may need to know it at that point already. - # Even if this section looks crufty: it has the advantage of - # actually working. - break;; - * ) - break;; - esac -done -test "$ac_cv_exeext" = no && ac_cv_exeext= - -else - ac_file='' -fi - -{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 -$as_echo "$ac_file" >&6; } -if test -z "$ac_file"; then - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables -See \`config.log' for more details." >&5 -$as_echo "$as_me: error: C compiler cannot create executables -See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; }; } -fi - -ac_exeext=$ac_cv_exeext - -# Check that the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -$as_echo_n "checking whether the C compiler works... " >&6; } -# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 -# If not cross compiling, check that we can run a simple program. -if test "$cross_compiling" != yes; then - if { ac_try='./$ac_file' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'. -See \`config.log' for more details." >&5 -$as_echo "$as_me: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'. -See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; }; } - fi - fi -fi -{ $as_echo "$as_me:$LINENO: result: yes" >&5 -$as_echo "yes" >&6; } - -rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out -ac_clean_files=$ac_clean_files_save -# Check that the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -$as_echo_n "checking whether we are cross compiling... " >&6; } -{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 -$as_echo "$cross_compiling" >&6; } - -{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 -$as_echo_n "checking for suffix of executables... " >&6; } -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # If both `conftest.exe' and `conftest' are `present' (well, observable) -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -# work properly (i.e., refer to `conftest.exe'), while it won't with -# `rm'. -for ac_file in conftest.exe conftest conftest.*; do - test -f "$ac_file" || continue - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - break;; - * ) break;; - esac -done -else - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details." >&5 -$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; }; } -fi - -rm -f conftest$ac_cv_exeext -{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -$as_echo "$ac_cv_exeext" >&6; } - -rm -f conftest.$ac_ext -EXEEXT=$ac_cv_exeext -ac_exeext=$EXEEXT -{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 -$as_echo_n "checking for suffix of object files... " >&6; } -if test "${ac_cv_objext+set}" = set; then - $as_echo_n "(cached) " >&6 -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.o conftest.obj -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - for ac_file in conftest.o conftest.obj conftest.*; do - test -f "$ac_file" || continue; - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac -done -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile -See \`config.log' for more details." >&5 -$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile -See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; }; } -fi - -rm -f conftest.$ac_cv_objext conftest.$ac_ext -fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -$as_echo "$ac_cv_objext" >&6; } -OBJEXT=$ac_cv_objext -ac_objext=$OBJEXT -{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } -if test "${ac_cv_c_compiler_gnu+set}" = set; then - $as_echo_n "(cached) " >&6 -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -$as_echo "$ac_cv_c_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GCC=yes -else - GCC= -fi -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -$as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" = set; then - $as_echo_n "(cached) " >&6 -else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes - ac_cv_prog_cc_g=no - CFLAGS="-g" - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - CFLAGS="" - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - : -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_c_werror_flag=$ac_save_c_werror_flag - CFLAGS="-g" - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_g=yes -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag -fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -$as_echo "$ac_cv_prog_cc_g" >&6; } -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" = set; then - $as_echo_n "(cached) " >&6 -else - ac_cv_prog_cc_c89=no -ac_save_CC=$CC -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -#include <stdarg.h> -#include <stdio.h> -#include <sys/types.h> -#include <sys/stat.h> -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} - -/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has - function prototypes and stuff, but not '\xHH' hex character constants. - These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std is added to get - proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an - array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std. */ -int osf4_cc_array ['\x00' == 0 ? 1 : -1]; - -/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters - inside strings and character constants. */ -#define FOO(x) 'x' -int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; - -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ - -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cc_c89=$ac_arg -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - -fi - -rm -f core conftest.err conftest.$ac_objext - test "x$ac_cv_prog_cc_c89" != "xno" && break -done -rm -f conftest.$ac_ext -CC=$ac_save_CC - -fi -# AC_CACHE_VAL -case "x$ac_cv_prog_cc_c89" in - x) - { $as_echo "$as_me:$LINENO: result: none needed" >&5 -$as_echo "none needed" >&6; } ;; - xno) - { $as_echo "$as_me:$LINENO: result: unsupported" >&5 -$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" - { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; -esac - - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -depcc="$CC" am_compiler_list= - -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CC_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - case $depmode in - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - none) break ;; - esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CC_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CC_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } -CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - - -if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then - am__fastdepCC_TRUE= - am__fastdepCC_FALSE='#' -else - am__fastdepCC_TRUE='#' - am__fastdepCC_FALSE= -fi - - -if test "x$CC" != xcc; then - { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } -else - { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; } -fi -set dummy $CC; ac_cc=`$as_echo "$2" | - sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then - $as_echo_n "(cached) " >&6 -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -# Make sure it works both with $CC and with simple cc. -# We do the test twice because some compilers refuse to overwrite an -# existing .o file with -o, though they will create one. -ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -rm -f conftest2.* -if { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - test -f conftest2.$ac_objext && { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -$as_echo "$ac_try_echo") |