Removed build system from master branch, will relocate to linux-zfs-branch
[zfs.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index 39f3fd0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-AUTOMAKE_OPTIONS = foreign dist-zip
-
-SUBDIRS = doc scripts $(BUILDDIR)
-CONFIG_CLEAN_FILES =  aclocal.m4 config.guess config.sub
-CONFIG_CLEAN_FILES += depcomp missing mkinstalldirs
-EXTRA_DIST = autogen.sh
-
-.PHONY: quilt
-quilt:   .quilt-$(BUILDDIR)
-autogen: .autogen-$(BUILDDIR)
-config:  .config-$(BUILDDIR)
-.quilt-$(BUILDDIR):
-       ./scripts/quilt.sh -p $(NAME) -b $(BUILDDIR) -s $(SERIESFILE) -d $(PATCHDIR)
-       echo $(BUILDDIR) >$@
-
-unquilt:
-       rm -rf $(BUILDDIR)
-       rm -f .quilt-$(BUILDDIR)
-
-clean-generic:
-
-distclean: unquilt
-
-rpms: dist Makefile
-       rpmbuild -ta $(distdir).tar.gz