diff options
Diffstat (limited to 'ldb/rules.mk')
-rw-r--r-- | ldb/rules.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ldb/rules.mk b/ldb/rules.mk deleted file mode 100644 index 639271b7..00000000 --- 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 *~ */*~ |