summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/rules.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-30 16:17:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-30 17:50:35 +0200
commit7fc0aaba4b7383973bbc2e80addea11658d48fbf (patch)
treefbd7672043e37d1e861fbea66358a1f93cec7ea4 /source4/lib/ldb/rules.mk
parentfe6d404ea506e492c0a29715ed1e88ebe044e875 (diff)
downloadsamba-7fc0aaba4b7383973bbc2e80addea11658d48fbf.tar.gz
samba-7fc0aaba4b7383973bbc2e80addea11658d48fbf.tar.bz2
samba-7fc0aaba4b7383973bbc2e80addea11658d48fbf.zip
ldb: Drop autoconf-based build system.
Diffstat (limited to 'source4/lib/ldb/rules.mk')
-rw-r--r--source4/lib/ldb/rules.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/source4/lib/ldb/rules.mk b/source4/lib/ldb/rules.mk
deleted file mode 100644
index 0598f8039b..0000000000
--- a/source4/lib/ldb/rules.mk
+++ /dev/null
@@ -1,26 +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 ' SHLD_FLAGS = $(SHLD_FLAGS)'
- @echo ' LIBS = $(LIBS)'
-
-distclean::
- rm -f *~ */*~