~ubuntu-branches/ubuntu/quantal/gconf/quantal

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2007-11-01 18:47:26 UTC
  • mto: (7.1.1 lenny) (1.2.1) (76.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20071101184726-e3e4cxfcp41tz6ui
Tags: upstream-2.20.1
ImportĀ upstreamĀ versionĀ 2.20.1

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.10 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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
 
 
14
 
SHELL = @SHELL@
15
 
 
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
 
15
@SET_MAKE@
 
16
 
18
17
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
18
pkgdatadir = $(datadir)/@PACKAGE@
38
19
pkglibdir = $(libdir)/@PACKAGE@
39
20
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
 
 
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
54
27
NORMAL_INSTALL = :
55
28
PRE_INSTALL = :
56
29
POST_INSTALL = :
57
30
NORMAL_UNINSTALL = :
58
31
PRE_UNINSTALL = :
59
32
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
 
33
build_triplet = @build@
61
34
host_triplet = @host@
 
35
subdir = doc
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
42
CONFIG_HEADER = $(top_builddir)/config.h
 
43
CONFIG_CLEAN_FILES =
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
47
        html-recursive info-recursive install-data-recursive \
 
48
        install-dvi-recursive install-exec-recursive \
 
49
        install-html-recursive install-info-recursive \
 
50
        install-pdf-recursive install-ps-recursive install-recursive \
 
51
        installcheck-recursive installdirs-recursive pdf-recursive \
 
52
        ps-recursive uninstall-recursive
 
53
man1dir = $(mandir)/man1
 
54
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(SchemasDTDdir)"
 
55
NROFF = nroff
 
56
MANS = $(man_MANS)
 
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
58
am__vpath_adj = case $$p in \
 
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
60
    *) f=$$p;; \
 
61
  esac;
 
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
SchemasDTDDATA_INSTALL = $(INSTALL_DATA)
 
64
DATA = $(SchemasDTD_DATA)
 
65
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
66
  distclean-recursive maintainer-clean-recursive
 
67
ETAGS = etags
 
68
CTAGS = ctags
 
69
DIST_SUBDIRS = $(SUBDIRS)
 
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
ACLOCAL = @ACLOCAL@
 
72
ALL_LINGUAS = @ALL_LINGUAS@
 
73
AMTAR = @AMTAR@
 
74
AR = @AR@
62
75
AS = @AS@
63
 
BDB_CFLAGS = @BDB_CFLAGS@
64
 
BDB_LIBS = @BDB_LIBS@
65
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
76
AUTOCONF = @AUTOCONF@
 
77
AUTOHEADER = @AUTOHEADER@
 
78
AUTOMAKE = @AUTOMAKE@
 
79
AWK = @AWK@
66
80
CATALOGS = @CATALOGS@
67
81
CATOBJEXT = @CATOBJEXT@
68
82
CC = @CC@
 
83
CCDEPMODE = @CCDEPMODE@
69
84
CFLAGS = @CFLAGS@
 
85
CPP = @CPP@
70
86
CPPFLAGS = @CPPFLAGS@
71
87
CXX = @CXX@
 
88
CXXCPP = @CXXCPP@
 
89
CXXDEPMODE = @CXXDEPMODE@
 
90
CXXFLAGS = @CXXFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
72
92
DATADIRNAME = @DATADIRNAME@
 
93
DEFS = @DEFS@
 
94
DEPDIR = @DEPDIR@
 
95
DEPENDENT_CFLAGS = @DEPENDENT_CFLAGS@
 
96
DEPENDENT_LIBS = @DEPENDENT_LIBS@
 
97
DEPENDENT_WITH_GTK_CFLAGS = @DEPENDENT_WITH_GTK_CFLAGS@
 
98
DEPENDENT_WITH_GTK_LIBS = @DEPENDENT_WITH_GTK_LIBS@
 
99
DEPENDENT_WITH_XML_AND_GTK_CFLAGS = @DEPENDENT_WITH_XML_AND_GTK_CFLAGS@
 
100
DEPENDENT_WITH_XML_AND_GTK_LIBS = @DEPENDENT_WITH_XML_AND_GTK_LIBS@
 
101
DEPENDENT_WITH_XML_CFLAGS = @DEPENDENT_WITH_XML_CFLAGS@
 
