From 5c306289b8a78a060a12eba5cd86e0efc3533da0 Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 20 Mar 2000 06:03:29 +0000 Subject: reorganized tree after kernel merge --- libipq/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libipq/Makefile (limited to 'libipq/Makefile') diff --git a/libipq/Makefile b/libipq/Makefile new file mode 100644 index 0000000..954e5e0 --- /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 -- cgit v1.2.3