~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to help/zh_CN/fish/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-06-22 22:26:26 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 147.
  • Revision ID: james.westby@ubuntu.com-20090622222626-lfdc32sakbz19yuu
ImportĀ upstreamĀ versionĀ 2.26.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  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
 
 
17
 
#
18
 
# No modifications of this Makefile should be necessary.
19
 
#
20
 
# To use this template:
21
 
#     1) Define: figdir, docname, lang, omffile, and entities in
22
 
#        your Makefile.am file for each document directory,
23
 
#        although figdir, omffile, and entities may be empty
24
 
#     2) Make sure the Makefile in (1) also includes 
25
 
#        "include $(top_srcdir)/xmldocs.make" and
26
 
#        "dist-hook: app-dist-hook".
27
 
#     3) Optionally define 'entities' to hold xml entities which
28
 
#        you would also like installed
29
 
#     4) Figures must go under $(figdir)/ and be in PNG format
30
 
#     5) You should only have one document per directory 
31
 
#     6) Note that the figure directory, $(figdir)/, should not have its
32
 
#        own Makefile since this Makefile installs those figures.
33
 
#
34
 
# example Makefile.am:
35
 
#   figdir = figures
36
 
#   docname = scrollkeeper-manual
37
 
#   lang = C
38
 
#   omffile=scrollkeeper-manual-C.omf
39
 
#   entities = fdl.xml
40
 
#   include $(top_srcdir)/xmldocs.make
41
 
#   dist-hook: app-dist-hook
42
 
#
43
 
# About this file:
44
 
#       This file was taken from scrollkeeper_example2, a package illustrating
45
 
#       how to install documentation and OMF files for use with ScrollKeeper 
46
 
#       0.3.x and 0.4.x.  For more information, see:
47
 
#               http://scrollkeeper.sourceforge.net/
48
 
#       Version: 0.1.2 (last updated: March 20, 2002)
49
 
#
50
 
 
51
 
52
 
# No modifications of this Makefile should be necessary.
53
 
#
54
 
# This file contains the build instructions for installing OMF files.  It is
55
 
# generally called from the makefiles for particular formats of documentation.
56
 
#
57
 
# Note that you must configure your package with --localstatedir=/var
58
 
# so that the scrollkeeper-update command below will update the database
59
 
# in the standard scrollkeeper directory.
60
 
#
61
 
# If it is impossible to configure with --localstatedir=/var, then
62
 
# modify the definition of scrollkeeper_localstate_dir so that
63
 
# it points to the correct location. Note that you must still use 
64
 
# $(localstatedir) in this or when people build RPMs it will update
65
 
# the real database on their system instead of the one under RPM_BUILD_ROOT.
66
 
#
67
 
# Note: This make file is not incorporated into xmldocs.make because, in
68
 
#       general, there will be other documents install besides XML documents
69
 
#       and the makefiles for these formats should also include this file.
70
 
#
71
 
# About this file:
72
 
#       This file was derived from scrollkeeper_example2, a package
73
 
#       illustrating how to install documentation and OMF files for use with
74
 
#       ScrollKeeper 0.3.x and 0.4.x.  For more information, see:
75
 
#               http://scrollkeeper.sourceforge.net/    
76
 
#       Version: 0.1.3 (last updated: March 20, 2002)
77
 
#
78
 
VPATH = @srcdir@
79
 
pkgdatadir = $(datadir)/@PACKAGE@
80
 
pkglibdir = $(libdir)/@PACKAGE@
81
 
pkgincludedir = $(includedir)/@PACKAGE@
82
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83
 
install_sh_DATA = $(install_sh) -c -m 644
84
 
install_sh_PROGRAM = $(install_sh) -c
85
 
install_sh_SCRIPT = $(install_sh) -c
86
 
INSTALL_HEADER = $(INSTALL_DATA)
87
 
transform = $(program_transform_name)
88
 
