~ubuntu-branches/ubuntu/trusty/libupnp4/trusty

« back to all changes in this revision

Viewing changes to ixml/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Nick Leverton
  • Date: 2010-03-08 18:26:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308182614-y3j47t5ddhrza6be
Tags: 1.8.0~svn20090313-1
* ACK NMU (thanks to gregor herrmann and Stefan Potyra).
* Pull from svn, see upstream changes.gz for details
  (Closes: #492160, FTBFS on GNU/kFreeBSD, thanks to Petr Salinger).
* Update Sections and general Policy to 3.8.4
* Use debhelper 7 dh instead of dbs
* Generate and update symbols file
* Rename libs to libupnp4, libixml4 and libthreadutil4, to allow
  co-installing libupnp3 and libupnp4.
* New patch 04-string-access-functions.patch: add _strget_ accessors
  to API, to avoid remembering to call UpnpString_get_String in clients.
* New patch 05-const-tidyup.patch for a few constness fixes.
* Upstream patch 06-patch-statevar-query.patch for missing CRNL.
* New patch 07-neaten-debug.patch to improve debug readability
* New patch 08-renewals-sid.patch to fix autorenewals.
* New patch 09-update-doc.patch to generate up to date -doc package.
* New patch 10-upnpinit-ntoa.patch to replace inet_ntoa by inet_ntop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# $Id: Makefile.am,v 1.4 2006/03/27 21:27:31 r3mi Exp $
 
18
#
 
19
# "Makefile.am" for "libupnp/ixml"
 
20
#
 
21
# (C) Copyright 2005 R�mi Turboult <r3mi@users.sourceforge.net>
 
22
#
 
23
 
 
24
 
 
25
VPATH = @srcdir@
 
26
pkgdatadir = $(datadir)/@PACKAGE@
 
27
pkglibdir = $(libdir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
 
29
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
30
install_sh_DATA = $(install_sh) -c -m 644
 
31
install_sh_PROGRAM = $(install_sh) -c
 
32
install_sh_SCRIPT = $(install_sh) -c
 
33
INSTALL_HEADER = $(INSTALL_DATA)
 
34
transform = $(program_transform_name)
 
35
NORMAL_INSTALL = :
 
36
PRE_INSTALL = :
 
37
POST_INSTALL = :
 
38
NORMAL_UNINSTALL = :
 
39
PRE_UNINSTALL = :
 
40
POST_UNINSTALL = :
 
41
build_triplet = @build@
 
42
host_triplet = @host@
 
43
@ENABLE_DEBUG_TRUE@am__append_1 = -DDEBUG
 
44
@ENABLE_DEBUG_FALSE@am__append_2 = -DNDEBUG
 
45
check_PROGRAMS = test_document$(EXEEXT)
 
46
subdir = ixml
 
47
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
48
        $(upnpinclude_HEADERS)
 
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
50
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
 
51
        $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
 
52
        $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
 
53
        $(top_srcdir)/m4/rt_bool_arg_enable.m4 \
 
54
        $(top_srcdir)/configure.ac
 
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
56
        $(ACLOCAL_M4)
 
57
mkinstalldirs = $(install_sh) -d
 
58
CONFIG_HEADER = $(top_builddir)/autoconfig.h \
 
59
        $(top_builddir)/upnp/inc/upnpconfig.h
 
60
CONFIG_CLEAN_FILES =
 
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
62
am__vpath_adj = case $$p in \
 
63
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
64
    *) f=$$p;; \
 
65
  esac;
 
66
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
67
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(upnpincludedir)"
 
68
libLTLIBRARIES_INSTALL = $(INSTALL)
 
69
LTLIBRARIES = $(lib_LTLIBRARIES)
 
70
libixml_la_LIBADD =
 
71
am__dirstamp = $(am__leading_dot)dirstamp
 
72
am_libixml_la_OBJECTS = src/attr.lo src/document.lo src/element.lo \
 
73
        src/ixml.lo src/ixmldebug.lo src/ixmlparser.lo \
 
74
        src/ixmlmembuf.lo src/namedNodeMap.lo src/node.lo \
 
75
        src/nodeList.lo
 
76
libixml_la_OBJECTS = $(am_libixml_la_OBJECTS)
 
77
libixml_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
78
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
79
        $(libixml_la_LDFLAGS) $(LDFLAGS) -o $@
 
80
am_test_document_OBJECTS = test/test_document.$(OBJEXT)
 
81
test_document_OBJECTS = $(am_test_document_OBJECTS)
 
82
test_document_LDADD = $(LDADD)
 
83
test_document_DEPENDENCIES = libixml.la
 
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/upnp/inc
 
85
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
86
am__depfiles_maybe = depfiles
 
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
89
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
90
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
91
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
92
CCLD = $(CC)
 
93
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
94
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
95
        $(LDFLAGS) -o $@
 
96
SOURCES = $(libixml_la_SOURCES) $(test_document_SOURCES)
 
97
DIST_SOURCES = $(libixml_la_SOURCES) $(test_document_SOURCES)
 
98
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
99
        html-recursive info-recursive install-data-recursive \
 
100
        install-dvi-recursive install-exec-recursive \
 
101
        install-html-recursive install-info-recursive \
 
102
        install-pdf-recursive install-ps-recursive install-recursive \
 
103
        installcheck-recursive installdirs-recursive pdf-recursive \
 
104
        ps-recursive uninstall-recursive
 
105
upnpincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
106
HEADERS = $(upnpinclude_HEADERS)
 
107
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
108
  distclean-recursive maintainer-clean-recursive
 
109
ETAGS = etags
 
110
CTAGS = ctags
 
111
DIST_SUBDIRS = $(SUBDIRS)
 
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
113
ACLOCAL = @ACLOCAL@
 
114
AMTAR = @AMTAR@
 
115
AR = @AR@
 
116
AUTOCONF = @AUTOCONF@
 
117
AUTOHEADER = @AUTOHEADER@
 
118
AUTOMAKE = @AUTOMAKE@
 
119
AWK = @AWK@
 
120
CC = @CC@
 
121
CCDEPMODE = @CCDEPMODE@
 
122
CFLAGS = @CFLAGS@
 
123
CPP = @CPP@
 
124
CPPFLAGS = @CPPFLAGS@
 
125
CXX = @CXX@
 
126
CXXCPP = @CXXCPP@
 
127
CXXDEPMODE = @CXXDEPMODE@
 
128
CXXFLAGS = @CXXFLAGS@
 
129
CYGPATH_W = @CYGPATH_W@
 
130
DEFS = @DEFS@
 
131
DEPDIR = @DEPDIR@
 
132
DSYMUTIL = @DSYMUTIL@
 
133
ECHO = @ECHO@
 
134
ECHO_C = @ECHO_C@
 
135
ECHO_N = @ECHO_N@
 
136
ECHO_T = @ECHO_T@
 
137
EGREP = @EGREP@
 
138
EXEEXT = @EXEEXT@
 
139
F77 = @F77@
 
140
FFLAGS = @FFLAGS@
 
141
GREP = @GREP@
 
142
INSTALL = @INSTALL@
 
143
INSTALL_DATA = @INSTALL_DATA@
 
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
147
LDFLAGS = @LDFLAGS@
 
148
LIBOBJS = @LIBOBJS@
 
149
LIBS = @LIBS@
 
150
LIBTOOL = @LIBTOOL@
 
151
LN_S = @LN_S@
 
152
LTLIBOBJS = @LTLIBOBJS@
 
153
LT_VERSION_IXML = @LT_VERSION_IXML@
 
154
LT_VERSION_THREADUTIL = @LT_VERSION_THREADUTIL@
 
155
LT_VERSION_UPNP = @LT_VERSION_UPNP@
 
156
MAKEINFO = @MAKEINFO@
 
157
MKDIR_P = @MKDIR_P@
 
158
NMEDIT = @NMEDIT@
 
159
OBJEXT = @OBJEXT@
 
160
PACKAGE = @PACKAGE@
 
161
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
162
PACKAGE_NAME = @PACKAGE_NAME@
 
163
PACKAGE_STRING = @PACKAGE_STRING@
 
164
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
165
PACKAGE_VERSION = @PACKAGE_VERSION@
 
166
PATH_SEPARATOR = @PATH_SEPARATOR@
 
167
PTHREAD_CC = @PTHREAD_CC@
 
168
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
169
PTHREAD_LIBS = @PTHREAD_LIBS@
 
170
RANLIB = @RANLIB@
 
171
SED = @SED@
 
172
SET_MAKE = @SET_MAKE@
 
173
SHELL = @SHELL@
 
174
STRIP = @STRIP@
 
175
VERSION = @VERSION@
 
176
abs_builddir = @abs_builddir@
 
177
abs_srcdir = @abs_srcdir@
 
178
abs_top_builddir = @abs_top_builddir@
 
179
abs_top_srcdir = @abs_top_srcdir@
 
180
ac_ct_CC = @ac_ct_CC@
 
181
ac_ct_CXX = @ac_ct_CXX@
 
182
ac_ct_F77 = @ac_ct_F77@
 
183
acx_pthread_config = @acx_pthread_config@
 
184
am__include = @am__include@
 
185
am__leading_dot = @am__leading_dot@
 
186
am__quote = @am__quote@
 
187
am__tar = @am__tar@
 
188
am__untar = @am__untar@
 
189
bindir = @bindir@
 
190
build = @build@
 
191
build_alias = @build_alias@
 
192
build_cpu = @build_cpu@
 
193
build_os = @build_os@
 
194
build_vendor = @build_vendor@
 
195
builddir = @builddir@
 
196
datadir = @datadir@
 
197
datarootdir = @datarootdir@
 
198
docdir = @docdir@
 
199
dvidir = @dvidir@
 
200
exec_prefix = @exec_prefix@
 
201
host = @host@
 
202
host_alias = @host_alias@
 
203
host_cpu = @host_cpu@
 
204
host_os = @host_os@
 
205
host_vendor = @host_vendor@
 
206
htmldir = @htmldir@
 
207
includedir = @includedir@
 
208
infodir = @infodir@
 
209
install_sh = @install_sh@
 
210
libdir = @libdir@
 
211
libexecdir = @libexecdir@
 
212
localedir = @localedir@
 
213
localstatedir = @localstatedir@
 
214
mandir = @mandir@
 
215
mkdir_p = @mkdir_p@
 
216
oldincludedir = @oldincludedir@
 
217
pdfdir = @pdfdir@
 
218
prefix = @prefix@
 
219
program_transform_name = @program_transform_name@
 
220
psdir = @psdir@
 
221
sbindir = @sbindir@
 
222
sharedstatedir = @sharedstatedir@
 
223
srcdir = @srcdir@
 
224
sysconfdir = @sysconfdir@
 
225
target_alias = @target_alias@
 
226
top_builddir = @top_builddir@
 
227
top_srcdir = @top_srcdir@
 
228
SUBDIRS = doc
 
229
AM_CPPFLAGS = -I$(srcdir)/inc -I$(srcdir)/src/inc $(am__append_1) \
 
230
        $(am__append_2)
 
231
AM_CFLAGS = 
 
232
LDADD = libixml.la
 
233
lib_LTLIBRARIES = libixml.la
 
234
libixml_la_LDFLAGS = -version-info $(LT_VERSION_IXML) \
 
235
                          -export-symbols-regex '^ixml.*'
 
236
 
 
237
libixml_la_SOURCES = \
 
238
                        src/attr.c \
 
239
                        src/document.c \
 
240
                        src/element.c \
 
241
                        src/inc/ixmlmembuf.h \
 
242
                        src/inc/ixmlparser.h \
 
243
                        src/ixml.c \
 
244
                        src/ixmldebug.c \
 
245
                        src/ixmlparser.c \
 
246
                        src/ixmlmembuf.c \
 
247
                        src/namedNodeMap.c \
 
248
                        src/node.c \
 
249
                        src/nodeList.c
 
250
 
 
251
upnpincludedir = $(includedir)/upnp
 
252
upnpinclude_HEADERS = \
 
253
                        inc/ixml.h \
 
254
                        inc/ixmldebug.h
 
255
 
 
256
TESTS = test/test_document.sh
 
257
test_document_SOURCES = test/test_document.c
 
258
EXTRA_DIST = test/test_document.sh test/testdata
 
259
all: all-recursive
 
260
 
 
261
.SUFFIXES:
 
262
.SUFFIXES: .c .lo .o .obj
 
263
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
264
        @for dep in $?; do \
 
265
          case '$(am__configure_deps)' in \
 
266
            *$$dep*) \
 
