This commit was manufactured by cvs2svn to create branch
[mdsms.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index 3fa544b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id$
-#
-# $Log$
-# Revision 1.1.1.1  1999/05/26 13:06:26  short
-# First alpha release.
-#
-
-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 >ChangeLog