NORMAL_INSTALL = :
89
 
PRE_INSTALL = :
90
 
POST_INSTALL = :
91
 
NORMAL_UNINSTALL = :
92
 
PRE_UNINSTALL = :
93
 
POST_UNINSTALL = :
94
 
build_triplet = @build@
95
 
host_triplet = @host@
96
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
97
 
        $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
98
 
subdir = help/zh_CN/fish
99
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100
 
am__aclocal_m4_deps = $(top_srcdir)/m4/d-type.m4 \
101
 
        $(top_srcdir)/m4/gnome-doc-utils.m4 \
102
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
103
 
        $(top_srcdir)/configure.in
104
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105
 
        $(ACLOCAL_M4)
106
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107
 
CONFIG_HEADER = $(top_builddir)/config.h
108
 
CONFIG_CLEAN_FILES =
109
 
SOURCES =
110
 
DIST_SOURCES =
111
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
 
ACLOCAL = @ACLOCAL@
113
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
114
 
ALL_LINGUAS = @ALL_LINGUAS@
115
 
AMTAR = @AMTAR@
116
 
AR = @AR@
117
 
AS = @AS@
118
 
AUTOCONF = @AUTOCONF@
119
 
AUTOHEADER = @AUTOHEADER@
120
 
AUTOMAKE = @AUTOMAKE@
121
 
AWK = @AWK@
122
 
BONOBO_ACT_IDLDIR = @BONOBO_ACT_IDLDIR@
123
 
BONOBO_IDLDIR = @BONOBO_IDLDIR@
124
 
CATALOGS = @CATALOGS@
125
 
CATOBJEXT = @CATOBJEXT@
126
 
CC = @CC@
127
 
CCDEPMODE = @CCDEPMODE@
128
 
CFLAGS = @CFLAGS@
129
 
CLOCK_CFLAGS = @CLOCK_CFLAGS@
130
 
CLOCK_EDS_ICONDIR = @CLOCK_EDS_ICONDIR@
131
 
CLOCK_LIBS = @CLOCK_LIBS@
132
 
CLOCK_MECHANISM_CFLAGS = @CLOCK_MECHANISM_CFLAGS@
133
 
CLOCK_MECHANISM_LIBS = @CLOCK_MECHANISM_LIBS@
134
 
CLOCK_TIME_UTILITY = @CLOCK_TIME_UTILITY@
135
 
CPP = @CPP@
136
 
CPPFLAGS = @CPPFLAGS@
137
 
CXX = @CXX@
138
 
CXXCPP = @CXXCPP@
139
 
CXXDEPMODE = @CXXDEPMODE@
140
 
CXXFLAGS = @CXXFLAGS@
141
 
CYGPATH_W = @CYGPATH_W@
142
 
DATADIRNAME = @DATADIRNAME@
143
 
DEFS = @DEFS@
144
 
DEPDIR = @DEPDIR@
145
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
146
 
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
147
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
148
 
DLLTOOL = @DLLTOOL@
149
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
150
 
DSYMUTIL = @DSYMUTIL@
151
 
ECHO = @ECHO@
152
 
ECHO_C = @ECHO_C@
153
 
ECHO_N = @ECHO_N@
154
 
ECHO_T = @ECHO_T@
155
 
EGREP = @EGREP@
156
 
EXEEXT = @EXEEXT@
157
 
F77 = @F77@
158
 
FFLAGS = @FFLAGS@
159
 
FISH_CFLAGS = @FISH_CFLAGS@
160
 
FISH_LIBS = @FISH_LIBS@
161
 
GCONFTOOL = @GCONFTOOL@
162
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
163
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
164
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
165
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
166
 
GMOFILES = @GMOFILES@
167
 
GMSGFMT = @GMSGFMT@
168
 
GREP = @GREP@
169
 
GTKDOC_CHECK = @GTKDOC_CHECK@
170
 
