]> sourceware.org Git - automake.git/commitdiff
Initial revision
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 19 Sep 1994 14:13:43 +0000 (14:13 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 19 Sep 1994 14:13:43 +0000 (14:13 +0000)
lib/am/remake-hdr.am [new file with mode: 0644]
remake-hdr.am [new file with mode: 0644]
remake.am [new file with mode: 0644]

diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am
new file mode 100644 (file)
index 0000000..40b618a
--- /dev/null
@@ -0,0 +1,16 @@
+# For the justification of the following Makefile rules, see node
+# `Automatic Remaking' in GNU Autoconf documentation.
+Makefile: Makefile.in config.status
+       CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+config.status: configure
+       ./config.status --recheck
+configure: configure.in aclocal.m4
+       cd $(srcdir); autoconf
+
+${CONFIG_HEADER}: stamp-h
+stamp-h: ${CONFIG_HEADER}.in config.status
+       CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
+${CONFIG_HEADER}.in: stamp-h.in
+stamp-h.in: configure.in aclocal.m4 ac${CONFIG_HEADER}
+       cd $(srcdir); autoheader
+       date > $(srcdir)/stamp-h.in
diff --git a/remake-hdr.am b/remake-hdr.am
new file mode 100644 (file)
index 0000000..40b618a
--- /dev/null
@@ -0,0 +1,16 @@
+# For the justification of the following Makefile rules, see node
+# `Automatic Remaking' in GNU Autoconf documentation.
+Makefile: Makefile.in config.status
+       CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+config.status: configure
+       ./config.status --recheck
+configure: configure.in aclocal.m4
+       cd $(srcdir); autoconf
+
+${CONFIG_HEADER}: stamp-h
+stamp-h: ${CONFIG_HEADER}.in config.status
+       CONFIG_FILES= CONFIG_HEADERS=${CONFIG_HEADER} ./config.status
+${CONFIG_HEADER}.in: stamp-h.in
+stamp-h.in: configure.in aclocal.m4 ac${CONFIG_HEADER}
+       cd $(srcdir); autoheader
+       date > $(srcdir)/stamp-h.in
diff --git a/remake.am b/remake.am
new file mode 100644 (file)
index 0000000..0f051d9
--- /dev/null
+++ b/remake.am
@@ -0,0 +1,8 @@
+# For the justification of the following Makefile rules, see node
+# `Automatic Remaking' in GNU Autoconf documentation.
+Makefile: Makefile.in config.status
+       CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
+config.status: configure
+       ./config.status --recheck
+configure: configure.in aclocal.m4
+       cd $(srcdir); autoconf
This page took 0.02592 seconds and 5 git commands to generate.