]> git.ipfire.org Git - thirdparty/xtables-addons.git/blob - Makefile.extra
build: use `$(top_srcdir)` when including Makefile.extra
[thirdparty/xtables-addons.git] / Makefile.extra
1 # -*- Makefile -*-
2 # AUTOMAKE
3
4 export AM_CPPFLAGS
5 export AM_CFLAGS
6 XA_SRCDIR = ${srcdir}
7 XA_TOPSRCDIR = ${top_srcdir}
8 XA_ABSTOPSRCDIR = ${abs_top_srcdir}
9 export XA_SRCDIR
10 export XA_TOPSRCDIR
11 export XA_ABSTOPSRCDIR
12
13 _mcall = -f ${top_builddir}/Makefile.iptrules
14
15 all-local: user-all-local
16
17 install-exec-local: user-install-local
18
19 clean-local: user-clean-local
20
21 user-all-local:
22 ${MAKE} ${_mcall} all;
23
24 # Have no user-install-data-local ATM
25 user-install-local: user-install-exec-local
26
27 user-install-exec-local:
28 ${MAKE} ${_mcall} install;
29
30 user-clean-local:
31 ${MAKE} ${_mcall} clean;