X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.am;h=05107cb19e1c5c79d200f0bef29220fb6fce44ca;hb=4afca2390484cef7ec9f4b760175fc55d8174580;hp=89af931ae4fa7f732ef5aa6720473ab87d3b3c74;hpb=10946b0206deecf1f7f9df2f443079ddc53a7208;p=mirror_spl-debian.git diff --git a/Makefile.am b/Makefile.am index 89af931..05107cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ ACLOCAL_AMFLAGS = -I config -include $(top_srcdir)/config/rpm.am -include $(top_srcdir)/config/deb.am -include $(top_srcdir)/config/tgz.am +include config/rpm.am +include config/deb.am +include config/tgz.am SUBDIRS = include rpm if CONFIG_USER @@ -40,15 +40,16 @@ dist-hook: $(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-dkms: @DEFAULT_PACKAGE@-dkms pkg-kmod: @DEFAULT_PACKAGE@-kmod pkg-utils: @DEFAULT_PACKAGE@-utils