This commit was manufactured by cvs2svn to create branch 'unlabeled-1.6.2'.
[mdsms.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index 31b3a78..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id$
-
-AUTOMAKE_OPTIONS = dist-tarZ
-
-EXTRA_DIST = autogen.sh mdsms.1.in ChangeLog
-
-CLEANFILES = ChangeLog
-
-bin_PROGRAMS = mdsms
-man_MANS = mdsms.1
-noinst_PROGRAMS = manfmt mdsms.1
-noinst_HEADERS = setup.h getopt.h
-
-manfmt_SOURCES = manfmt.c
-
-mdsms_SOURCES = mdsms.c
-mdsms_LDADD = @LIBOBJS@
-
-mdsms.1.o: mdsms.1.c mdsms.1.in config.h setup.h
-       $(CPP) > mdsms.1.o mdsms.1.c
-
-mdsms.1: manfmt mdsms.1.o
-       ./manfmt > mdsms.1 < mdsms.1.o
-
-.PHONY: ChangeLog
-
-ChangeLog:
-       rcs2log -u "short       Jan Kratochvil  short@ucw.cz" >ChangeLog