102
DEPENDENT_WITH_XML_LIBS = @DEPENDENT_WITH_XML_LIBS@
73
103
DLLTOOL = @DLLTOOL@
74
104
ECHO = @ECHO@
 
105
ECHO_C = @ECHO_C@
 
106
ECHO_N = @ECHO_N@
 
107
ECHO_T = @ECHO_T@
 
108
EGREP = @EGREP@
75
109
EXEEXT = @EXEEXT@
76
 
EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
77
 
GCONFGTK_AGE = @GCONFGTK_AGE@
78
 
GCONFGTK_CURRENT = @GCONFGTK_CURRENT@
79
 
GCONFGTK_REVISION = @GCONFGTK_REVISION@
 
110
F77 = @F77@
 
111
FFLAGS = @FFLAGS@
80
112
GCONF_AGE = @GCONF_AGE@
81
 
GCONF_CONFIG_SOURCE = @GCONF_CONFIG_SOURCE@
82
113
GCONF_CURRENT = @GCONF_CURRENT@
83
114
GCONF_REVISION = @GCONF_REVISION@
84
 
GENCAT = @GENCAT@
85
115
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
86
 
GLIB_CFLAGS = @GLIB_CFLAGS@
87
 
GLIB_CONFIG = @GLIB_CONFIG@
88
 
GLIB_LIBS = @GLIB_LIBS@
 
116
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
89
117
GMOFILES = @GMOFILES@
90
118
GMSGFMT = @GMSGFMT@
91
 
GTK_CFLAGS = @GTK_CFLAGS@
92
 
GTK_CONFIG = @GTK_CONFIG@
93
 
GTK_LIBS = @GTK_LIBS@
94
 
GT_NO = @GT_NO@
95
 
GT_YES = @GT_YES@
96
 
GUILE_CFLAGS = @GUILE_CFLAGS@
97
 
GUILE_CONFIG = @GUILE_CONFIG@
98
 
GUILE_LIBS = @GUILE_LIBS@
99
 
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
100
 
INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
 
119
GREP = @GREP@
 
120
HTML_DIR = @HTML_DIR@
 
121
INDENT = @INDENT@
 
122
INSTALL = @INSTALL@
 
123
INSTALL_DATA = @INSTALL_DATA@
 
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101
127
INSTOBJEXT = @INSTOBJEXT@
102
 
INTLDEPS = @INTLDEPS@
103
128
INTLLIBS = @INTLLIBS@
104
 
INTLOBJS = @INTLOBJS@
 
129
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
130
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
131
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
132
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
133
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
134
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
135
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
136
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
137
INTLTOOL_PERL = @INTLTOOL_PERL@
 
138
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
139
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
140
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
141
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
142
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
143
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
144
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
145
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
146
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
147
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
148
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
149
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
150
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
151
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
152
LDAP_CFLAGS = @LDAP_CFLAGS@
 
153
LDAP_LIBS = @LDAP_LIBS@
105
154
LDFLAGS = @LDFLAGS@
 
155
LIBOBJS = @LIBOBJS@
 
156
LIBS = @LIBS@
106
157
LIBTOOL = @LIBTOOL@
107
158
LN_S = @LN_S@
 
159
LTLIBOBJS = @LTLIBOBJS@
108
160
MAINT = @MAINT@
109
161
MAJOR_VERSION = @MAJOR_VERSION@
110
162
MAKEINFO = @MAKEINFO@
 
163
MKDIR_P = @MKDIR_P@
111
164
MKINSTALLDIRS = @MKINSTALLDIRS@
112
 
OAF_CFLAGS = @OAF_CFLAGS@
113
 
OAF_CONFIG = @OAF_CONFIG@
114
 
OAF_LIBS = @OAF_LIBS@
 
165
MSGFMT = @MSGFMT@
 
166
MSGFMT_OPTS = @MSGFMT_OPTS@
115
167
OBJDUMP = @OBJDUMP@
116
168
OBJEXT = @OBJEXT@
117
 
ORBIT_CFLAGS = @ORBIT_CFLAGS@
118
 
ORBIT_CONFIG = @ORBIT_CONFIG@
119
 
ORBIT_LIBS = @ORBIT_LIBS@
 
