diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-10 12:10:39 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-10 12:10:39 +0000 |
commit | 289fe8557cf3300be42b30d44c88426fb16c0c1a (patch) | |
tree | ab3bdecf4af4ef09d9799f61f16bea20fe9b8a58 /examples/pdb/xml/Makefile.in | |
parent | ac05b03e5da0e33c68b275eb8fc495cc04b95525 (diff) | |
download | samba-289fe8557cf3300be42b30d44c88426fb16c0c1a.tar.gz samba-289fe8557cf3300be42b30d44c88426fb16c0c1a.tar.bz2 samba-289fe8557cf3300be42b30d44c88426fb16c0c1a.zip |
Sync with HEAD
(This used to be commit b6359c585a563f9694d8afacd43329dece6af500)
Diffstat (limited to 'examples/pdb/xml/Makefile.in')
-rw-r--r-- | examples/pdb/xml/Makefile.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/pdb/xml/Makefile.in b/examples/pdb/xml/Makefile.in deleted file mode 100644 index 252641da6d..0000000000 --- a/examples/pdb/xml/Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ -PDB_OBJS = pdb_xml.so -PDB_CFLAGS = `xml2-config --cflags` -PDB_LDFLAGS = `xml2-config --libs` - -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) |