267
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
268
                && exit 0; \
 
269
              exit 1;; \
 
270
          esac; \
 
271
        done; \
 
272
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ixml/Makefile'; \
 
273
        cd $(top_srcdir) && \
 
274
          $(AUTOMAKE) --foreign  ixml/Makefile
 
275
.PRECIOUS: Makefile
 
276
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
277
        @case '$?' in \
 
278
          *config.status*) \
 
279
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
280
          *) \
 
281
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
282
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
283
        esac;
 
284
 
 
285
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
 
 
288
$(top_srcdir)/configure:  $(am__configure_deps)
 
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
290
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
293
        @$(NORMAL_INSTALL)
 
294
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
295
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
296
          if test -f $$p; then \
 
297
            f=$(am__strip_dir) \
 
298
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
299
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
300
          else :; fi; \
 
301
        done
 
302
 
 
303
uninstall-libLTLIBRARIES:
 
304
        @$(NORMAL_UNINSTALL)
 
305
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
306
          p=$(am__strip_dir) \
 
307
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
308
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
309
        done
 
310
 
 
311
clean-libLTLIBRARIES:
 
312
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
313
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
314
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
315
          test "$$dir" != "$$p" || dir=.; \
 
316
          echo "rm -f \"$${dir}/so_locations\""; \
 