169
ORBIT_IDL = @ORBIT_IDL@
120
170
PACKAGE = @PACKAGE@
 
171
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
172
PACKAGE_NAME = @PACKAGE_NAME@
 
173
PACKAGE_STRING = @PACKAGE_STRING@
 
174
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
175
PACKAGE_VERSION = @PACKAGE_VERSION@
 
176
PATH_SEPARATOR = @PATH_SEPARATOR@
 
177
PERL = @PERL@
 
178
PKG_CONFIG = @PKG_CONFIG@
121
179
POFILES = @POFILES@
122
 
POPT_LIBS = @POPT_LIBS@
123
180
POSUB = @POSUB@
 
181
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
182
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
124
183
RANLIB = @RANLIB@
125
 
SCMGCONF_AGE = @SCMGCONF_AGE@
126
 
SCMGCONF_CURRENT = @SCMGCONF_CURRENT@
127
 
SCMGCONF_REVISION = @SCMGCONF_REVISION@
 
184
REBUILD = @REBUILD@
 
185
SED = @SED@
 
186
SET_MAKE = @SET_MAKE@
 
187
SHELL = @SHELL@
128
188
STRIP = @STRIP@
129
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
130
189
USE_NLS = @USE_NLS@
131
190
VERSION = @VERSION@
132
 
XML_CFLAGS = @XML_CFLAGS@
133
 
XML_CONFIG = @XML_CONFIG@
134
 
XML_LIBS = @XML_LIBS@
 
191
XGETTEXT = @XGETTEXT@
 
192
abs_builddir = @abs_builddir@
 
193
abs_srcdir = @abs_srcdir@
 
194
abs_top_builddir = @abs_top_builddir@
 
195
abs_top_srcdir = @abs_top_srcdir@
135
196
absolute_top_srcdir = @absolute_top_srcdir@
136
 
gconflocaledir = @gconflocaledir@
137
 
l = @l@
138
 
 
 
197
ac_ct_CC = @ac_ct_CC@
 
198
ac_ct_CXX = @ac_ct_CXX@
 
199
ac_ct_F77 = @ac_ct_F77@
 
200
am__include = @am__include@
 
201
am__leading_dot = @am__leading_dot@
 
202
am__quote = @am__quote@
 
203
am__tar = @am__tar@
 
204
am__untar = @am__untar@
 
205
bindir = @bindir@
 
206
build = @build@
 
207
build_alias = @build_alias@
 
208
build_cpu = @build_cpu@
 
209
build_os = @build_os@
 
210
build_vendor = @build_vendor@
 
211
builddir = @builddir@
 
212
datadir = @datadir@
 
213
datarootdir = @datarootdir@
 
214
docdir = @docdir@
 
215
dvidir = @dvidir@
 
216
exec_prefix = @exec_prefix@
 
217
host = @host@
 
218
host_alias = @host_alias@
 
219
host_cpu = @host_cpu@
 
220
host_os = @host_os@
 
221
host_vendor = @host_vendor@
 
222
htmldir = @htmldir@
 
223
includedir = @includedir@
 
224
infodir = @infodir@
 
225
install_sh = @install_sh@
 
226
libdir = @libdir@
 
227
libexecdir = @libexecdir@
 
228
localedir = @localedir@
 
229
localstatedir = @localstatedir@
 
230
mandir = @mandir@
 
231
mkdir_p = @mkdir_p@
 
232
oldincludedir = @oldincludedir@
 
233
pdfdir = @pdfdir@
 
234
prefix = @prefix@
 
235
program_transform_name = @program_transform_name@
 
236
psdir = @psdir@
 
237
sbindir = @sbindir@
 
238
sharedstatedir = @sharedstatedir@
 
239
srcdir = @srcdir@
 
240
sysconfdir = @sysconfdir@
 
241
sysconfsubdir = @sysconfsubdir@
 
242
sysgconfdir = @sysgconfdir@
 
243
target_alias = @target_alias@
 
244
top_builddir = @top_builddir@
 
245
top_srcdir = @top_srcdir@
139
246
SUBDIRS = gconf
140
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
141
 
CONFIG_HEADER = ../config.h
142
 
CONFIG_CLEAN_FILES = 
143
 
