]> sourceware.org Git - automake.git/commitdiff
Initial revision
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:52:33 +0000 (22:52 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:52:33 +0000 (22:52 +0000)
Makefile.am [new file with mode: 0644]
configure.in [new file with mode: 0644]
lib/am/Makefile.am [new file with mode: 0644]

diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..6d61cad
--- /dev/null
@@ -0,0 +1,11 @@
+SCRIPTS = automake
+
+am_DATA = clean-kr.am clean.am compile-kr.am compile-vars.am compile.am \
+dist-subd-top.am dist-subd-vars.am dist-subd.am dist-vars.am dist.am \
+footer.am header-vars.am header.am libprograms.am libraries-vars.am \
+libraries.am library.am mans-vars.am mans.am program.am programs.am \
+remake-hdr.am remake-subd.am remake.am subdirs.am texinfos-vars.am \
+texinfos.am
+
+DIST_OTHER = ChangeLog README TODO $(am_DATA) \
+automake.in configure.in configure
diff --git a/configure.in b/configure.in
new file mode 100644 (file)
index 0000000..3dac354
--- /dev/null
@@ -0,0 +1,11 @@
+dnl Process this file with autoconf to produce a configure script.
+AC_INIT(dist.am)
+
+PACKAGE=automake
+AC_SUBST(PACKAGE)
+VERSION=0.19
+AC_SUBST(VERSION)
+
+AC_ARG_PROGRAM
+
+AC_OUTPUT(Makefile automake)
diff --git a/lib/am/Makefile.am b/lib/am/Makefile.am
new file mode 100644 (file)
index 0000000..6d61cad
--- /dev/null
@@ -0,0 +1,11 @@
+SCRIPTS = automake
+
+am_DATA = clean-kr.am clean.am compile-kr.am compile-vars.am compile.am \
+dist-subd-top.am dist-subd-vars.am dist-subd.am dist-vars.am dist.am \
+footer.am header-vars.am header.am libprograms.am libraries-vars.am \
+libraries.am library.am mans-vars.am mans.am program.am programs.am \
+remake-hdr.am remake-subd.am remake.am subdirs.am texinfos-vars.am \
+texinfos.am
+
+DIST_OTHER = ChangeLog README TODO $(am_DATA) \
+automake.in configure.in configure
This page took 0.028236 seconds and 5 git commands to generate.