]> git.ipfire.org Git - thirdparty/iptables.git/blame - Makefile.am
xtables-save: Unify *-save header/footer comments
[thirdparty/iptables.git] / Makefile.am
CommitLineData
f82070f9
JE
1# -*- Makefile -*-
2
0086b8bf 3ACLOCAL_AMFLAGS = -I m4
f82070f9 4AUTOMAKE_OPTIONS = foreign subdir-objects
fb6209a3 5
8816e91c 6SUBDIRS = libiptc libxtables
f567ac91
JE
7if ENABLE_DEVEL
8SUBDIRS += include
9endif
77f15384 10if ENABLE_LIBIPQ
f82070f9
JE
11SUBDIRS += libipq
12endif
db6d027b 13SUBDIRS += utils
8816e91c 14# Depends on libxtables:
f56b8a8b 15SUBDIRS += extensions
8816e91c
JE
16# Depends on extensions/libext.a:
17SUBDIRS += iptables
f82070f9 18
3397fb3b
AB
19if ENABLE_NFTABLES
20confdir = $(sysconfdir)
21dist_conf_DATA = etc/ethertypes
22endif
23
a31cdd88
JE
24.PHONY: tarball
25tarball:
e6610c8c 26 rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
9e812285 27 pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
e6610c8c 28 pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
ea6564d8 29 tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
e6610c8c 30 rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
ee38146c 31
2c2466b0 32config.status: extensions/GNUmakefile.in \
093cec72 33 include/xtables-version.h.in