GTKDOC_REBASE = @GTKDOC_REBASE@
171
 
HELP_DIR = @HELP_DIR@
172
 
HTML_DIR = @HTML_DIR@
173
 
INSTALL = @INSTALL@
174
 
INSTALL_DATA = @INSTALL_DATA@
175
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
177
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178
 
INSTOBJEXT = @INSTOBJEXT@
179
 
INTLLIBS = @INTLLIBS@
180
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
181
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
182
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
183
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
184
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
185
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
186
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
187
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
188
 
INTLTOOL_PERL = @INTLTOOL_PERL@
189
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
190
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
191
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
192
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
193
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
194
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
195
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
196
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
197
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
198
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
199
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
200
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
201
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
202
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
203
 
LDFLAGS = @LDFLAGS@
204
 
LIBOBJS = @LIBOBJS@
205
 
LIBPANEL_APPLET_CFLAGS = @LIBPANEL_APPLET_CFLAGS@
206
 
LIBPANEL_APPLET_LIBS = @LIBPANEL_APPLET_LIBS@
207
 
LIBS = @LIBS@
208
 
LIBTOOL = @LIBTOOL@
209
 
LIB_PANEL_APPLET_LT_VERSION = @LIB_PANEL_APPLET_LT_VERSION@
210
 
LN_S = @LN_S@
211
 
LTLIBOBJS = @LTLIBOBJS@
212
 
MAINT = @MAINT@
213
 
MAKEINFO = @MAKEINFO@
214
 
MKDIR_P = @MKDIR_P@
215
 
MKINSTALLDIRS = @MKINSTALLDIRS@
216
 
MSGFMT = @MSGFMT@
217
 
MSGFMT_OPTS = @MSGFMT_OPTS@
218
 
MSGMERGE = @MSGMERGE@
219
 
NETWORK_MANAGER_CFLAGS = @NETWORK_MANAGER_CFLAGS@
220
 
NETWORK_MANAGER_LIBS = @NETWORK_MANAGER_LIBS@
221
 
NMEDIT = @NMEDIT@
222
 
NOTIFICATION_AREA_CFLAGS = @NOTIFICATION_AREA_CFLAGS@
223
 
NOTIFICATION_AREA_LIBS = @NOTIFICATION_AREA_LIBS@
224
 
OBJDUMP = @OBJDUMP@
225
 
OBJEXT = @OBJEXT@
226
 
OMF_DIR = @OMF_DIR@
227
 
ORBIT_IDL = @ORBIT_IDL@
228
 
PACKAGE = @PACKAGE@
229
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230
 
PACKAGE_NAME = @PACKAGE_NAME@
231
 
PACKAGE_STRING = @PACKAGE_STRING@
232
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
233
 
PACKAGE_VERSION = @PACKAGE_VERSION@
234
 
PANEL_CFLAGS = @PANEL_CFLAGS@
235
 
PANEL_LIBS = @PANEL_LIBS@
236
 
PATH_SEPARATOR = @PATH_SEPARATOR@
237
 
PERL = @PERL@
238
 
PKG_CONFIG = @PKG_CONFIG@
239
 
POFILES = @POFILES@
240
 
POLKIT_DBUS_CFLAGS = @POLKIT_DBUS_CFLAGS@
241
 
POLKIT_DBUS_LIBS = @POLKIT_DBUS_LIBS@
242
 
POLKIT_GNOME_CFLAGS = @POLKIT_GNOME_CFLAGS@
243
 
POLKIT_GNOME_LIBS = @POLKIT_GNOME_LIBS@
244
 
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
245
 
POSUB = @POSUB@
246
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
247
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
248
 
RANLIB = @RANLIB@
249
 
REBUILD = @REBUILD@
250
 
SED = @SED@
251
 
SET_MAKE = @SET_MAKE@
252
 
SHELL = @SHELL@
253
 
STRIP = @STRIP@
254
 
