summaryrefslogtreecommitdiffstats
path: root/libiptc/Makefile
diff options
context:
space:
mode:
authorMarc Boucher <marc@mbsi.ca>2000-03-20 06:03:29 +0000
committerMarc Boucher <marc@mbsi.ca>2000-03-20 06:03:29 +0000
commite6869a8f59d779ff4d5a0984c86d80db70784962 (patch)
treecbaf2a4e3f8249de3967b959a214c27ff5fdee2a /libiptc/Makefile
reorganized tree after kernel merge
Diffstat (limited to 'libiptc/Makefile')
-rw-r--r--libiptc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libiptc/Makefile b/libiptc/Makefile
new file mode 100644
index 00000000..e1bc7bed
--- /dev/null
+++ b/libiptc/Makefile
@@ -0,0 +1,16 @@
+#! /usr/bin/make
+
+EXTRAS+=libiptc/libiptc.a
+
+ifndef TOPLEVEL_INCLUDED
+local:
+ cd .. && $(MAKE) $(KERN_TARGETS) $(SHARED_LIBS) $(EXTRAS)
+
+else
+EXTRA_DEPENDS+=libiptc/libiptc.d
+
+libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libiptc.o)
+
+libiptc/libiptc.d: %.d: %.c
+ @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d $*.a:@' > $@
+endif