317
          rm -f "$${dir}/so_locations"; \
 
318
        done
 
319
src/$(am__dirstamp):
 
320
        @$(MKDIR_P) src
 
321
        @: > src/$(am__dirstamp)
 
322
src/$(DEPDIR)/$(am__dirstamp):
 
323
        @$(MKDIR_P) src/$(DEPDIR)
 
324
        @: > src/$(DEPDIR)/$(am__dirstamp)
 
325
src/attr.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
326
src/document.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
327
src/element.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
328
src/ixml.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
329
src/ixmldebug.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
330
src/ixmlparser.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
331
src/ixmlmembuf.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
332
src/namedNodeMap.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
333
src/node.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
334
src/nodeList.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
 
335
libixml.la: $(libixml_la_OBJECTS) $(libixml_la_DEPENDENCIES) 
 
336
        $(libixml_la_LINK) -rpath $(libdir) $(libixml_la_OBJECTS) $(libixml_la_LIBADD) $(LIBS)
 
337
 
 
338
clean-checkPROGRAMS:
 
339
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
340
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
341
          echo " rm -f $$p $$f"; \
 
342
          rm -f $$p $$f ; \
 
343
        done
 
344
test/$(am__dirstamp):
 
345
        @$(MKDIR_P) test
 
346
        @: > test/$(am__dirstamp)
 
