~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
DIST_COMMON = README $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
38
39
        $(srcdir)/Makefile.in \
42
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
43
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
45
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(mkdir_p)
 
46
mkinstalldirs = $(install_sh) -d
46
47
CONFIG_CLEAN_FILES = Doxyfile
47
48
SOURCES =
48
49
DIST_SOURCES =
52
53
AMDEP_TRUE = @AMDEP_TRUE@
53
54
AMTAR = @AMTAR@
54
55
AR = @AR@
 
56
AS = @AS@
55
57
AUTOCONF = @AUTOCONF@
56
58
AUTOHEADER = @AUTOHEADER@
57
59
AUTOMAKE = @AUTOMAKE@
68
70
CYGPATH_W = @CYGPATH_W@
69
71
DEFS = @DEFS@
70
72
DEPDIR = @DEPDIR@
 
73
DLLTOOL = @DLLTOOL@
71
74
ECHO = @ECHO@
72
75
ECHO_C = @ECHO_C@
73
76
ECHO_N = @ECHO_N@
78
81
FFLAGS = @FFLAGS@
79
82
GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
80
83
GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@
 
84
GENERIC_MICRO_VERSION = @GENERIC_MICRO_VERSION@
81
85
GENERIC_MINOR_VERSION = @GENERIC_MINOR_VERSION@
82
86
GENERIC_VERSION = @GENERIC_VERSION@
83
87
INSTALL_DATA = @INSTALL_DATA@
95
99
LN_S = @LN_S@
96
100
LTLIBOBJS = @LTLIBOBJS@
97
101
MAKEINFO = @MAKEINFO@
 
102
OBJDUMP = @OBJDUMP@
98
103
OBJEXT = @OBJEXT@
99
104
PACKAGE = @PACKAGE@
100
105
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
103
108
PACKAGE_TARNAME = @PACKAGE_TARNAME@
104
109
PACKAGE_VERSION = @PACKAGE_VERSION@
105
110
PATH_SEPARATOR = @PATH_SEPARATOR@
 
111
PERL_PATH = @PERL_PATH@
106
112
PKG_CONFIG = @PKG_CONFIG@
 
113
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
 
114
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
107
115
RANLIB = @RANLIB@
108
116
SET_MAKE = @SET_MAKE@
109
117
SHELL = @SHELL@
110
118
STRIP = @STRIP@
111
119
VERSION = @VERSION@
112
120
ac_ct_AR = @ac_ct_AR@
 
121
ac_ct_AS = @ac_ct_AS@
113
122
ac_ct_CC = @ac_ct_CC@
114
123
ac_ct_CXX = @ac_ct_CXX@
 
124
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
115
125
ac_ct_F77 = @ac_ct_F77@
 
126
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
116
127
ac_ct_RANLIB = @ac_ct_RANLIB@
117
128
ac_ct_STRIP = @ac_ct_STRIP@
118
129
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
122
133
am__include = @am__include@
123
134
am__leading_dot = @am__leading_dot@
124
135
am__quote = @am__quote@
 
136
am__tar = @am__tar@
 
137
am__untar = @am__untar@
125
138
bindir = @bindir@
126
139
build = @build@
127
140
build_alias = @build_alias@
151
164
sysconfdir = @sysconfdir@
152
165
target_alias = @target_alias@
153
166
doxygen_configfile = Doxyfile
 
167
doxygen_configfile_source = $(srcdir)/Doxyfile.in
154
168
web_path_project = /home/groups/l/li/libxmlplusplus/htdocs/
155
 
web_path_docs = $(web_path_project)
156
 
rsync_args = -vz --rsh ssh --delete --delete-after --recursive --cvs-exclude --exclude="**1.0**"
 
169
web_path_docs = $(web_path_project)docs/
 
170
rsync_args = -vz --rsh ssh --recursive --cvs-exclude --exclude="**1.0**" --exclude=".cvsignore" --exclude="Makefile" --exclude="Makefile.in" --exclude=".deps" --exclude=".libs"
 
171
docdir = $(datadir)/doc/libxml++-2.6/docs
157
172
web_path_reference = $(web_path_docs)reference
 
173
EXTRA_DIST = README Doxyfile libxml++_doxygen_tags @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html \
 
174
             libstdc++.tag.xml
 
175
 
 
176
#Ideally, libstdc++.tag.xml would be installed by gcc, instead of being copied into every project.
158
177
index_html = @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/index.html
159
 
EXTRA_DIST = README Doxyfile
 
178
referencedir = $(docdir)/reference/@GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html
160
179
all: all-am
161
180
 
162
181
.SUFFIXES:
209
228
 
210
229
 
211
230
distdir: $(DISTFILES)
212
 
        $(mkdir_p) $(distdir)/../../docs
 
231
        $(mkdir_p) $(distdir)/../../docs $(distdir)/@GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@
