X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=4977448fda95ca7acf5baf63a031f5b726fb7c35;hb=6a41a1c0107ad1e2a1baa403c04381c0b1dd8c8e;hp=3a6b61438ac3a426466eae0a0abf19b502117bc4;hpb=d1142fbffe720cd5f82691d7a00816ce72f4e2b2;p=mirror_spl-debian.git diff --git a/Makefile.am b/Makefile.am index 3a6b614..4977448 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,27 @@ -include $(top_srcdir)/config/rpm.am -include $(top_srcdir)/config/deb.am -include $(top_srcdir)/config/tgz.am -include $(top_srcdir)/config/arch.am -SUBDIRS = include +ACLOCAL_AMFLAGS = -I config + +include config/rpm.am +include config/deb.am +include config/tgz.am + +SUBDIRS = include rpm if CONFIG_USER -SUBDIRS += lib cmd scripts +SUBDIRS += lib cmd man scripts endif if CONFIG_KERNEL SUBDIRS += module + +extradir = @prefix@/src/spl-$(VERSION) +extra_HEADERS = spl.release.in spl_config.h.in + +kerneldir = @prefix@/src/spl-$(VERSION)/$(LINUX_VERSION) +nodist_kernel_HEADERS = spl.release spl_config.h module/$(LINUX_SYMBOLS) endif AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = autogen.sh spl.spec.in spl-modules.spec.in META DISCLAIMER +EXTRA_DIST = autogen.sh META DISCLAIMER copy-builtin EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am -EXTRA_DIST += dkms.postinst copy-builtin -noinst_HEADERS = spl_config.h spl.release distclean-local:: -$(RM) -R autom4te*.cache @@ -29,25 +35,20 @@ distclean-local:: -o -name '*.order' -o -name '*.markers' \) \ -type f -print | xargs $(RM) -if CONFIG_KERNEL -install-data-local: - release=$(SPL_META_VERSION)-$(SPL_META_RELEASE); \ - instdest=$(DESTDIR)/usr/src/spl-$$release/$(LINUX_VERSION); \ - for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ - $(INSTALL) -m 644 -D $$instfile $$instdest/$$instfile; \ - done -endif +dist-hook: + sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \ + $(distdir)/META ctags: - $(RM) $(top_srcdir)/tags + $(RM) tags find $(top_srcdir) -name .git -prune -o -name '*.[hc]' | xargs ctags etags: - $(RM) $(top_srcdir)/TAGS + $(RM) TAGS find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' | xargs etags -a tags: ctags etags pkg: @DEFAULT_PACKAGE@ -pkg-modules: @DEFAULT_PACKAGE@-modules +pkg-kmod: @DEFAULT_PACKAGE@-kmod pkg-utils: @DEFAULT_PACKAGE@-utils