mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2026-01-08 00:03:51 +01:00
Because we are likely to be having more userspace programs soon, and
reproducing manual makefiles is a bad idea, make extensions/ ready
for automake traversal. The build pattern now is:
1. toplevel Makefile.am starts off with extensions/Makefile.am
2. Makefile.am
a. builds programs in current directory
b. runs Kbuild
- only from extensions/Makefile.am
(so it does not get reinvoked from case 2cII)
- Kbuild recurses on its own
c. runs Mbuild
I. builds iptables shared libraries in current directory
II. runs Makefile.am in each subdir (goto step 2.)
31 lines
284 B
Plaintext
31 lines
284 B
Plaintext
*.la
|
|
*.lo
|
|
*.loT
|
|
*.o
|
|
.deps
|
|
.libs
|
|
Makefile
|
|
Makefile.in
|
|
GNUmakefile
|
|
|
|
/downloads
|
|
|
|
/Makefile.iptrules
|
|
/Makefile.mans
|
|
/.*.lst
|
|
/matches.man
|
|
/targets.man
|
|
|
|
/aclocal.m4
|
|
/autom4te*.cache
|
|
/compile
|
|
/config.*
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/missing
|
|
/stamp-h1
|
|
/xtables-addons.8
|