From e6869a8f59d779ff4d5a0984c86d80db70784962 Mon Sep 17 00:00:00 2001 From: Marc Boucher Date: Mon, 20 Mar 2000 06:03:29 +0000 Subject: reorganized tree after kernel merge --- libiptc/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libiptc/Makefile (limited to 'libiptc/Makefile') 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 -- cgit v1.2.3