summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-01-20 16:53:12 +0000
committerPatrick McHardy <kaber@trash.net>2008-01-20 16:53:12 +0000
commit2b62b62509dfccdb6ebbb17628aad95fb7681a89 (patch)
tree7a575267625b023afc6530b3c336615a940fa942 /libiptc
parentaef4c1e7275633e4650d16440faaf4cb7163ac0e (diff)
Remove obsolete file
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/libiptc/Makefile b/libiptc/Makefile
deleted file mode 100644
index 180de13c..00000000
--- 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