DIST_COMMON =  Makefile.am Makefile.in
144
 
 
145
 
 
146
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
147
 
 
148
 
TAR = gtar
149
 
GZIP_ENV = --best
150
 
all: all-redirect
 
247
SchemasDTD_DATA = gconf-1.0.dtd
 
248
SchemasDTDdir = $(datadir)/sgml/gconf
 
249
man_MANS = gconftool-2.1
 
250
EXTRA_DIST = \
 
251
        $(SchemasDTD_DATA) \
 
252
        $(man_MANS) \
 
253
        FAQ.txt gconf-1.0.dtd
 
254
 
 
255
all: all-recursive
 
256
 
151
257
.SUFFIXES:
152
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
153
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
154
 
 
155
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
156
 
        cd $(top_builddir) \
157
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
 
 
 
258
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
259
        @for dep in $?; do \
 
260
          case '$(am__configure_deps)' in \
 
261
            *$$dep*) \
 
262
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
263
                && exit 0; \
 
264
              exit 1;; \
 
265
          esac; \
 
266
        done; \
 
267
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
 
268
        cd $(top_srcdir) && \
 
269
          $(AUTOMAKE) --gnu  doc/Makefile
 
270
.PRECIOUS: Makefile
 
271
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
272
        @case '$?' in \
 
273
          *config.status*) \
 
274
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
275
          *) \
 
276
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
277
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
278
        esac;
 
279
 
 
280
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
 
 
283
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
285
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
 
 
288
mostlyclean-libtool:
 
289
        -rm -f *.lo
 
290
 
 
291
clean-libtool:
 
292
        -rm -rf .libs _libs
 
293
install-man1: $(man1_MANS) $(man_MANS)
 
294
        @$(NORMAL_INSTALL)
 
295
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
 
296
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
297
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
298
        for i in $$l2; do \
 
299
          case "$$i" in \
 
300
            *.1*) list="$$list $$i" ;; \
 
301
          esac; \
 
302
        done; \
 
303
        for i in $$list; do \
 
304
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
305
          else file=$$i; fi; \
 
306
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
307
          case "$$ext" in \
 
308
            1*) ;; \
 
309
            *) ext='1' ;; \
 
310
          esac; \
 
311
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
312
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
313
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
314
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
315
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 
316
        done
 
317
uninstall-man1:
 
318
        @$(NORMAL_UNINSTALL)
 
319
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
320
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
321
        for i in $$l2; do \
 
322
          case "$$i" in \
 
323
            *.1*) list="$$list $$i" ;; \
 
324
          esac; \
 
325
        done; \
 
326
        for i in $$list; do \
 
327
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
328
          case "$$ext" in \
 
329
            1*) ;; \
 
330
            *) ext='1' ;; \
 
331
          esac; \
 
332
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
333
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
334
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
335
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
336
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 
337
        done
 
338
install-SchemasDTDDATA: $(SchemasDTD_DATA)
 
339
        @$(NORMAL_INSTALL)
 
340
        test -z "$(SchemasDTDdir)" || $(MKDIR_P) "$(DESTDIR)$(SchemasDTDdir)"
 
341
        @list='$(SchemasDTD_DATA)'; for p in $$list; do \
 
342
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
343
          f=$(am__strip_dir) \
 
344
          echo " $(SchemasDTDDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(SchemasDTDdir)/$$f'"; \
 
345
          $(SchemasDTDDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(SchemasDTDdir)/$$f"; \
 
346
        done
 
347
 
 
348
uninstall-SchemasDTDDATA:
 
349
        @$(NORMAL_UNINSTALL)
 
350
        @list='$(SchemasDTD_DATA)'; for p in $$list; do \
 
351
          f=$(am__strip_dir) \
 
352
          echo " rm -f '$(DESTDIR)$(SchemasDTDdir)/$$f'"; \
 
353
          rm -f "$(DESTDIR)$(SchemasDTDdir)/$$f"; \
 
354
        done
159
355
 
160
356
# This directory's subdirectories are mostly independent; you can cd
161
357
# into them and run `make' without going through this Makefile.
163
359
# (1) if the variable is set in `config.status', edit `config.status'
164
360
#     (which will cause the Makefiles to be regenerated when you run `make');
165
361
# (2) otherwise, pass the desired values on the `make' command line.
166
 
 
167
 
@SET_MAKE@
168
 
 
169
 
all-recursive install-data-recursive install-exec-recursive \
170
 
installdirs-recursive install-recursive uninstall-recursive  \
171
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
172
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
362
$(RECURSIVE_TARGETS):
 
363
        @failcom='exit 1'; \
 
364
        for f in x $$MAKEFLAGS; do \
 
365
          case $$f in \
 
366
            *=* | --[!k]*);; \
 
