From 0d0ef5c79805e6a7dc95f82c1cb67be09422b9ed Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 20 Jan 2008 13:14:00 +0000 Subject: Converts the iptables build infrastructure to autotools. - Can build both static and dynamic at the same time - iptables-static will be a multi-binary, semi-static (link against libc but w/o dynamic plugins) - Always build IPv6 modules - consider INSTALL Signed-off-by: Jan Engelhardt --- libipq/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 libipq/Makefile (limited to 'libipq/Makefile') diff --git a/libipq/Makefile b/libipq/Makefile deleted file mode 100644 index 64633f3..0000000 --- a/libipq/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -#! /usr/bin/make - -EXTRAS+=libipq/libipq.a -#CFLAGS+=-DDEBUG_LIBIPTQ - -DEVEL_MAN3+=libipq/ipq_create_handle.3 \ - libipq/ipq_destroy_handle.3 \ - libipq/ipq_errstr.3 \ - libipq/ipq_get_msgerr.3 \ - libipq/ipq_get_packet.3 \ - libipq/ipq_message_type.3 \ - libipq/ipq_perror.3 \ - libipq/ipq_read.3 \ - libipq/ipq_set_mode.3 \ - libipq/ipq_set_verdict.3 \ - libipq/libipq.3 - -DEVEL_LIBS+=libipq/libipq.a - -DEVEL_HEADERS+=include/libipq/libipq.h - -ifndef TOPLEVEL_INCLUDED -local: - cd .. && $(MAKE) $(SHARED_LIBS) $(EXTRAS) -else -libipq/libipq.a: libipq/libipq.a(libipq/libipq.o) -endif - -- cgit v1.2.3