]> granicus.if.org Git - mutt/commitdiff
Ups.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 3 Oct 1998 22:06:19 +0000 (22:06 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 3 Oct 1998 22:06:19 +0000 (22:06 +0000)
contrib/Makefile.in [new file with mode: 0644]

diff --git a/contrib/Makefile.in b/contrib/Makefile.in
new file mode 100644 (file)
index 0000000..bd7b95b
--- /dev/null
@@ -0,0 +1,36 @@
+SHELL=/bin/sh
+
+PACKAGE=@PACKAGE@
+VERSION=@VERSION@
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
+libdir=@libdir@
+mandir=@mandir@
+sharedir=@sharedir@
+srcdir=@srcdir@
+docdir=@docdir@
+top_srcdir=@top_srcdir@
+top_builddir=..
+VPATH=@srcdir@
+@SET_MAKE@
+
+subdir=contrib
+
+DISTFILES=Mush.rc Pine.rc Makefile.in language.txt language50.txt \
+       patch.slang-1.2.2.keypad.1 sample.muttrc  sample.mailcap
+
+install all clean distclean maintainer-clean:
+
+Makefile: ../config.status Makefile.in
+       cd .. \
+         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+                         
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
+dist distdir: Makefile $(DISTFILES)
+       for file in $(DISTFILES) ; do                           \
+               ln $(srcdir)/$$file $(distdir) 2> /dev/null     \
+                       || cp -p $(srcdir)/$$file $(distdir);   \
+       done
+