USE_NLS = @USE_NLS@
255
 
VERSION = @VERSION@
256
 
WARN_CFLAGS = @WARN_CFLAGS@
257
 
WNCKLET_CFLAGS = @WNCKLET_CFLAGS@
258
 
WNCKLET_LIBS = @WNCKLET_LIBS@
259
 
XGETTEXT = @XGETTEXT@
260
 
XMKMF = @XMKMF@
261
 
X_CFLAGS = @X_CFLAGS@
262
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
263
 
X_LIBS = @X_LIBS@
264
 
X_PRE_LIBS = @X_PRE_LIBS@
265
 
abs_builddir = @abs_builddir@
266
 
abs_srcdir = @abs_srcdir@
267
 
abs_top_builddir = @abs_top_builddir@
268
 
abs_top_srcdir = @abs_top_srcdir@
269
 
ac_ct_CC = @ac_ct_CC@
270
 
ac_ct_CXX = @ac_ct_CXX@
271
 
ac_ct_F77 = @ac_ct_F77@
272
 
am__include = @am__include@
273
 
am__leading_dot = @am__leading_dot@
274
 
am__quote = @am__quote@
275
 
am__tar = @am__tar@
276
 
am__untar = @am__untar@
277
 
bindir = @bindir@
278
 
build = @build@
279
 
build_alias = @build_alias@
280
 
build_cpu = @build_cpu@
281
 
build_os = @build_os@
282
 
build_vendor = @build_vendor@
283
 
builddir = @builddir@
284
 
datadir = @datadir@
285
 
datarootdir = @datarootdir@
286
 
 
287
 
# **********  Begin of section some packagers may need to modify  **********
288
 
# This variable (docdir) specifies where the documents should be installed.
289
 
# This default value should work for most packages.
290
 
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
291
 
dvidir = @dvidir@
292
 
exec_prefix = @exec_prefix@
293
 
host = @host@
294
 
host_alias = @host_alias@
295
 
host_cpu = @host_cpu@
296
 
host_os = @host_os@
297
 
host_vendor = @host_vendor@
298
 
htmldir = @htmldir@
299
 
includedir = @includedir@
300
 
infodir = @infodir@
301
 
install_sh = @install_sh@
302
 
libdir = @libdir@
303
 
libexecdir = @libexecdir@
304
 
localedir = @localedir@
305
 
localstatedir = @localstatedir@
306
 
mandir = @mandir@
307
 
mkdir_p = @mkdir_p@
308
 
oldincludedir = @oldincludedir@
309
 
pdfdir = @pdfdir@
310
 
prefix = @prefix@
311
 
program_transform_name = @program_transform_name@
312
 
psdir = @psdir@
313
 
sbindir = @sbindir@
314
 
sharedstatedir = @sharedstatedir@
315
 
srcdir = @srcdir@
316
 
sysconfdir = @sysconfdir@
317
 
target_alias = @target_alias@
318
 
top_build_prefix = @top_build_prefix@
319
 
top_builddir = @top_builddir@
320
 
top_srcdir = @top_srcdir@
321
 
figdir = figures
322
 
docname = fish-applet-2
323
 
lang = zh_CN
324
 
omffile = fish-applet-2-zh_CN.omf
325
 
entities = legal.xml
326
 
 
327
 
# **********  You should not have to edit below this line  **********
328
 
xml_files = $(entities) $(docname).xml
329
 
EXTRA_DIST = $(xml_files) $(omffile)
330
 
CLEANFILES = omf_timestamp
331
 
omf_dest_dir = $(datadir)/omf/@PACKAGE@
332
 
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
333
 
all: all-am
334
 
 
335
 
.SUFFIXES:
336
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
337
 
        @for dep in $?; do \
338
 
          case '$(am__configure_deps)' in \
339
 
            *$$dep*) \
340
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
341
 
                && exit 0; \
342
 
              exit 1;; \
