]> sourceware.org Git - automake.git/commitdiff
Initial revision
authorTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 08:41:44 +0000 (08:41 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 08:41:44 +0000 (08:41 +0000)
data.am [new file with mode: 0644]
lib/am/data.am [new file with mode: 0644]

diff --git a/data.am b/data.am
new file mode 100644 (file)
index 0000000..240a042
--- /dev/null
+++ b/data.am
@@ -0,0 +1,8 @@
+install:: install-@SHORT@data
+
+# We use a funny name because "install-data" has another meaning.
+install-@SHORT@data: $(@LONG@)
+       $(top_srcdir)/mkinstalldirs $(@DIR@)
+       for p in $(@LONG@); do                  \
+         $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@)/$$p; \
+       done
\ No newline at end of file
diff --git a/lib/am/data.am b/lib/am/data.am
new file mode 100644 (file)
index 0000000..240a042
--- /dev/null
@@ -0,0 +1,8 @@
+install:: install-@SHORT@data
+
+# We use a funny name because "install-data" has another meaning.
+install-@SHORT@data: $(@LONG@)
+       $(top_srcdir)/mkinstalldirs $(@DIR@)
+       for p in $(@LONG@); do                  \
+         $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@)/$$p; \
+       done
\ No newline at end of file
This page took 0.02927 seconds and 5 git commands to generate.