summaryrefslogtreecommitdiff
path: root/examples/pdb/mysql/Makefile.in
diff options
context:
space:
mode:
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 3ebecad7627..00000000000
--- 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)