347
test/$(DEPDIR)/$(am__dirstamp):
 
348
        @$(MKDIR_P) test/$(DEPDIR)
 
349
        @: > test/$(DEPDIR)/$(am__dirstamp)
 
350
test/test_document.$(OBJEXT): test/$(am__dirstamp) \
 
351
        test/$(DEPDIR)/$(am__dirstamp)
 
352
test_document$(EXEEXT): $(test_document_OBJECTS) $(test_document_DEPENDENCIES) 
 
353
        @rm -f test_document$(EXEEXT)
 
354
        $(LINK) $(test_document_OBJECTS) $(test_document_LDADD) $(LIBS)
 
355
 
 
356
mostlyclean-compile:
 
357
        -rm -f *.$(OBJEXT)
 
358
        -rm -f src/attr.$(OBJEXT)
 
359
        -rm -f src/attr.lo
 
360
        -rm -f src/document.$(OBJEXT)
 
361
        -rm -f src/document.lo
 
362
        -rm -f src/element.$(OBJEXT)
 
363
        -rm -f src/element.lo
 
364
        -rm -f src/ixml.$(OBJEXT)
 
365
        -rm -f src/ixml.lo
 
366
        -rm -f src/ixmldebug.$(OBJEXT)
 
367
        -rm -f src/ixmldebug.lo
 
368
        -rm -f src/ixmlmembuf.$(OBJEXT)
 
369
        -rm -f src/ixmlmembuf.lo
 
370
        -rm -f src/ixmlparser.$(OBJEXT)
 
371
        -rm -f src/ixmlparser.lo
 
372
        -rm -f src/namedNodeMap.$(OBJEXT)
 
373
        -rm -f src/namedNodeMap.lo
 
374
        -rm -f src/node.$(OBJEXT)
 
375
        -rm -f src/node.lo
 
376
        -rm -f src/nodeList.$(OBJEXT)
 
377
        -rm -f src/nodeList.lo
 
378
        -rm -f test/test_document.$(OBJEXT)
 
379
 
 
380
distclean-compile:
 
381
        -rm -f *.tab.c
 
382
 
 
383
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/attr.Plo@am__quote@
 
384
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/document.Plo@am__quote@
 
385
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/element.Plo@am__quote@
 
386
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ixml.Plo@am__quote@
 
387
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ixmldebug.Plo@am__quote@
 
388
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ixmlmembuf.Plo@am__quote@
 
389
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ixmlparser.Plo@am__quote@
 
390
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/namedNodeMap.Plo@am__quote@
 
391
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/node.Plo@am__quote@
 
392
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/nodeList.Plo@am__quote@
 
393
@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_document.Po@am__quote@
 
394
 
 
395
.c.o:
 
396
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
397
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
398
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
401
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
 
402
 
 
403
.c.obj:
 
404
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
405
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
406
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
409
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
410
 
 
411
.c.lo:
 
412
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
413
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
414
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Plo
 
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
417
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
418
 
 
419
mostlyclean-libtool:
 
420
        -rm -f *.lo
 
421
 
 
422
clean-libtool:
 
423
        -rm -rf .libs _libs
 
424
        -rm -rf src/.libs src/_libs
 
425
install-upnpincludeHEADERS: $(upnpinclude_HEADERS)
 
426
        @$(NORMAL_INSTALL)
 
427
        test -z "$(upnpincludedir)" || $(MKDIR_P) "$(DESTDIR)$(upnpincludedir)"
 
428
        @list='$(upnpinclude_HEADERS)'; for p in $$list; do \
 
429
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
430
          f=$(am__strip_dir) \
 
431
          echo " $(upnpincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(upnpincludedir)/$$f'"; \
 
432
          $(upnpincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(upnpincludedir)/$$f"; \
 
433
        done
 
434
 
 
435
uninstall-upnpincludeHEADERS:
 
436
        @$(NORMAL_UNINSTALL)
 
437
        @list='$(upnpinclude_HEADERS)'; for p in $$list; do \
 
438
          f=$(am__strip_dir) \
 
439
          echo " rm -f '$(DESTDIR)$(upnpincludedir)/$$f'"; \
 
440
          rm -f "$(DESTDIR)$(upnpincludedir)/$$f"; \
 
441
        done
 
442
 
 
443
# This directory's subdirectories are mostly independent; you can cd
 
444
# into them and run `make' without going through this Makefile.
 
445
# To change the values of `make' variables: instead of editing Makefiles,
 
446
# (1) if the variable is set in `config.status', edit `config.status'
 
447
#     (which will cause the Makefiles to be regenerated when you run `make');
 
448
# (2) otherwise, pass the desired values on the `make' command line.
 
449
$(RECURSIVE_TARGETS):
 
450
        @failcom='exit 1'; \
 
451
        for f in x $$MAKEFLAGS; do \
 
452
          case $$f in \
 
453
            *=* | --[!k]*);; \
 
454
            *k*) failcom='fail=yes';; \
 
455
          esac; \
 
456
        done; \
 
457
        dot_seen=no; \
 
458
        target=`echo $@ | sed s/-recursive//`; \
 
459
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
460
          echo "Making $$target in $$subdir"; \
 
461
          if test "$$subdir" = "."; then \
 
462
            dot_seen=yes; \
 
463
            local_target="$$target-am"; \
 
464
          else \
 
465
            local_target="$$target"; \
 
466
          fi; \
 
467
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
468
          || eval $$failcom; \
 
469
        done; \
 
470
        if test "$$dot_seen" = "no"; then \
 
471
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
472
        fi; test -z "$$fail"
 
473
 
 
474
$(RECURSIVE_CLEAN_TARGETS):
 
475
        @failcom='exit 1'; \
 
476
        for f in x $$MAKEFLAGS; do \
 
477
          case $$f in \
 
478
            *=* | --[!k]*);; \
 
479
            *k*) failcom='fail=yes';; \
 
480
          esac; \
 
481
        done; \
 
482
        dot_seen=no; \
 
483
        case "$@" in \
 
484
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
485
          *) list='$(SUBDIRS)' ;; \
 
486
        esac; \
 
487
        rev=''; for subdir in $$list; do \
 
488
          if test "$$subdir" = "."; then :; else \
 
489
            rev="$$subdir $$rev"; \
 
490
          fi; \
 
491
        done; \
 
492
        rev="$$rev ."; \
 
493
        target=`echo $@ | sed s/-recursive//`; \
 
494
        for subdir in $$rev; do \
 
495
          echo "Making $$target in $$subdir"; \
 
496
          if test "$$subdir" = "."; then \
 
497
            local_target="$$target-am"; \
 
498
          else \
 
499
            local_target="$$target"; \
 
500
          fi; \
 
501
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
502
          || eval $$failcom; \
 
503
        done && test -z "$$fail"
 
504
tags-recursive:
 
505
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
506
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
507
        done
 
508
ctags-recursive:
 
509
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
510
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
511
        done
 
512
 
 
513
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
514
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
515
        unique=`for i in $$list; do \
 
516
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
517
          done | \
 
518
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
519
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
520
        mkid -fID $$unique
 
521
tags: TAGS
 
522
 
 
523
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
524
                $(TAGS_FILES) $(LISP)
 
525
        tags=; \
 
526
        here=`pwd`; \
 
527
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
528
          include_option=--etags-include; \
 
529
          empty_fix=.; \
 
530
        else \
 
531
          include_option=--include; \
 
532
          empty_fix=; \
 
533
        fi; \
 
534
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
535
          if test "$$subdir" = .; then :; else \
 
536
            test ! -f $$subdir/TAGS || \
 
537
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
538
          fi; \
 
539
        done; \
 
540
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
541
        unique=`for i in $$list; do \
 
542
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
543
          done | \
 
544
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
545
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
546
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
547
          test -n "$$unique" || unique=$$empty_fix; \
 
548
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
549
            $$tags $$unique; \
 
550
        fi
 
551
ctags: CTAGS
 
552
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
553
                $(TAGS_FILES) $(LISP)
 
554
        tags=; \
 
555
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
556
        unique=`for i in $$list; do \
 
557
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
558
          done | \
 
559
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
560
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
561
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
562
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
563
             $$tags $$unique
 
564
 
 
565
GTAGS:
 
566
        here=`$(am__cd) $(top_builddir) && pwd` \
 
567
          && cd $(top_srcdir) \
 
568
          && gtags -i $(GTAGS_ARGS) $$here
 
569
 
 
570
distclean-tags:
 
571
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
572
 
 
573
check-TESTS: $(TESTS)
 
574
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
575
        srcdir=$(srcdir); export srcdir; \
 
576
        list=' $(TESTS) '; \
 
577
        if test -n "$$list"; then \
 
578
          for tst in $$list; do \
 
579
            if test -f ./$$tst; then dir=./; \
 
580
            elif test -f $$tst; then dir=; \
 
581
            else dir="$(srcdir)/"; fi; \
 
582
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
583
              all=`expr $$all + 1`; \
 
584
              case " $(XFAIL_TESTS) " in \
 
585
              *$$ws$$tst$$ws*) \
 
586
                xpass=`expr $$xpass + 1`; \
 
587
                failed=`expr $$failed + 1`; \
 
588
                echo "XPASS: $$tst"; \
 
589
              ;; \
 
590
              *) \
 
591
                echo "PASS: $$tst"; \
 
592
              ;; \
 
593
              esac; \
 
594
            elif test $$? -ne 77; then \
 
595
              all=`expr $$all + 1`; \
 
596
              case " $(XFAIL_TESTS) " in \
 
597
              *$$ws$$tst$$ws*) \
 
598
                xfail=`expr $$xfail + 1`; \
 
599
                echo "XFAIL: $$tst"; \
 
600
              ;; \
 
601
              *) \
 
602
                failed=`expr $$failed + 1`; \
 
603
                echo "FAIL: $$tst"; \
 
604
              ;; \
 
605
              esac; \
 
606
            else \
 
607
              skip=`expr $$skip + 1`; \
 
608
              echo "SKIP: $$tst"; \
 
609
            fi; \
 
610
          done; \
 
611
          if test "$$failed" -eq 0; then \
 
612
            if test "$$xfail" -eq 0; then \
 
613
              banner="All $$all tests passed"; \
 
614
            else \
 
615
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
616
            fi; \
 
617
          else \
 
618
            if test "$$xpass" -eq 0; then \
 
619
              banner="$$failed of $$all tests failed"; \
 
620
            else \
 
621
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
622
            fi; \
 
623
          fi; \
 
624
          dashes="$$banner"; \
 
625
          skipped=""; \
 
626
          if test "$$skip" -ne 0; then \
 
627
            skipped="($$skip tests were not run)"; \
 
628
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
629
              dashes="$$skipped"; \
 
630
          fi; \
 
631
          report=""; \
 
632
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
633
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
634
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
635
              dashes="$$report"; \
 
636
          fi; \
 
637
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
638
          echo "$$dashes"; \
 
639
          echo "$$banner"; \
 
640
          test -z "$$skipped" || echo "$$skipped"; \
 
641
          test -z "$$report" || echo "$$report"; \
 
642
          echo "$$dashes"; \
 
643
          test "$$failed" -eq 0; \
 
644
        else :; fi
 
645
 
 
646
distdir: $(DISTFILES)
 
647
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
648
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
649
        list='$(DISTFILES)'; \
 
650
          dist_files=`for file in $$list; do echo $$file; done | \
 
651
          sed -e "s|^$$srcdirstrip/||;t" \
 
652
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
653
        case $$dist_files in \
 
654
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
655
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
656
                           sort -u` ;; \
 
657
        esac; \
 
658
        for file in $$dist_files; do \
 
659
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
660
          if test -d $$d/$$file; then \
 
661
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
662
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
663
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
664
            fi; \
 
665
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
666
          else \
 
667
            test -f $(distdir)/$$file \
 
668
            || cp -p $$d/$$file $(distdir)/$$file \
 
669
            || exit 1; \
 
670
          fi; \
 
671
        done
 
672
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
673
          if test "$$subdir" = .; then :; else \
 
674
            test -d "$(distdir)/$$subdir" \
 
675
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
676
            || exit 1; \
 
677
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
678
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
679
            (cd $$subdir && \
 
680
              $(MAKE) $(AM_MAKEFLAGS) \
 
681
                top_distdir="$$top_distdir" \
 
682
                distdir="$$distdir/$$subdir" \
 
683
                am__remove_distdir=: \
 
684
                am__skip_length_check=: \
 
685
                distdir) \
 
686
              || exit 1; \
 
687
          fi; \
 
688
        done
 
689
        $(MAKE) $(AM_MAKEFLAGS) \
 
690
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
691
          dist-hook
 
692
check-am: all-am
 
693
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
694
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
695
check: check-recursive
 
696
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
 
697
installdirs: installdirs-recursive
 
698
installdirs-am:
 
699
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(upnpincludedir)"; do \
 
700
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
701
        done
 
702
install: install-recursive
 
703
install-exec: install-exec-recursive
 
704
install-data: install-data-recursive
 
705
uninstall: uninstall-recursive
 
706
 
 
707
install-am: all-am
 
708
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
709
 
 
710
installcheck: installcheck-recursive
 
711
install-strip:
 
712
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
713
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
714
          `test -z '$(STRIP)' || \
 