367
            *k*) failcom='fail=yes';; \
 
368
          esac; \
 
369
        done; \
173
370
        dot_seen=no; \
174
371
        target=`echo $@ | sed s/-recursive//`; \
175
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
181
378
            local_target="$$target"; \
182
379
          fi; \
183
380
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
184
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
381
          || eval $$failcom; \
185
382
        done; \
186
383
        if test "$$dot_seen" = "no"; then \
187
384
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
188
385
        fi; test -z "$$fail"
189
386
 
190
 
mostlyclean-recursive clean-recursive distclean-recursive \
191
 
maintainer-clean-recursive:
192
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
387
$(RECURSIVE_CLEAN_TARGETS):
 
388
        @failcom='exit 1'; \
 
389
        for f in x $$MAKEFLAGS; do \
 
390
          case $$f in \
 
391
            *=* | --[!k]*);; \
 
392
            *k*) failcom='fail=yes';; \
 
393
          esac; \
 
394
        done; \
193
395
        dot_seen=no; \
194
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
195
 
          rev="$$subdir $$rev"; \
196
 
          test "$$subdir" != "." || dot_seen=yes; \
 
396
        case "$@" in \
 
397
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
398
          *) list='$(SUBDIRS)' ;; \
 
399
        esac; \
 
400
        rev=''; for subdir in $$list; do \
 
401
          if test "$$subdir" = "."; then :; else \
 
402
            rev="$$subdir $$rev"; \
 
403
          fi; \
197
404
        done; \
198
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
405
        rev="$$rev ."; \
199
406
        target=`echo $@ | sed s/-recursive//`; \
200
407
        for subdir in $$rev; do \
201
408
          echo "Making $$target in $$subdir"; \
205
412
            local_target="$$target"; \
206
413
          fi; \
207
414
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
208
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
415
          || eval $$failcom; \
209
416
        done && test -z "$$fail"
210
417
tags-recursive:
211
418
        list='$(SUBDIRS)'; for subdir in $$list; do \
212
419
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
213
420
        done
 
421
ctags-recursive:
 
422
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
423
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
424
        done
214
425
 
 
426
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
427
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '    { files[$$0] = 1; } \
 
432
               END { for (i in files) print i; }'`; \
 
433
        mkid -fID $$unique
215
434
tags: TAGS
216
435
 
217
 
ID: $(HEADERS) $(SOURCES) $(LISP)
218
 
        list='$(SOURCES) $(HEADERS)'; \
219
 
        unique=`for i in $$list; do echo $$i; done | \
220
 
          awk '    { files[$$0] = 1; } \
221
 
               END { for (i in files) print i; }'`; \
222
 
        here=`pwd` && cd $(srcdir) \
223
 
          && mkid -f$$here/ID $$unique $(LISP)
224
 
 
225
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
436
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
437
                $(TAGS_FILES) $(LISP)
226
438
        tags=; \
227
439
        here=`pwd`; \
 
440
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
441
          include_option=--etags-include; \
 
442
          empty_fix=.; \
 
443
        else \
 
444
          include_option=--include; \
 
445
          empty_fix=; \
 
446
        fi; \
228
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
229
 
   if test "$$subdir" = .; then :; else \
230
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
231
 
   fi; \
 
448
          if test "$$subdir" = .; then :; else \
 
449
            test ! -f $$subdir/TAGS || \
 
450
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
451
          fi; \
232
452
        done; \
233
 
        list='$(SOURCES) $(HEADERS)'; \
234
 
        unique=`for i in $$list; do echo $$i; done | \
235
 
          awk '    { files[$$0] = 1; } \
236
 
               END { for (i in files) print i; }'`; \
237
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
239
 
 
240
 