343
 
          esac; \
344
 
        done; \
345
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  help/zh_CN/fish/Makefile'; \
346
 
        cd $(top_srcdir) && \
347
 
          $(AUTOMAKE) --gnu  help/zh_CN/fish/Makefile
348
 
.PRECIOUS: Makefile
349
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350
 
        @case '$?' in \
351
 
          *config.status*) \
352
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353
 
          *) \
354
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356
 
        esac;
357
 
 
358
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
 
 
361
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
 
 
366
 
mostlyclean-libtool:
367
 
        -rm -f *.lo
368
 
 
369
 
clean-libtool:
370
 
        -rm -rf .libs _libs
371
 
tags: TAGS
372
 
TAGS:
373
 
 
374
 
ctags: CTAGS
375
 
CTAGS:
376
 
 
377
 
 
378
 
distdir: $(DISTFILES)
379
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381
 
        list='$(DISTFILES)'; \
382
 
          dist_files=`for file in $$list; do echo $$file; done | \
383
 
          sed -e "s|^$$srcdirstrip/||;t" \
384
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
385
 
        case $$dist_files in \
386
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
387
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
388
 
                           sort -u` ;; \
389
 
        esac; \
390
 
        for file in $$dist_files; do \
391
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
392
 
          if test -d $$d/$$file; then \
393
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
394
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
395
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
396
 
            fi; \
397
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
398
 
          else \
399
 
            test -f $(distdir)/$$file \
400
 
            || cp -p $$d/$$file $(distdir)/$$file \
401
 
            || exit 1; \
402
 
          fi; \
403
 
        done
404
 
        $(MAKE) $(AM_MAKEFLAGS) \
405
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
406
 
          dist-hook
407
 
check-am: all-am
408
 
check: check-am
409
 
all-am: Makefile
410
 
installdirs:
411
 
install: install-am
412
 
install-exec: install-exec-am
413
 
install-data: install-data-am
414
 
uninstall: uninstall-am
415
 
 
416
 
install-am: all-am
417
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418
 
 
419
 
installcheck: installcheck-am
420
 
install-strip:
421
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
422
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
423
 
          `test -z '$(STRIP)' || \
424
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
425
 
mostlyclean-generic:
426
 
 
427
 
clean-generic:
428
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
429
 
 
430
 
distclean-generic:
431
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
432
 
 
433
 
maintainer-clean-generic:
434
 
        @echo "This command is intended for maintainers to use"
435
 
        @echo "it deletes files that may require special tools to rebuild."
436
 
clean: clean-am
437
 
 
438
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
439
 
 
440
 
distclean: distclean-am
441
 
        -rm -f Makefile
442
 
distclean-am: clean-am distclean-generic
443
 
 
444
 
dvi: dvi-am
445
 
 
446
 
dvi-am:
447
 
 
448
 
html: html-am
449
 
 
450
 
info: info-am
451
 
 
452
 
info-am:
453
 
 
454
 
install-data-am: install-data-local
455
 
        @$(NORMAL_INSTALL)
456
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
457
 
 
458
 
install-dvi: install-dvi-am
459
 
 
460
 
install-exec-am:
461
 
 
462
 
install-html: install-html-am
463
 
 
464
 
install-info: install-info-am
465
 
 
466
 
install-man:
467
 
 
468
 
install-pdf: install-pdf-am
469
 
 
470
 
install-ps: install-ps-am
471
 
 
472
 
installcheck-am:
473
 
 
474
 
maintainer-clean: maintainer-clean-am
475
 
        -rm -f Makefile
476
 
maintainer-clean-am: distclean-am maintainer-clean-generic
477
 
 
478
 
mostlyclean: mostlyclean-am
479
 
 
480
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
481
 
 
482
 
pdf: pdf-am
483
 
 
484
 
pdf-am:
485
 
 
486
 
ps: ps-am
487
 
 
488
 
ps-am:
489
 
 
490
 
uninstall-am: uninstall-local
491
 
 
492
 
.MAKE: install-am install-data-am install-strip
493
 
 
494
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
495
 
        clean-local dist-hook distclean distclean-generic \
496
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
497
 
        install install-am install-data install-data-am \
498
 
        install-data-hook install-data-local install-dvi \
499
 
        install-dvi-am install-exec install-exec-am install-html \
500
 
        install-html-am install-info install-info-am install-man \
501
 
        install-pdf install-pdf-am install-ps install-ps-am \
502
 
        install-strip installcheck installcheck-am installdirs \
503
 
        maintainer-clean maintainer-clean-generic mostlyclean \
504
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
505
 
        uninstall uninstall-am uninstall-local
506
 
 
507
 
 
508
 
# At some point, it may be wise to change to something like this:
509
 
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
510
 
 
511
 
omf: omf_timestamp
512
 
 
513
 
omf_timestamp: $(omffile)
514
 
        -for file in $(omffile); do \
515
 
          scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
516
 
        done; \
517
 
        touch omf_timestamp
518
 
 
519
 
install-data-hook-omf:
520
 
        $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
521
 
        for file in $(omffile); do \
522
 
                $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
523
 
        done
524
 
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
525
 
 
526
 
uninstall-local-omf:
527
 
        -for file in $(srcdir)/*.omf; do \
528
 
                basefile=`basename $$file`; \
529
 
                rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
530
 
        done
531
 
        -rmdir $(DESTDIR)$(omf_dest_dir)
532
 
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
533
 
 
534
 
clean-local-omf:
535
 
        -for file in $(omffile); do \
536
 
                rm -f $$file.out; \
537
 
        done
538
 
 
539
 
all: omf
540
 
 
541
 
$(docname).xml: $(entities)
542
 
        -ourdir=`pwd`;  \
543
 
        cd $(srcdir);   \
544
 
        cp $(entities) $$ourdir
545
 
 
546
 
app-dist-hook:
547
 
        if test "$(figdir)"; then \
548
 
          $(mkinstalldirs) $(distdir)/$(figdir); \
549
 
          for file in $(srcdir)/$(figdir)/*.png; do \
550
 
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
551
 
            $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
552
 
          done \
553
 
        fi
554
 
 
555
 
install-data-local: omf
556
 
        $(mkinstalldirs) $(DESTDIR)$(docdir)
557
 
        for file in $(xml_files); do \
558
 
          cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
559
 
        done
560
 
        if test "$(figdir)"; then \
561
 
          $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
562
 
          for file in $(srcdir)/$(figdir)/*.png; do \
563
 
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
564
 
            $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
565
 
          done \
566
 
        fi
567
 
 
568
 
install-data-hook: install-data-hook-omf
569
 
 
570
 
uninstall-local: uninstall-local-doc uninstall-local-omf
571
 
 
572
 
uninstall-local-doc:
573
 
        -if test "$(figdir)"; then \
574
 
          for file in $(srcdir)/$(figdir)/*.png; do \
575
 
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
576
 
            rm -f $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
577
 
          done; \
578
 
          rmdir $(DESTDIR)$(docdir)/$(figdir); \
579
 
        fi
580
 
        -for file in $(xml_files); do \
581
 
          rm -f $(DESTDIR)$(docdir)/$$file; \
582
 
        done
583
 
        -rmdir $(DESTDIR)$(docdir)
584
 
 
585
 
clean-local: clean-local-doc clean-local-omf
586
 
 
587
 
# for non-srcdir builds, remove the copied entities.
588
 
clean-local-doc:
589
 
        if test $(srcdir) != .; then \
590
 
          rm -f $(entities); \
591
 
        fi
592
 
dist-hook: app-dist-hook
593
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
594
 
# Otherwise a system limit (for SysV at least) may be exceeded.
595
 
.NOEXPORT: