summaryrefslogtreecommitdiffstats
path: root/libipq/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 /libipq/Makefile
reorganized tree after kernel merge
Diffstat (limited to 'libipq/Makefile')
-rw-r--r--libipq/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libipq/Makefile b/libipq/Makefile
new file mode 100644
index 00000000..954e5e01
--- /dev/null
+++ b/libipq/Makefile
@@ -0,0 +1,11 @@
+#! /usr/bin/make
+
+EXTRAS+=libipq/libipq.a
+#CFLAGS+=-DDEBUG_LIBIPTQ
+
+ifndef TOPLEVEL_INCLUDED
+local:
+ cd .. && $(MAKE) $(SHARED_LIBS) $(EXTRAS)
+else
+libipq/libipq.a: libipq/libipq.a(libipq/libipq.o)
+endif