~ubuntu-branches/ubuntu/vivid/chasen/vivid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): NOKUBI Takatsugu
  • Date: 2004-07-12 17:04:30 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040712170430-qd9g2og0261n6h8j
Tags: 2.3.3-5
Fixed non-ISO C++ compliant code, closes: #258568.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
 
15
@SET_MAKE@
14
16
SHELL = @SHELL@
15
17
 
16
18
srcdir = @srcdir@
31
33
mandir = @mandir@
32
34
includedir = @includedir@
33
35
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
36
pkgdatadir = $(datadir)/@PACKAGE@
38
37
pkglibdir = $(libdir)/@PACKAGE@
39
38
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
39
top_builddir = ..
42
40
 
43
41
ACLOCAL = @ACLOCAL@
45
43
AUTOMAKE = @AUTOMAKE@
46
44
AUTOHEADER = @AUTOHEADER@
47
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
47
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
50
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
51
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
INSTALL_HEADER = $(INSTALL_DATA)
52
55
transform = @program_transform_name@
53
 
 
54
56
NORMAL_INSTALL = :
55
57
PRE_INSTALL = :
56
58
POST_INSTALL = :
59
61
POST_UNINSTALL = :
60
62
host_alias = @host_alias@
61
63
host_triplet = @host@
 
64
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
 
68
AMTAR = @AMTAR@
62
69
AS = @AS@
63
70
AWK = @AWK@
64
71
CC = @CC@
 
72
CXX = @CXX@
 
73
DEPDIR = @DEPDIR@
65
74
DLLTOOL = @DLLTOOL@
66
75
ECHO = @ECHO@
67
 
EXEEXT = @EXEEXT@
 
76
ICONV_CFLAGS = @ICONV_CFLAGS@
 
77
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68
78
LIBTOOL = @LIBTOOL@
69
79
LN_S = @LN_S@
70
80
LTVERSION = @LTVERSION@
71
81
MAINT = @MAINT@
72
 
MAKEINFO = @MAKEINFO@
73
82
OBJDUMP = @OBJDUMP@
74
 
OBJEXT = @OBJEXT@
75
83
PACKAGE = @PACKAGE@
76
84
RANLIB = @RANLIB@
77
85
RCPATH = @RCPATH@
78
86
STRIP = @STRIP@
79
87
VERSION = @VERSION@
80
 
 
 
88
am__include = @am__include@
 
89
am__quote = @am__quote@
 
90
install_sh = @install_sh@
81
91
docdir = $(pkgdatadir)/doc
82
 
TEX = manual.tex manual-j.tex  
83
 
PDF = manual.pdf manual-j.pdf
 
92
TEX = manual-j.tex  
 
93
PDF = manual-j.pdf
84
94
EXTRA_DIST = $(TEX) $(PDF)
85
95
SUFFIXES = .tex .dvi .pdf
 
96
subdir = doc
86
97
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87
 
CONFIG_HEADER = ../config.h
88
 
CONFIG_CLEAN_FILES = 
 
98
CONFIG_HEADER = $(top_builddir)/config.h
 
99
CONFIG_CLEAN_FILES =
89
100
CFLAGS = @CFLAGS@
90
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
101
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
102
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
103
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
104
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
105
CCLD = $(CC)
93
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
94
 
DIST_COMMON =  Makefile.am Makefile.in
95
 
 
96
 
 
97
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
 
 
99
 
TAR = gtar
100
 
GZIP_ENV = --best
101
 
all: all-redirect
 
106
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
107
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
108
DIST_SOURCES =
 
109
DIST_COMMON = Makefile.am Makefile.in
 
110
all: all-am
 
111
 
102
112
.SUFFIXES:
103
 
.SUFFIXES: .dvi .pdf .tex
104
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
105
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
106
 
 
107
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
108
 
        cd $(top_builddir) \
109
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
 
 
 
113
.SUFFIXES: .tex .dvi .pdf
 
114
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
115
        cd $(top_srcdir) && \
 
116
          $(AUTOMAKE) --gnu  doc/Makefile
 
117
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
118
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
119
 
 
120
mostlyclean-libtool:
 
121
        -rm -f *.lo
 
122
 
 
123
clean-libtool:
 
124
        -rm -rf .libs _libs
 
125
 
 
126
distclean-libtool:
 
127
        -rm -f libtool
 
128
uninstall-info-am:
111
129
tags: TAGS
112
130
TAGS:
113
131
 
114
 
 
115
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
116
 
 
117
 
subdir = doc
 
132
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
133
 
 
134
top_distdir = ..
 
135
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
118
136
 
