diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:11:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:11:57 +0000 |
commit | 8a7e9c8d2adeb3026838f59094fdd402b48c4098 (patch) | |
tree | fdcf9ba1ba110b63b0bbf1f51641ed1338de6f23 /dmake/startup | |
parent | 10951836c2bcc2a9c21f1eeac337f6d5d0d3546f (diff) |
INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED
2005/09/26 00:33:14 vq 1.9.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them
in a configure type build. Also regenerate autotool files.
2005/09/20 00:50:41 vq 1.9.2.5: #i49461# Add testcase and regenerate configure and other autotools files.
2005/09/02 00:25:36 vq 1.9.2.4: #i52238# Regenerate configure and other autotools files.
2005/06/04 18:07:39 vq 1.9.2.3: #i39248# Add another testcase.
2005/04/22 01:27:19 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files.
2005/04/16 23:05:16 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.
Diffstat (limited to 'dmake/startup')
-rw-r--r-- | dmake/startup/unix/Makefile.in | 41 |
1 files changed, 30 insertions, 11 deletions
diff --git a/dmake/startup/unix/Makefile.in b/dmake/startup/unix/Makefile.in index 7920ce7e98ea..529eab8e3583 100644 --- a/dmake/startup/unix/Makefile.in +++ b/dmake/startup/unix/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.1 from Makefile.am. +# 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 Free Software Foundation, Inc. +# 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. @@ -34,6 +34,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +LIBOBJDIR = subdir = startup/unix DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -63,7 +65,6 @@ startupDATA_INSTALL = $(INSTALL_DATA) DATA = $(startup_DATA) ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ @@ -79,8 +80,11 @@ 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@ @@ -127,7 +131,11 @@ 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@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ @@ -148,8 +156,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ startupdir = $(datadir)/startup/unix startup_DATA = macros.mk recipes.mk - -#SUBDIRS = 386ix bsd43 coherent linux macosx solaris sysvr1 sysvr3 sysvr4 xenix +DIST_SUBDIRS = cygwin linux macosx solaris sysvr4 SUBDIRS = @OS_VERSION@ all: all-recursive @@ -163,9 +170,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu startup/unix/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign startup/unix/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu startup/unix/Makefile + $(AUTOMAKE) --foreign startup/unix/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -209,7 +216,13 @@ uninstall-startupDATA: # (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): - @set fnord $$MAKEFLAGS; amf=$$2; \ + @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 \ @@ -221,7 +234,7 @@ $(RECURSIVE_TARGETS): local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ @@ -229,7 +242,13 @@ $(RECURSIVE_TARGETS): mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: - @set fnord $$MAKEFLAGS; amf=$$2; \ + @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)' ;; \ @@ -250,7 +269,7 @@ maintainer-clean-recursive: local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ |