~ubuntu-branches/ubuntu/utopic/hello/utopic

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2006-12-09 17:00:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209170014-514r5ix8d2stnox3
Tags: 2.2-1
* New upstream release.
* Repackaged source without GFDL manual.
* Option -m does no longer exist (Closes: #109895).
* Removed prerm and postinst, as info files are missing now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# 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
 
SHELL = @SHELL@
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
 
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
 
pkgdatadir = $(datadir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
top_builddir = ..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
 
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
 
install_sh_DATA = $(install_sh) -c -m 644
51
 
install_sh_PROGRAM = $(install_sh) -c
52
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
 
INSTALL_HEADER = $(INSTALL_DATA)
54
 
transform = @program_transform_name@
55
 
NORMAL_INSTALL = :
56
 
PRE_INSTALL = :
57
 
POST_INSTALL = :
58
 
NORMAL_UNINSTALL = :
59
 
PRE_UNINSTALL = :
60
 
POST_UNINSTALL = :
61
 
host_alias = @host_alias@
62
 
host_triplet = @host@
63
 
 
64
 
EXEEXT = @EXEEXT@
65
 
OBJEXT = @OBJEXT@
66
 
PATH_SEPARATOR = @PATH_SEPARATOR@
67
 
AMTAR = @AMTAR@
68
 
AWK = @AWK@
69
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70
 
CATOBJEXT = @CATOBJEXT@
71
 
CC = @CC@
72
 
DATADIRNAME = @DATADIRNAME@
73
 
DEPDIR = @DEPDIR@
74
 
GENCAT = @GENCAT@
75
 
GLIBC21 = @GLIBC21@
76
 
GMSGFMT = @GMSGFMT@
77
 
HAVE_LIB = @HAVE_LIB@
78
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79
 
INSTOBJEXT = @INSTOBJEXT@
80
 
INTLBISON = @INTLBISON@
81
 
INTLLIBS = @INTLLIBS@
82
 
INTLOBJS = @INTLOBJS@
83
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84
 
LIB = @LIB@
85
 
LIBICONV = @LIBICONV@
86
 
LIBINTL = @LIBINTL@
87
 
LTLIB = @LTLIB@
88
 
LTLIBICONV = @LTLIBICONV@
89
 
LTLIBINTL = @LTLIBINTL@
90
 
MKINSTALLDIRS = @MKINSTALLDIRS@
91
 
PACKAGE = @PACKAGE@
92
 
PERL = @PERL@
93
 
POSUB = @POSUB@
94
 
RANLIB = @RANLIB@
95
 
STRIP = @STRIP@
96
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97
 
USE_NLS = @USE_NLS@
98
 
VERSION = @VERSION@
99
 
am__include = @am__include@
100
 
am__quote = @am__quote@
101
 
install_sh = @install_sh@
102
 
ke_PRE = @ke_PRE@
103
 
 
104
 
info_TEXINFOS = hello.texi
105
 
hello_TEXINFOS = gpl.texi
106
 
subdir = doc
107
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108
 
CONFIG_HEADER = $(top_builddir)/config.h
109
 
CONFIG_CLEAN_FILES =
110
 
DIST_SOURCES =
111
 
INFO_DEPS = hello.info
112
 
DVIS = hello.dvi
113
 
TEXINFOS = hello.texi
114
 
DIST_COMMON = $(hello_TEXINFOS) ChangeLog Makefile.am Makefile.in \
115
 
        mdate-sh stamp-vti texinfo.tex version.texi
116
 
all: all-am
117
 
 
118
 
.SUFFIXES:
119
 
.SUFFIXES: .dvi .info .ps .texi
120
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
121
 
        cd $(top_srcdir) && \
122
 
          $(AUTOMAKE) --gnu  doc/Makefile
123
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
124
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
125
 
 
126
 
$(srcdir)/version.texi:  $(srcdir)/stamp-vti
127
 
        @:
128
 
$(srcdir)/stamp-vti: hello.texi $(top_srcdir)/configure.ac
129
 
        @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/hello.texi`; \
130
 
        echo "@set UPDATED $$1 $$2 $$3"; \
131
 
        echo "@set UPDATED-MONTH $$2 $$3"; \
132
 
        echo "@set EDITION $(VERSION)"; \
133
 
        echo "@set VERSION $(VERSION)") > vti.tmp
134
 
        @cmp -s vti.tmp $(srcdir)/version.texi \
135
 
          || (echo "Updating $(srcdir)/version.texi"; \
136
 
              cp vti.tmp $(srcdir)/version.texi)
137
 
        -@rm -f vti.tmp
138
 
        @cp $(srcdir)/version.texi $@
139
 
 
140
 
mostlyclean-vti:
141
 
        -rm -f vti.tmp
142
 
 
143
 
maintainer-clean-vti:
144
 
        -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
145
 
 
146
 
hello.info: hello.texi $(srcdir)/version.texi $(hello_TEXINFOS)
147
 
hello.dvi: hello.texi $(srcdir)/version.texi $(hello_TEXINFOS)
148
 
 
149
 
.texi.info:
150
 
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
151
 
        cd $(srcdir) \
152
 
          && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
153
 
               `echo $< | sed 's,.*/,,'`
154
 
 
155
 
.texi.dvi:
156
 
        TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" \
157
 
        MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
158
 
        $(TEXI2DVI) $<
159
 
 
160
 
.texi:
161
 
        @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
162
 
        cd $(srcdir) \
163
 
          && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
164
 
               `echo $< | sed 's,.*/,,'`
165
 
 
166
 
MAKEINFO = @MAKEINFO@
167
 
TEXI2DVI = texi2dvi
168
 
DVIPS = dvips
169
 
.dvi.ps:
170
 
        $(DVIPS) $< -o $@
171
 
 
172
 
uninstall-info-am:
173
 
        $(PRE_UNINSTALL)
174
 
        @if (install-info --version && \
175
 
             install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
176
 
          list='$(INFO_DEPS)'; \
177
 
          for file in $$list; do \
178
 
            echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
179
 
            install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
180
 
          done; \
181
 
        else :; fi
182
 
        @$(NORMAL_UNINSTALL)
183
 
        @list='$(INFO_DEPS)'; \
184
 
        for file in $$list; do \
185
 
          (if cd $(DESTDIR)$(infodir); then \
186
 
             echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
187
 
             rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
188
 
           else :; fi); \
189
 
        done
190
 
 
191
 
dist-info: $(INFO_DEPS)
192
 
        list='$(INFO_DEPS)'; \
193
 
        for base in $$list; do \
194
 
          d=$(srcdir); \
195
 
          for file in $$d/$$base*; do \
196
 
            relfile=`expr "$$file" : "$$d/\(.*\)"`; \
197
 
            test -f $(distdir)/$$relfile || \
198
 
              cp -p $$file $(distdir)/$$relfile; \
199
 
          done; \
200
 
        done
201
 
 
202
 
mostlyclean-aminfo:
203
 
        -rm -f hello.aux hello.cp hello.cps hello.dvi hello.fn hello.ky hello.log \
204
 
          hello.pg hello.ps hello.toc hello.tp hello.vr
205
 
 
206
 
maintainer-clean-aminfo:
207
 
        cd $(srcdir) && \
208
 
        for i in $(INFO_DEPS); do \
209
 
          rm -f $$i; \
210
 
          if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
211
 
            rm -f $$i-[0-9]*; \
212
 
          fi; \
213
 
        done
214
 
tags: TAGS
215
 
TAGS:
216
 
 
217
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218
 
 
219
 
top_distdir = ..
220
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
221
 
 
222
 
distdir: $(DISTFILES)
223
 
        @for file in $(DISTFILES); do \
224
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
225
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
226
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
227
 
            dir="/$$dir"; \
228
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
229
 
          else \
230
 
            dir=''; \
231
 
          fi; \
232
 
          if test -d $$d/$$file; then \
233
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
234
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
235
 
            fi; \
236
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
237
 
          else \
238
 
            test -f $(distdir)/$$file \
239
 
            || cp -p $$d/$$file $(distdir)/$$file \
240
 
            || exit 1; \
241
 
          fi; \
242
 
        done
243
 
        $(MAKE) $(AM_MAKEFLAGS) \
244
 
          top_distdir="${top_distdir}" distdir="$(distdir)" \
245
 
          dist-info
246
 
check-am: all-am
247
 
check: check-am
248
 
all-am: Makefile $(INFO_DEPS)
249
 
 
250
 
installdirs:
251
 
        $(mkinstalldirs) $(DESTDIR)$(infodir)
252
 
 
253
 
install: install-am
254
 
install-exec: install-exec-am
255
 
install-data: install-data-am
256
 
uninstall: uninstall-am
257
 
 
258
 
install-am: all-am
259
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260
 
 
261
 
installcheck: installcheck-am
262
 
install-strip:
263
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
264
 
          INSTALL_STRIP_FLAG=-s \
265
 
          `test -z '$(STRIP)' || \
266
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
267
 
mostlyclean-generic:
268
 
 
269
 
clean-generic:
270
 
 
271
 
distclean-generic:
272
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
273
 
 
274
 
maintainer-clean-generic:
275
 
        @echo "This command is intended for maintainers to use"
276
 
        @echo "it deletes files that may require special tools to rebuild."
277
 
clean: clean-am
278
 
 
279
 
clean-am: clean-generic mostlyclean-am
280
 
 
281
 
distclean: distclean-am
282
 
 
283
 
distclean-am: clean-am distclean-generic
284
 
 
285
 
dvi: dvi-am
286
 
 
287
 
dvi-am: $(DVIS)
288
 
 
289
 
info: info-am
290
 
 
291
 
info-am: $(INFO_DEPS)
292
 
 
293
 
install-data-am: install-info-am
294
 
 
295
 
install-exec-am:
296
 
 
297
 
install-info: install-info-am
298
 
 
299
 
install-info-am: $(INFO_DEPS)
300
 
        @$(NORMAL_INSTALL)
301
 
        $(mkinstalldirs) $(DESTDIR)$(infodir)
302
 
        @list='$(INFO_DEPS)'; \
303
 
        for file in $$list; do \
304
 
          d=$(srcdir); \
305
 
          for ifile in echo $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9]; do \
306
 
            if test -f $$ifile; then \
307
 
              relfile=`expr "$$ifile" : "$$d/\(.*\)"`; \
308
 
              echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \
309
 
              $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \
310
 
            else : ; fi; \
311
 
          done; \
312
 
        done
313
 
        @$(POST_INSTALL)
314
 
        @if false; then \
315
 
          list='$(INFO_DEPS)'; \
316
 
          for file in $$list; do \
317
 
            echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
318
 
            install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
319
 
          done; \
320
 
        else : ; fi
321
 
install-man:
322
 
 
323
 
installcheck-am:
324
 
 
325
 
maintainer-clean: maintainer-clean-am
326
 
 
327
 
maintainer-clean-am: distclean-am maintainer-clean-aminfo \
328
 
        maintainer-clean-generic maintainer-clean-vti
329
 
 
330
 
mostlyclean: mostlyclean-am
331
 
 
332
 
mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
333
 
 
334
 
uninstall-am: uninstall-info-am
335
 
 
336
 
.PHONY: all all-am check check-am clean clean-generic dist-info \
337
 
        distclean distclean-generic distdir dvi dvi-am info info-am \
338
 
        install install-am install-data install-data-am install-exec \
339
 
        install-exec-am install-info install-info-am install-man \
340
 
        install-strip installcheck installcheck-am installdirs \
341
 
        maintainer-clean maintainer-clean-aminfo \
342
 
        maintainer-clean-generic maintainer-clean-vti mostlyclean \
343
 
        mostlyclean-aminfo mostlyclean-generic mostlyclean-vti \
344
 
        uninstall uninstall-am uninstall-info-am
345
 
 
346
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
347
 
# Otherwise a system limit (for SysV at least) may be exceeded.
348
 
.NOEXPORT: