summaryrefslogtreecommitdiffstats
path: root/ulogd/sqlite3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/sqlite3/Makefile.in')
-rw-r--r--ulogd/sqlite3/Makefile.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/ulogd/sqlite3/Makefile.in b/ulogd/sqlite3/Makefile.in
deleted file mode 100644
index 5c0e1f1..0000000
--- a/ulogd/sqlite3/Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Normally You should not need to change anything below
-#
-include @top_srcdir@/Rules.make
-
-CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include
-SH_CFLAGS:=$(CFLAGS) -fPIC
-
-SHARED_LIBS=ulogd_SQLITE3.so
-
-all: $(SHARED_LIBS)
-
-distrib:
-
-$(SHARED_LIBS): %.so: %_sh.o
- $(LD) -shared $(SQLITE3_LDFLAGS) -o $@ $< -lc
-
-%_sh.o: %.c
- $(CC) $(SQLITE3_CFLAGS) $(SH_CFLAGS) -o $@ -c $<
-
-clean:
- $(RM) $(SHARED_LIBS) *.o
-
-distclean:
- $(RM) Makefile
-
-install: all
- $(INSTALL) -m 755 -d $(DESTDIR)$(ULOGD_LIB_PATH)
- $(INSTALL) -m 755 *.so $(DESTDIR)$(ULOGD_LIB_PATH)