summaryrefslogtreecommitdiff
path: root/examples/pdb/mysql/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-10 12:10:39 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-10 12:10:39 +0000
commit289fe8557cf3300be42b30d44c88426fb16c0c1a (patch)
treeab3bdecf4af4ef09d9799f61f16bea20fe9b8a58 /examples/pdb/mysql/Makefile.in
parentac05b03e5da0e33c68b275eb8fc495cc04b95525 (diff)
downloadsamba-289fe8557cf3300be42b30d44c88426fb16c0c1a.tar.gz
samba-289fe8557cf3300be42b30d44c88426fb16c0c1a.tar.bz2
samba-289fe8557cf3300be42b30d44c88426fb16c0c1a.zip
Sync with HEAD
(This used to be commit b6359c585a563f9694d8afacd43329dece6af500)
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)