From a209cb634b4f246308dc051ec11c7ad5caf22883 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 20 Jan 2008 16:53:12 +0000 Subject: Remove obsolete file --- libiptc/Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libiptc/Makefile (limited to 'libiptc/Makefile') diff --git a/libiptc/Makefile b/libiptc/Makefile deleted file mode 100644 index 180de13..0000000 --- a/libiptc/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -#! /usr/bin/make - -EXTRAS+=libiptc/libiptc.a - -# libiptc is not a public interface and therefore not installed -# DEVEL_LIBS+=libiptc/libiptc.a - -ifndef TOPLEVEL_INCLUDED -local: - cd .. && $(MAKE) $(KERN_TARGETS) $(SHARED_LIBS) $(EXTRAS) - -else -EXTRA_DEPENDS+=libiptc/libip4tc.d - -libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip4tc.o) - -ifeq ($(DO_IPV6), 1) -EXTRA_DEPENDS+= libiptc/libip6tc.d -libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip6tc.o) -endif - -libiptc/libip4tc.d libiptc/libip6tc.d: %.d: %.c - @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d libiptc/libiptc.a($*.o):@' > $@ -endif -- cgit v1.2.3