]> matita.cs.unibo.it Git - helm.git/blob - helm/minidom/Makefile.in
added LICENSE
[helm.git] / helm / minidom / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 LIBTOOL = @LIBTOOL@
66 LN_S = @LN_S@
67 MAKEINFO = @MAKEINFO@
68 MINIDOM_VERSION = @MINIDOM_VERSION@
69 MINIDOM_VERSION_INFO = @MINIDOM_VERSION_INFO@
70 OBJDUMP = @OBJDUMP@
71 PACKAGE = @PACKAGE@
72 RANLIB = @RANLIB@
73 VERSION = @VERSION@
74
75 lib_LTLIBRARIES = libminidom.la
76 bin_SCRIPTS = minidom-config
77
78 libminidom_la_LDFLAGS = -version-info @MINIDOM_VERSION_INFO@
79
80 EXTRA_DIST = minidom-config.in
81
82 CLEANFILES = minidom-config
83
84 libminidom_la_SOURCES =    minidom.c
85
86
87 pkginclude_HEADERS =    minidom.h
88
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = config.h
92 CONFIG_CLEAN_FILES = 
93 LTLIBRARIES =  $(lib_LTLIBRARIES)
94
95
96 DEFS = @DEFS@ -I. -I$(srcdir) -I.
97 CPPFLAGS = @CPPFLAGS@
98 LDFLAGS = @LDFLAGS@
99 LIBS = @LIBS@
100 libminidom_la_LIBADD = 
101 libminidom_la_OBJECTS =  minidom.lo
102 SCRIPTS =  $(bin_SCRIPTS)
103
104 CFLAGS = @CFLAGS@
105 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107 CCLD = $(CC)
108 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109 HEADERS =  $(pkginclude_HEADERS)
110
111 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
112 Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
113 config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
114 mkinstalldirs
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 TAR = gtar
120 GZIP_ENV = --best
121 DEP_FILES =  .deps/minidom.P
122 SOURCES = $(libminidom_la_SOURCES)
123 OBJECTS = $(libminidom_la_OBJECTS)
124
125 all: all-redirect
126 .SUFFIXES:
127 .SUFFIXES: .S .c .lo .o .s
128 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
129         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
130
131 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
132         cd $(top_builddir) \
133           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
135 $(ACLOCAL_M4):  configure.in 
136         cd $(srcdir) && $(ACLOCAL)
137
138 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
139         $(SHELL) ./config.status --recheck
140 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
141         cd $(srcdir) && $(AUTOCONF)
142
143 config.h: stamp-h
144         @if test ! -f $@; then \
145                 rm -f stamp-h; \
146                 $(MAKE) stamp-h; \
147         else :; fi
148 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
149         cd $(top_builddir) \
150           && CONFIG_FILES= CONFIG_HEADERS=config.h \
151              $(SHELL) ./config.status
152         @echo timestamp > stamp-h 2> /dev/null
153 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
154         @if test ! -f $@; then \
155                 rm -f $(srcdir)/stamp-h.in; \
156                 $(MAKE) $(srcdir)/stamp-h.in; \
157         else :; fi
158 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
159         cd $(top_srcdir) && $(AUTOHEADER)
160         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
161
162 mostlyclean-hdr:
163
164 clean-hdr:
165
166 distclean-hdr:
167         -rm -f config.h
168
169 maintainer-clean-hdr:
170
171 mostlyclean-libLTLIBRARIES:
172
173 clean-libLTLIBRARIES:
174         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
175
176 distclean-libLTLIBRARIES:
177
178 maintainer-clean-libLTLIBRARIES:
179
180 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
181         @$(NORMAL_INSTALL)
182         $(mkinstalldirs) $(DESTDIR)$(libdir)
183         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
184           if test -f $$p; then \
185             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
186             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
187           else :; fi; \
188         done
189
190 uninstall-libLTLIBRARIES:
191         @$(NORMAL_UNINSTALL)
192         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
193           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
194         done
195
196 .s.o:
197         $(COMPILE) -c $<
198
199 .S.o:
200         $(COMPILE) -c $<
201
202 mostlyclean-compile:
203         -rm -f *.o core *.core
204
205 clean-compile:
206
207 distclean-compile:
208         -rm -f *.tab.c
209
210 maintainer-clean-compile:
211
212 .s.lo:
213         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215 .S.lo:
216         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
217
218 mostlyclean-libtool:
219         -rm -f *.lo
220
221 clean-libtool:
222         -rm -rf .libs _libs
223
224 distclean-libtool:
225
226 maintainer-clean-libtool:
227
228 libminidom.la: $(libminidom_la_OBJECTS) $(libminidom_la_DEPENDENCIES)
229         $(LINK) -rpath $(libdir) $(libminidom_la_LDFLAGS) $(libminidom_la_OBJECTS) $(libminidom_la_LIBADD) $(LIBS)
230
231 install-binSCRIPTS: $(bin_SCRIPTS)
232         @$(NORMAL_INSTALL)
233         $(mkinstalldirs) $(DESTDIR)$(bindir)
234         @list='$(bin_SCRIPTS)'; for p in $$list; do \
235           if test -f $$p; then \
236             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
237             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
238           else if test -f $(srcdir)/$$p; then \
239             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
240             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
241           else :; fi; fi; \
242         done
243
244 uninstall-binSCRIPTS:
245         @$(NORMAL_UNINSTALL)
246         list='$(bin_SCRIPTS)'; for p in $$list; do \
247           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
248         done
249
250 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
251         @$(NORMAL_INSTALL)
252         $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
253         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
254           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
255           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
256           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
257         done
258
259 uninstall-pkgincludeHEADERS:
260         @$(NORMAL_UNINSTALL)
261         list='$(pkginclude_HEADERS)'; for p in $$list; do \
262           rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
263         done
264
265 tags: TAGS
266
267 ID: $(HEADERS) $(SOURCES) $(LISP)
268         list='$(SOURCES) $(HEADERS)'; \
269         unique=`for i in $$list; do echo $$i; done | \
270           awk '    { files[$$0] = 1; } \
271                END { for (i in files) print i; }'`; \
272         here=`pwd` && cd $(srcdir) \
273           && mkid -f$$here/ID $$unique $(LISP)
274
275 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
276         tags=; \
277         here=`pwd`; \
278         list='$(SOURCES) $(HEADERS)'; \
279         unique=`for i in $$list; do echo $$i; done | \
280           awk '    { files[$$0] = 1; } \
281                END { for (i in files) print i; }'`; \
282         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
283           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
284
285 mostlyclean-tags:
286
287 clean-tags:
288
289 distclean-tags:
290         -rm -f TAGS ID
291
292 maintainer-clean-tags:
293
294 distdir = $(PACKAGE)-$(VERSION)
295 top_distdir = $(distdir)
296
297 # This target untars the dist file and tries a VPATH configuration.  Then
298 # it guarantees that the distribution is self-contained by making another
299 # tarfile.
300 distcheck: dist
301         -rm -rf $(distdir)
302         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
303         mkdir $(distdir)/=build
304         mkdir $(distdir)/=inst
305         dc_install_base=`cd $(distdir)/=inst && pwd`; \
306         cd $(distdir)/=build \
307           && ../configure --srcdir=.. --prefix=$$dc_install_base \
308           && $(MAKE) $(AM_MAKEFLAGS) \
309           && $(MAKE) $(AM_MAKEFLAGS) dvi \
310           && $(MAKE) $(AM_MAKEFLAGS) check \
311           && $(MAKE) $(AM_MAKEFLAGS) install \
312           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
313           && $(MAKE) $(AM_MAKEFLAGS) dist
314         -rm -rf $(distdir)
315         @banner="$(distdir).tar.gz is ready for distribution"; \
316         dashes=`echo "$$banner" | sed s/./=/g`; \
317         echo "$$dashes"; \
318         echo "$$banner"; \
319         echo "$$dashes"
320 dist: distdir
321         -chmod -R a+r $(distdir)
322         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
323         -rm -rf $(distdir)
324 dist-all: distdir
325         -chmod -R a+r $(distdir)
326         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
327         -rm -rf $(distdir)
328 distdir: $(DISTFILES)
329         -rm -rf $(distdir)
330         mkdir $(distdir)
331         -chmod 777 $(distdir)
332         here=`cd $(top_builddir) && pwd`; \
333         top_distdir=`cd $(distdir) && pwd`; \
334         distdir=`cd $(distdir) && pwd`; \
335         cd $(top_srcdir) \
336           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
337         @for file in $(DISTFILES); do \
338           d=$(srcdir); \
339           if test -d $$d/$$file; then \
340             cp -pr $$d/$$file $(distdir)/$$file; \
341           else \
342             test -f $(distdir)/$$file \
343             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
344             || cp -p $$d/$$file $(distdir)/$$file || :; \
345           fi; \
346         done
347
348 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
349
350 -include $(DEP_FILES)
351
352 mostlyclean-depend:
353
354 clean-depend:
355
356 distclean-depend:
357         -rm -rf .deps
358
359 maintainer-clean-depend:
360
361 %.o: %.c
362         @echo '$(COMPILE) -c $<'; \
363         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
364         @-cp .deps/$(*F).pp .deps/$(*F).P; \
365         tr ' ' '\012' < .deps/$(*F).pp \
366           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
367             >> .deps/$(*F).P; \
368         rm .deps/$(*F).pp
369
370 %.lo: %.c
371         @echo '$(LTCOMPILE) -c $<'; \
372         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
373         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
374           < .deps/$(*F).pp > .deps/$(*F).P; \
375         tr ' ' '\012' < .deps/$(*F).pp \
376           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
377             >> .deps/$(*F).P; \
378         rm -f .deps/$(*F).pp
379 info-am:
380 info: info-am
381 dvi-am:
382 dvi: dvi-am
383 check-am: all-am
384 check: check-am
385 installcheck-am:
386 installcheck: installcheck-am
387 all-recursive-am: config.h
388         $(MAKE) $(AM_MAKEFLAGS) all-recursive
389
390 install-exec-am: install-libLTLIBRARIES install-binSCRIPTS
391 install-exec: install-exec-am
392
393 install-data-am: install-pkgincludeHEADERS
394 install-data: install-data-am
395
396 install-am: all-am
397         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398 install: install-am
399 uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \
400                 uninstall-pkgincludeHEADERS
401 uninstall: uninstall-am
402 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(HEADERS) config.h
403 all-redirect: all-am
404 install-strip:
405         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
406 installdirs:
407         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
408                 $(DESTDIR)$(pkgincludedir)
409
410
411 mostlyclean-generic:
412
413 clean-generic:
414         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
415
416 distclean-generic:
417         -rm -f Makefile $(CONFIG_CLEAN_FILES)
418         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
419
420 maintainer-clean-generic:
421 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
422                 mostlyclean-compile mostlyclean-libtool \
423                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
424
425 mostlyclean: mostlyclean-am
426
427 clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
428                 clean-tags clean-depend clean-generic mostlyclean-am
429
430 clean: clean-am
431
432 distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
433                 distclean-libtool distclean-tags distclean-depend \
434                 distclean-generic clean-am
435         -rm -f libtool
436
437 distclean: distclean-am
438         -rm -f config.status
439
440 maintainer-clean-am:  maintainer-clean-hdr \
441                 maintainer-clean-libLTLIBRARIES \
442                 maintainer-clean-compile maintainer-clean-libtool \
443                 maintainer-clean-tags maintainer-clean-depend \
444                 maintainer-clean-generic distclean-am
445         @echo "This command is intended for maintainers to use;"
446         @echo "it deletes files that may require special tools to rebuild."
447
448 maintainer-clean: maintainer-clean-am
449         -rm -f config.status
450
451 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
452 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
453 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
454 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
455 distclean-compile clean-compile maintainer-clean-compile \
456 mostlyclean-libtool distclean-libtool clean-libtool \
457 maintainer-clean-libtool uninstall-binSCRIPTS install-binSCRIPTS \
458 uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
459 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
460 distdir mostlyclean-depend distclean-depend clean-depend \
461 maintainer-clean-depend info-am info dvi-am dvi check check-am \
462 installcheck-am installcheck all-recursive-am install-exec-am \
463 install-exec install-data-am install-data install-am install \
464 uninstall-am uninstall all-redirect all-am all installdirs \
465 mostlyclean-generic distclean-generic clean-generic \
466 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
467
468
469 minidom-config: minidom-config.in
470         @echo "#!/bin/sh" >minidom-config
471         @echo >>minidom-config
472         @echo VERSION=\"$(VERSION)\" >>minidom-config
473         @echo libdir=\"$(libdir)\" >>minidom-config
474         @echo pkglibdir=\"$(pkglibdir)\" >>minidom-config
475         @echo includedir=\"$(includedir)\" >>minidom-config
476         @echo pkgincludedir=\"$(pkgincludedir)\" >>minidom-config
477         @echo >>minidom-config
478         @cat $(srcdir)/minidom-config.in >>minidom-config
479         @chmod a+x minidom-config
480
481 backup:
482         tar cvfz ../@PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz .
483
484 cleanbak:
485         -rm -f `find . -name "*~"`
486
487 lc:
488         @( \
489         CFILES=`find . -name "*.c"`; \
490         HFILES=`find . -name "*.h"`; \
491         ICCFILES=`find . -name "*.inc"`; \
492         wc -l $$CFILES $$HFILES $$INCFILES | tail -n 1 \
493         )
494
495 # Tell versions [3.59,3.63) of GNU make to not export all variables.
496 # Otherwise a system limit (for SysV at least) may be exceeded.
497 .NOEXPORT: