X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fmmdf%2FMakefile.in;fp=mts%2Fmmdf%2FMakefile.in;h=0000000000000000000000000000000000000000;hb=b779fc0797de650993f5f8ec15c23ca9a7b3c9e2;hp=eb720d8a55b9a0e7c8568f2f26089d5e5886079e;hpb=51d3c1179979615d85205399a392fcc3ef1c4384;p=mmh diff --git a/mts/mmdf/Makefile.in b/mts/mmdf/Makefile.in deleted file mode 100644 index eb720d8..0000000 --- a/mts/mmdf/Makefile.in +++ /dev/null @@ -1,72 +0,0 @@ -# -# Makefile for mts/mmdf subdirectory -# -# $Id$ -# - -SHELL = /bin/sh - -srcdir = @srcdir@ -VPATH = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -bindir = @bindir@ -libdir = @libdir@ -etcdir = @sysconfdir@ - -LINT = @LINT@ -LINTFLAGS = @LINTFLAGS@ - -.SUFFIXES: - -# source files -SRC = hosts.c - -# auxiliary files -AUX = Makefile.in - -# all files in this directory included in the distribution -DIST = $(SRC) $(AUX) - -# ========= DEPENDENCIES FOR BUILDING ========== - -all: - -install: - -uninstall: - -# ========== DEPENDENCIES FOR CLEANUP ========== - -mostlyclean: - rm -f *~ - -clean: mostlyclean - -distclean: clean - rm -f Makefile - -realclean: distclean - -superclean: realclean - -# ========== DEPENDENCIES FOR LINT ================= - -lint: - $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) - -# ========== DEPENDENCIES FOR MAINTENANCE ========== - -subdir = mts/mmdf - -Makefile: Makefile.in ../../config.status - cd ../.. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status - -distdir = ../../`cat ../../distname`/$(subdir) -nmhdist: $(DIST) - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done -