mostlyclean-tags:
241
 
 
242
 
clean-tags:
 
453
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
454
        unique=`for i in $$list; do \
 
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
456
          done | \
 
457
          $(AWK) '    { files[$$0] = 1; } \
 
458
               END { for (i in files) print i; }'`; \
 
459
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
460
          test -n "$$unique" || unique=$$empty_fix; \
 
461
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
462
            $$tags $$unique; \
 
463
        fi
 
464
ctags: CTAGS
 
465
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
466
                $(TAGS_FILES) $(LISP)
 
467
        tags=; \
 
468
        here=`pwd`; \
 
469
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
470
        unique=`for i in $$list; do \
 
471
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
472
          done | \
 
473
          $(AWK) '    { files[$$0] = 1; } \
 
474
               END { for (i in files) print i; }'`; \
 
475
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
476
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
477
             $$tags $$unique
 
478
 
 
479
GTAGS:
 
480
        here=`$(am__cd) $(top_builddir) && pwd` \
 
481
          && cd $(top_srcdir) \
 
482
          && gtags -i $(GTAGS_ARGS) $$here
243
483
 
244
484
distclean-tags:
245
 
        -rm -f TAGS ID
246
 
 
247
 
maintainer-clean-tags:
248
 
 
249
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
 
 
251
 
subdir = doc
 
485
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252
486
 
253
487
distdir: $(DISTFILES)
254
 
        @for file in $(DISTFILES); do \
255
 
          d=$(srcdir); \
 
488
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
489
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
490
        list='$(DISTFILES)'; \
 
491
          dist_files=`for file in $$list; do echo $$file; done | \
 
492
          sed -e "s|^$$srcdirstrip/||;t" \
 
493
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
494
        case $$dist_files in \
 
495
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
496
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
497
                           sort -u` ;; \
 
498
        esac; \
 
499
        for file in $$dist_files; do \
 
500
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
256
501
          if test -d $$d/$$file; then \
257
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
502
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
503
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
504
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
505
            fi; \
 
506
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
258
507
          else \
259
508
            test -f $(distdir)/$$file \
260
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
261
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
509
            || cp -p $$d/$$file $(distdir)/$$file \
 
510
            || exit 1; \
262
511
          fi; \
263
512
        done
264
 
        for subdir in $(SUBDIRS); do \
 
513
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
265
514
          if test "$$subdir" = .; then :; else \
266
 
            test -d $(distdir)/$$subdir \
267
 
            || mkdir $(distdir)/$$subdir \
 
515
            test -d "$(distdir)/$$subdir" \
 
516
            || $(MKDIR_P) "$(distdir)/$$subdir" \
268
517
            || exit 1; \
269
 
            chmod 777 $(distdir)/$$subdir; \
270
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
518
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
519
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
520
            (cd $$subdir && \
 
521
              $(MAKE) $(AM_MAKEFLAGS) \
 
522
                top_distdir="$$top_distdir" \
 
523
                distdir="$$distdir/$$subdir" \
 
524
                am__remove_distdir=: \
 
525
                am__skip_length_check=: \
 
526
                distdir) \
271
527
              || exit 1; \
272
528
          fi; \
273
529
        done
274
 
info-am:
275
 
info: info-recursive
276
 
dvi-am:
277
 
dvi: dvi-recursive
278
530
check-am: all-am
279
531
check: check-recursive
280
 
installcheck-am:
281
 
installcheck: installcheck-recursive
282
 
install-exec-am:
 
532
all-am: Makefile $(MANS) $(DATA)
 
533
installdirs: installdirs-recursive
 
534
installdirs-am:
 
535
        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(SchemasDTDdir)"; do \
 
536
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
537
        done
 
538
install: install-recursive
283
539
install-exec: install-exec-recursive
284
 
 
285
 
install-data-am:
286
540
install-data: install-data-recursive
 
541
uninstall: uninstall-recursive
287
542
 
288
543
install-am: all-am
289
544
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290
 
install: install-recursive
291
 
uninstall-am:
292
 
uninstall: uninstall-recursive
293
 
all-am: Makefile
294
 
all-redirect: all-recursive
 
545
 
 
546
installcheck: installcheck-recursive
295
547
install-strip:
296
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
297
 