715
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
716
mostlyclean-generic:
 
717
 
 
718
clean-generic:
 
719
 
 
720
distclean-generic:
 
721
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
722
        -rm -f src/$(DEPDIR)/$(am__dirstamp)
 
723
        -rm -f src/$(am__dirstamp)
 
724
        -rm -f test/$(DEPDIR)/$(am__dirstamp)
 
725
        -rm -f test/$(am__dirstamp)
 
726
 
 
727
maintainer-clean-generic:
 
728
        @echo "This command is intended for maintainers to use"
 
729
        @echo "it deletes files that may require special tools to rebuild."
 
730
clean: clean-recursive
 
731
 
 
732
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
733
        clean-libtool clean-local mostlyclean-am
 
734
 
 
735
distclean: distclean-recursive
 
736
        -rm -rf src/$(DEPDIR) test/$(DEPDIR)
 
737
        -rm -f Makefile
 
738
distclean-am: clean-am distclean-compile distclean-generic \
 
739
        distclean-tags
 
740
 
 
741
dvi: dvi-recursive
 
742
 
 
743
dvi-am:
 
744
 
 
745
html: html-recursive
 
746
 
 
747
info: info-recursive
 
748
 
 
749
info-am:
 
750
 
 
751
install-data-am: install-upnpincludeHEADERS
 
752
 
 
753
install-dvi: install-dvi-recursive
 
754
 
 
755
install-exec-am: install-libLTLIBRARIES
 
756
 
 
757
install-html: install-html-recursive
 
758
 
 
759
install-info: install-info-recursive
 
760
 
 
761
install-man:
 
762
 
 
763
install-pdf: install-pdf-recursive
 
764
 
 
765
install-ps: install-ps-recursive
 
766
 
 
767
installcheck-am:
 
768
 
 
769
maintainer-clean: maintainer-clean-recursive
 
770
        -rm -rf src/$(DEPDIR) test/$(DEPDIR)
 
771
        -rm -f Makefile
 
772
maintainer-clean-am: distclean-am maintainer-clean-generic
 
773
 
 
774
mostlyclean: mostlyclean-recursive
 
775
 
 
776
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
777
        mostlyclean-libtool
 
778
 
 
779
pdf: pdf-recursive
 
780
 
 
781
pdf-am:
 
782
 
 
783
ps: ps-recursive
 
784
 
 
785
ps-am:
 
786
 
 
787
uninstall-am: uninstall-libLTLIBRARIES uninstall-upnpincludeHEADERS
 
788
 
 
789
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
790
        install-strip
 
791
 
 
792
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
793
        all all-am check check-TESTS check-am clean \
 
794
        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
 
795
        clean-libtool clean-local ctags ctags-recursive dist-hook \
 
796
        distclean distclean-compile distclean-generic \
 
797
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
798
        html-am info info-am install install-am install-data \
 
799
        install-data-am install-dvi install-dvi-am install-exec \
 
800
        install-exec-am install-html install-html-am install-info \
 
801
        install-info-am install-libLTLIBRARIES install-man install-pdf \
 
802
        install-pdf-am install-ps install-ps-am install-strip \
 
803
        install-upnpincludeHEADERS installcheck installcheck-am \
 
804
        installdirs installdirs-am maintainer-clean \
 
805
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
806
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
807
        tags tags-recursive uninstall uninstall-am \
 
808
        uninstall-libLTLIBRARIES uninstall-upnpincludeHEADERS
 
809
 
 
810
 
 
811
dist-hook:
 
812
        rm -rf `find $(distdir)/test/testdata/ -type f \! -name '*ml' -print`
 
813
 
 
814
clean-local:
 
815
        @if [ -d bin ] ; then  rm -rf bin ; fi
 
816
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
817
# Otherwise a system limit (for SysV at least) may be exceeded.
 
818
.NOEXPORT: