From 77454c07ba109a3ea6af0da86ba954b28b1fd02f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Feb 2009 16:43:57 -0500 Subject: Remove our copies of the samba libraries. Packages are already available in debian unstable and will soon land in Fedora. See BUILD.TXT for details. We still keep libreplace as we still use its configure macros, until we find time to extract only waht we need and have our own macros. --- ldb/rules.mk | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ldb/rules.mk (limited to 'ldb/rules.mk') 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 *~ */*~ -- cgit