installdirs: installdirs-recursive
298
 
installdirs-am:
299
 
 
300
 
 
 
548
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
549
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
550
          `test -z '$(STRIP)' || \
 
551
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
301
552
mostlyclean-generic:
302
553
 
303
554
clean-generic:
304
555
 
305
556
distclean-generic:
306
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
307
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
308
558
 
309
559
maintainer-clean-generic:
310
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
311
 
 
312
 
mostlyclean: mostlyclean-recursive
313
 
 
314
 
clean-am:  clean-tags clean-generic mostlyclean-am
315
 
 
 
560
        @echo "This command is intended for maintainers to use"
 
561
        @echo "it deletes files that may require special tools to rebuild."
316
562
clean: clean-recursive
317
563
 
318
 
distclean-am:  distclean-tags distclean-generic clean-am
319
 
        -rm -f libtool
 
564
clean-am: clean-generic clean-libtool mostlyclean-am
320
565
 
321
566
distclean: distclean-recursive
322
 
 
323
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
324
 
                distclean-am
325
 
        @echo "This command is intended for maintainers to use;"
326
 
        @echo "it deletes files that may require special tools to rebuild."
 
567
        -rm -f Makefile
 
568
distclean-am: clean-am distclean-generic distclean-tags
 
569
 
 
570
dvi: dvi-recursive
 
571
 
 
572
dvi-am:
 
573
 
 
574
html: html-recursive
 
575
 
 
576
info: info-recursive
 
577
 
 
578
info-am:
 
579
 
 
580
install-data-am: install-SchemasDTDDATA install-man
 
581
 
 
582
install-dvi: install-dvi-recursive
 
583
 
 
584
install-exec-am:
 
585
 
 
586
install-html: install-html-recursive
 
587
 
 
588
install-info: install-info-recursive
 
589
 
 
590
install-man: install-man1
 
591
 
 
592
install-pdf: install-pdf-recursive
 
593
 
 
594
install-ps: install-ps-recursive
 
595
 
 
596
installcheck-am:
327
597
 
328
598
maintainer-clean: maintainer-clean-recursive
329
 
 
330
 
.PHONY: install-data-recursive uninstall-data-recursive \
331
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
332
 
uninstalldirs-recursive all-recursive check-recursive \
333
 
installcheck-recursive info-recursive dvi-recursive \
334
 
mostlyclean-recursive distclean-recursive clean-recursive \
335
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
336
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
337
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
338
 
install-exec install-data-am install-data install-am install \
339
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
340
 
installdirs mostlyclean-generic distclean-generic clean-generic \
341
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
342
 
 
 
599
        -rm -f Makefile
 
600
maintainer-clean-am: distclean-am maintainer-clean-generic
 
601
 
 
602
mostlyclean: mostlyclean-recursive
 
603
 
 
604
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
605
 
 
606
pdf: pdf-recursive
 
607
 
 
608
pdf-am:
 
609
 
 
610
ps: ps-recursive
 
611
 
 
612
ps-am:
 
613
 
 
614
uninstall-am: uninstall-SchemasDTDDATA uninstall-man
 
615
 
 
616
uninstall-man: uninstall-man1
 
617
 
 
618
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
619
        install-strip
 
620
 
 
621
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
622
        all all-am check check-am clean clean-generic clean-libtool \
 
623
        ctags ctags-recursive distclean distclean-generic \
 
624
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
625
        html-am info info-am install install-SchemasDTDDATA install-am \
 
626
        install-data install-data-am install-dvi install-dvi-am \
 
627
        install-exec install-exec-am install-html install-html-am \
 
628
        install-info install-info-am install-man install-man1 \
 
629
        install-pdf install-pdf-am install-ps install-ps-am \
 
630
        install-strip installcheck installcheck-am installdirs \
 
631
        installdirs-am maintainer-clean maintainer-clean-generic \
 
632
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
633
        ps ps-am tags tags-recursive uninstall \
 
634
        uninstall-SchemasDTDDATA uninstall-am uninstall-man \
 
635
        uninstall-man1
343
636
 
344
637
# Tell versions [3.59,3.63) of GNU make to not export all variables.
345
638
# Otherwise a system limit (for SysV at least) may be exceeded.