From ae0c4d4fe02210912a4ee9c20d99565dec5c1876 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 20 Apr 2006 11:12:59 +0000 Subject: INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED 2005/09/26 00:33:15 vq 1.4.2.5: #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:44 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:38 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:21 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:18 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files. --- dmake/startup/unix/sysvr4/Makefile.in | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'dmake/startup') diff --git a/dmake/startup/unix/sysvr4/Makefile.in b/dmake/startup/unix/sysvr4/Makefile.in index 090b6d0a909b..cba7e9fe9dc1 100644 --- a/dmake/startup/unix/sysvr4/Makefile.in +++ b/dmake/startup/unix/sysvr4/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/sysvr4 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -70,8 +72,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@ @@ -118,7 +123,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@ @@ -151,9 +160,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu startup/unix/sysvr4/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign startup/unix/sysvr4/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu startup/unix/sysvr4/Makefile + $(AUTOMAKE) --foreign startup/unix/sysvr4/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ -- cgit