summaryrefslogtreecommitdiffstats
path: root/ldb/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ldb/rules.mk')
-rw-r--r--ldb/rules.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/ldb/rules.mk b/ldb/rules.mk
deleted file mode 100644
index 639271b76..000000000
--- a/ldb/rules.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-etags:
- etags `find $(srcdir) -name "*.[ch]"`
-
-ctags:
- ctags `find $(srcdir) -name "*.[ch]"`
-
-.SUFFIXES: .1 .1.xml .3 .3.xml .xml .html .c .o
-
-.c.o:
- @echo Compiling $*.c
- @mkdir -p `dirname $@`
- @$(CC) $(CFLAGS) $(PICFLAG) -c $< -o $@
-
-.c.po:
- @echo Compiling $*.c
- @mkdir -p `dirname $@`
- @$(CC) -fPIC $(CFLAGS) -c $< -o $@
-
-showflags::
- @echo 'ldb will be compiled with flags:'
- @echo ' CFLAGS = $(CFLAGS)'
- @echo ' LIBS = $(LIBS)'
-
-distclean::
- rm -f *~ */*~