mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-21 12:04:56 +02:00
8 lines
261 B
Makefile
8 lines
261 B
Makefile
# -*- Makefile -*-
|
|
|
|
obj-m += $(addprefix lib,$(patsubst %.c,%.so,$(notdir \
|
|
$(wildcard ${XA_SRCDIR}/ipset_*.c))))
|
|
|
|
libipset_%.oo: ${XA_SRCDIR}/ipset_%.c
|
|
${AM_V_CC}${CC} ${AM_DEPFLAGS} ${AM_CPPFLAGS} ${AM_CFLAGS} -DPIC -fPIC ${CPPFLAGS} ${CFLAGS} -o $@ -c $<;
|