213
232
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
214
233
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
215
234
        list='$(DISTFILES)'; for file in $$list; do \
259
278
clean-generic:
260
279
 
261
280
distclean-generic:
262
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
281
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
263
282
 
264
283
maintainer-clean-generic:
265
284
        @echo "This command is intended for maintainers to use"
266
285
        @echo "it deletes files that may require special tools to rebuild."
267
286
clean: clean-am
268
287
 
269
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
288
clean-am: clean-generic clean-libtool mostlyclean-am
270
289
 
271
290
distclean: distclean-am
272
291
        -rm -f Makefile
282
301
 
283
302
info-am:
284
303
 
285
 
install-data-am:
 
304
install-data-am: install-data-local
286
305
 
287
306
install-exec-am:
288
307
 
294
313
 
295
314
maintainer-clean: maintainer-clean-am
296
315
        -rm -f Makefile
297
 
maintainer-clean-am: distclean-am maintainer-clean-generic
 
316
maintainer-clean-am: distclean-am maintainer-clean-generic \
 
317
        maintainer-clean-local
298
318
 
299
319
mostlyclean: mostlyclean-am
300
320
 
308
328
 
309
329
ps-am:
310
330
 
311
 
uninstall-am: uninstall-info-am
 
331
uninstall-am: uninstall-info-am uninstall-local
312
332
 
313
333
.PHONY: all all-am all-local check check-am clean clean-generic \
314
 
        clean-libtool clean-local distclean distclean-generic \
315
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
316
 
        install install-am install-data install-data-am install-exec \
317
 
        install-exec-am install-info install-info-am install-man \
318
 
        install-strip installcheck installcheck-am installdirs \
319
 
        maintainer-clean maintainer-clean-generic mostlyclean \
320
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
321
 
        uninstall uninstall-am uninstall-info-am
322
 
 
323
 
 
324
 
$(index_html): $(doxygen_configfile)
 
334
        clean-libtool distclean distclean-generic distclean-libtool \
 
335
        distdir dvi dvi-am html html-am info info-am install \
 
336
        install-am install-data install-data-am install-data-local \
 
337
        install-exec install-exec-am install-info install-info-am \
 
338
        install-man install-strip installcheck installcheck-am \
 
339
        installdirs maintainer-clean maintainer-clean-generic \
 
340
        maintainer-clean-local mostlyclean mostlyclean-generic \
 
341
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
342
        uninstall-info-am uninstall-local
 
343
 
 
344
 
 
345
$(index_html): $(doxygen_configfile_source)
325
346
        doxygen $(doxygen_configfile)
326
347
 
327
 
libxml++-reference-html.tar.gz: html/index.html
328
 
        tar cf - html | gzip -c --best >$@
 
348
@GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html: $(index_html)
 
349
 
 
350
libxml++_doxygen_tags: $(index_html)
 
351
 
 
352
libxml++-reference-html.tar.gz: $(index_html)
 
353
        tar cf - @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html | gzip -c --best >$@
329
354
 
330
355
# Upload to the web site:
331
356
post-html:
332
357
        rsync -avz --rsh ssh --cvs-exclude * $$USER@shell.sourceforge.net:$(web_path_reference)
333
358
 
334
 
all-local: clean-local $(index_html)
335
 
 
336
 
clean-local:
337
 
        -rm @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/*.html
338
 
        -rm -f libxml++-reference-html.tar.gz
 
359
all-local: $(index_html)
 
360
 
 
361
doc-clean:
 
362
        -rm -rf @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html
 
363
        -rm -f libxml++_doxygen_tags
 
364
        -rm -f $libxml++-reference-html.tar.gz
 
365
 
 
366
install-reference: $(index_html)
 
367
        @$(NORMAL_INSTALL)
 
368
        $(mkinstalldirs) $(DESTDIR)$(referencedir)
 
369
        @dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.jpg $$dir/*.map $$dir/*.md5 $$dir/*.dot ; do \
 
370
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
371
          echo " $(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f"; \
 
372
          $(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f; \
 
373
        done
 
374
 
 
375
uninstall-reference: $(index_html)
 
376
        @$(NORMAL_UNINSTALL)
 
377
        @dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.jpg $$dir/*.map $$dir/*.md5 $$dir/*.dot ; do \
 
378
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
379
          echo " rm -f $(DESTDIR)$(referencedir)/$$f"; \
 
380
          rm -f $(DESTDIR)$(referencedir)/$$f; \
 
381
        done
 
382
 
 
383
install-data-local: install-reference
 
384
 
 
385
uninstall-local: uninstall-reference
 
386
 
 
387
maintainer-clean-local: doc-clean
339
388
# Tell versions [3.59,3.63) of GNU make to not export all variables.
340
389
# Otherwise a system limit (for SysV at least) may be exceeded.
341
390
.NOEXPORT: