X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.am;h=05107cb19e1c5c79d200f0bef29220fb6fce44ca;hb=4afca2390484cef7ec9f4b760175fc55d8174580;hp=184c300cbf68867bf0d09a8a1a307546d62a0fe5;hpb=099dc9c2d275b4475f130f3d03bab88516101b36;p=mirror_spl-debian.git diff --git a/Makefile.am b/Makefile.am index 184c300..05107cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,27 @@ -include $(top_srcdir)/config/rpm.am -include ${top_srcdir}/config/deb.am -include ${top_srcdir}/config/tgz.am +ACLOCAL_AMFLAGS = -I config + +include config/rpm.am +include config/deb.am +include config/tgz.am + +SUBDIRS = include rpm if CONFIG_USER -USER_DIR = lib cmd scripts +SUBDIRS += lib cmd man scripts endif if CONFIG_KERNEL -KERNEL_DIR = module include +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 -SUBDIRS = $(USER_DIR) $(KERNEL_DIR) -AUTOMAKE_OPTIONS = foreign dist-zip -EXTRA_DIST = autogen.sh spl.spec.in spl-modules.spec.in META DISCLAIMER +AUTOMAKE_OPTIONS = foreign +EXTRA_DIST = autogen.sh META DISCLAIMER copy-builtin EXTRA_DIST += config/config.awk config/rpm.am config/deb.am config/tgz.am -noinst_HEADERS = spl_config.h distclean-local:: -$(RM) -R autom4te*.cache @@ -27,26 +35,21 @@ distclean-local:: -o -name '*.order' -o -name '*.markers' \) \ -type f -print | xargs $(RM) -if CONFIG_KERNEL -install-data-local: - destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \ - instdest=$(DESTDIR)/usr/src/$$destname; \ - echo "${SPL_META_VERSION}" >$$instdest/spl.release; \ - for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ - $(INSTALL) -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-dkms: @DEFAULT_PACKAGE@-dkms +pkg-kmod: @DEFAULT_PACKAGE@-kmod pkg-utils: @DEFAULT_PACKAGE@-utils