From 91b97bc9f625d09431dc1c753209a037d7c42fbc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Jun 2014 12:37:19 +0000 Subject: Remove unmaintained components: lucid, fastindex, niu --- libs/fastindex/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libs/fastindex/Makefile (limited to 'libs/fastindex/Makefile') diff --git a/libs/fastindex/Makefile b/libs/fastindex/Makefile deleted file mode 100644 index ee1a40ea80..0000000000 --- a/libs/fastindex/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -include ../../build/module.mk -include ../../build/config.mk -include ../../build/gccconfig.mk - -%.o: %.c - $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< - -compile: src/fastindex.o - mkdir -p dist$(LUCI_LIBRARYDIR) - $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_LIBRARYDIR)/fastindex.so src/fastindex.o $(LUA_SHLIBS) - -clean: - rm -f src/*.o -- cgit v1.2.3