119
137
distdir: $(DISTFILES)
120
 
        @for file in $(DISTFILES); do \
121
 
          d=$(srcdir); \
 
138
        @list='$(DISTFILES)'; for file in $$list; do \
 
139
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
140
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
141
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
142
            dir="/$$dir"; \
 
143
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
144
          else \
 
145
            dir=''; \
 
146
          fi; \
122
147
          if test -d $$d/$$file; then \
123
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
148
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
149
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
150
            fi; \
 
151
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
124
152
          else \
125
153
            test -f $(distdir)/$$file \
126
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
127
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
154
            || cp -p $$d/$$file $(distdir)/$$file \
 
155
            || exit 1; \
128
156
          fi; \
129
157
        done
130
 
info-am:
131
 
info: info-am
132
 
dvi-am:
133
 
dvi: dvi-am
134
158
check-am: all-am
135
159
check: check-am
136
 
installcheck-am:
137
 
installcheck: installcheck-am
138
 
install-exec-am:
 
160
all-am: Makefile
 
161
 
 
162
installdirs:
 
163
 
 
164
install: install-am
139
165
install-exec: install-exec-am
140
 
 
141
 
install-data-am:
142
166
install-data: install-data-am
 
167
uninstall: uninstall-am
143
168
 
144
169
install-am: all-am
145
170
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
146
 
install: install-am
147
 
uninstall-am:
148
 
uninstall: uninstall-am
149
 
all-am: Makefile
150
 
all-redirect: all-am
 
171
 
 
172
installcheck: installcheck-am
151
173
install-strip:
152
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
153
 
installdirs:
154
 
 
155
 
 
 
174
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
175
          INSTALL_STRIP_FLAG=-s \
 
176
          `test -z '$(STRIP)' || \
 
177
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
156
178
mostlyclean-generic:
157
179
 
158
180
clean-generic:
159
181
 
160
182
distclean-generic:
161
183
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
162
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
163
184
 
164
185
maintainer-clean-generic:
165
 
mostlyclean-am:  mostlyclean-generic
166
 
 
167
 
mostlyclean: mostlyclean-am
168
 
 
169
 
clean-am:  clean-generic mostlyclean-am
170
 
 
 
186
        @echo "This command is intended for maintainers to use"
 
187
        @echo "it deletes files that may require special tools to rebuild."
171
188
clean: clean-am
172
189
 
173
 
distclean-am:  distclean-generic clean-am
174
 
        -rm -f libtool
 
190
clean-am: clean-generic clean-libtool mostlyclean-am
175
191
 
176
192
distclean: distclean-am
177
193
 
178
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
179
 
        @echo "This command is intended for maintainers to use;"
180
 
        @echo "it deletes files that may require special tools to rebuild."
 
194
distclean-am: clean-am distclean-generic distclean-libtool
 
195
 
 
196
dvi: dvi-am
 
197
 
 
198
dvi-am:
 
199
 
 
200
info: info-am
 
201
 
 
202
info-am:
 
203
 
 
204
install-data-am:
 
205
 
 
206
install-exec-am:
 
207
 
 
208
install-info: install-info-am
 
209
 
 
210
install-man:
 
211
 
 
212
installcheck-am:
181
213
 
182
214
maintainer-clean: maintainer-clean-am
183
215
 
184
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
185
 
installcheck-am installcheck install-exec-am install-exec \
186
 
install-data-am install-data install-am install uninstall-am uninstall \
187
 
all-redirect all-am all installdirs mostlyclean-generic \
188
 
distclean-generic clean-generic maintainer-clean-generic clean \
189
 
mostlyclean distclean maintainer-clean
 
216
maintainer-clean-am: distclean-am maintainer-clean-generic
 
217
 
 
218
mostlyclean: mostlyclean-am
 
219
 
 
220
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
221
 
 
222
uninstall-am: uninstall-info-am
 
223
 
 
224
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
225
        distclean distclean-generic distclean-libtool distdir dvi \
 
226
        dvi-am info info-am install install-am install-data \
 
227
        install-data-am install-exec install-exec-am install-info \
 
228
        install-info-am install-man install-strip installcheck \
 
229
        installcheck-am installdirs maintainer-clean \
 
230
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
231
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
190
232
 
191
233
 
192
234
.tex.dvi:
195
237
 
196
238
.dvi.pdf:
197
239
        dvipdfm $<
198
 
 
199
240
# Tell versions [3.59,3.63) of GNU make to not export all variables.
200
241
# Otherwise a system limit (for SysV at least) may be exceeded.
201
242
.NOEXPORT: