summaryrefslogtreecommitdiff
path: root/examples/pdb/mysql/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-05 16:48:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-05 16:48:23 +0000
commit42f569f06cfb2d3c7f951594fdb28f2c030764b8 (patch)
tree39927e6e025c4ff0dee71c34aeea10b786852fef /examples/pdb/mysql/Makefile.in
parent928d8422e196a69e0a1665af5919b936fd5fa7a1 (diff)
downloadsamba-42f569f06cfb2d3c7f951594fdb28f2c030764b8.tar.gz
samba-42f569f06cfb2d3c7f951594fdb28f2c030764b8.tar.bz2
samba-42f569f06cfb2d3c7f951594fdb28f2c030764b8.zip
Move pdb_mysql to source/passdb
(This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
Diffstat (limited to 'examples/pdb/mysql/Makefile.in')
-rw-r--r--examples/pdb/mysql/Makefile.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/pdb/mysql/Makefile.in b/examples/pdb/mysql/Makefile.in
deleted file mode 100644
index 3ebecad762..0000000000
--- a/examples/pdb/mysql/Makefile.in
+++ /dev/null
@@ -1,31 +0,0 @@
-PDB_OBJS = pdb_mysql.so
-PDB_LDFLAGS = -lmysqlclient
-MAKEFILE = Makefile.pdb
-
-CC = @CC@
-LIBTOOL = libtool
-CFLAGS = @CFLAGS@ $(PDB_CFLAGS)
-CPPFLAGS = @CPPFLAGS@ $(PDB_CPPFLAGS)
-LDFLAGS = @LDFLAGS@ $(PDB_LDFLAGS)
-LDSHFLAGS = -shared
-srcdir = @builddir@
-FLAGS = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I. $(CPPFLAGS) -I$(srcdir)
-
-# Default target
-
-default: $(PDB_OBJS)
-
-# Pattern rules
-
-%.so: %.lo
- $(LIBTOOL) $(CC) $(LDSHFLAGS) $(LDFLAGS) -o $@ $<
-
-%.lo: %.c
- $(LIBTOOL) $(CC) $(FLAGS) -c $<
-
-# Misc targets
-
-clean:
- rm -rf .libs
- rm -f core *~ *% *.bak \
- $(PDB_OBJS) $(PDB_OBJS:.so=.o) $(PDB_OBJS:.so=.lo)