~ubuntu-branches/ubuntu/warty/zenity/warty

« back to all changes in this revision

Viewing changes to help/sr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-12 01:48:22 UTC
  • Revision ID: james.westby@ubuntu.com-20041012014822-89rmdkuj434ynu0n
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.2 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
 
 
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
 
 
79
srcdir = @srcdir@
 
80
top_srcdir = @top_srcdir@
 
81
VPATH = @srcdir@
 
82
pkgdatadir = $(datadir)/@PACKAGE@
 
83
pkglibdir = $(libdir)/@PACKAGE@
 
84
pkgincludedir = $(includedir)/@PACKAGE@
 
85
top_builddir = ../..
 
86
 
 
87
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
88
INSTALL = @INSTALL@
 
89
install_sh_DATA = $(install_sh) -c -m 644
 
90
install_sh_PROGRAM = $(install_sh) -c
 
91
install_sh_SCRIPT = $(install_sh) -c
 
92
INSTALL_HEADER = $(INSTALL_DATA)
 
93
transform = $(program_transform_name)
 
94
NORMAL_INSTALL = :
 
95
PRE_INSTALL = :
 
96
POST_INSTALL = :
 
97
NORMAL_UNINSTALL = :
 
98
PRE_UNINSTALL = :
 
99
POST_UNINSTALL = :
 
100
host_triplet = @host@
 
101
ACLOCAL = @ACLOCAL@
 
102
AMDEP_FALSE = @AMDEP_FALSE@
 
103
AMDEP_TRUE = @AMDEP_TRUE@
 
104
AMTAR = @AMTAR@
 
105
AUTOCONF = @AUTOCONF@
 
106
AUTOHEADER = @AUTOHEADER@
 
107
AUTOMAKE = @AUTOMAKE@
 
108
AWK = @AWK@
 
109
CATALOGS = @CATALOGS@
 
110
CATOBJEXT = @CATOBJEXT@
 
111
CC = @CC@
 
112
CCDEPMODE = @CCDEPMODE@
 
113
CFLAGS = @CFLAGS@
 
114
CPP = @CPP@
 
115
CPPFLAGS = @CPPFLAGS@
 
116
CYGPATH_W = @CYGPATH_W@
 
117
DATADIRNAME = @DATADIRNAME@
 
118
DEFS = @DEFS@
 
119
DEPDIR = @DEPDIR@
 
120
ECHO_C = @ECHO_C@
 
121
ECHO_N = @ECHO_N@
 
122
ECHO_T = @ECHO_T@
 
123
EGREP = @EGREP@
 
124
EXEEXT = @EXEEXT@
 
125
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
126
GMOFILES = @GMOFILES@
 
127
GMSGFMT = @GMSGFMT@
 
128
INSTALL_DATA = @INSTALL_DATA@
 
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
131
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
132
INSTOBJEXT = @INSTOBJEXT@
 
133
INTLLIBS = @INTLLIBS@
 
134
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
135
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
136
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
137
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
138
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
139
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
140
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
141
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
142
INTLTOOL_PERL = @INTLTOOL_PERL@
 
143
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
144
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
145
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
146
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
147
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
148
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
149
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
150
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
151
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
152
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
153
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
154
LDFLAGS = @LDFLAGS@
 
155
LIBOBJS = @LIBOBJS@
 
156
LIBS = @LIBS@
 
157
LTLIBOBJS = @LTLIBOBJS@
 
158
MAINT = @MAINT@
 
159
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
160
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
161
MAKEINFO = @MAKEINFO@
 
162
MKINSTALLDIRS = @MKINSTALLDIRS@
 
163
MSGFMT = @MSGFMT@
 
164
OBJEXT = @OBJEXT@
 
165
PACKAGE = @PACKAGE@
 
166
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
167
PACKAGE_NAME = @PACKAGE_NAME@
 
168
PACKAGE_STRING = @PACKAGE_STRING@
 
169
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
170
PACKAGE_VERSION = @PACKAGE_VERSION@
 
171
PATH_SEPARATOR = @PATH_SEPARATOR@
 
172
PERL = @PERL@
 
173
PKG_CONFIG = @PKG_CONFIG@
 
174
POFILES = @POFILES@
 
175
POSUB = @POSUB@
 
176
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
177
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
178
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
 
179
SET_MAKE = @SET_MAKE@
 
180
SHELL = @SHELL@
 
181
STRIP = @STRIP@
 
182
USE_NLS = @USE_NLS@
 
183
VERSION = @VERSION@
 
184
XGETTEXT = @XGETTEXT@
 
185
X_CFLAGS = @X_CFLAGS@
 
186
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
187
X_LIBS = @X_LIBS@
 
188
X_PRE_LIBS = @X_PRE_LIBS@
 
189
ZENITY_CFLAGS = @ZENITY_CFLAGS@
 
190
ZENITY_LIBS = @ZENITY_LIBS@
 
191
ac_ct_CC = @ac_ct_CC@
 
192
ac_ct_STRIP = @ac_ct_STRIP@
 
193
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
194
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
195
am__include = @am__include@
 
196
am__quote = @am__quote@
 
197
bindir = @bindir@
 
198
build = @build@
 
199
build_alias = @build_alias@
 
200
build_cpu = @build_cpu@
 
201
build_os = @build_os@
 
202
build_vendor = @build_vendor@
 
203
datadir = @datadir@
 
204
exec_prefix = @exec_prefix@
 
205
host = @host@
 
206
host_alias = @host_alias@
 
207
host_cpu = @host_cpu@
 
208
host_os = @host_os@
 
209
host_vendor = @host_vendor@
 
210
includedir = @includedir@
 
211
infodir = @infodir@
 
212
install_sh = @install_sh@
 
213
libdir = @libdir@
 
214
libexecdir = @libexecdir@
 
215
localstatedir = @localstatedir@
 
216
mandir = @mandir@
 
217
oldincludedir = @oldincludedir@
 
218
prefix = @prefix@
 
219
program_transform_name = @program_transform_name@
 
220
sbindir = @sbindir@
 
221
sharedstatedir = @sharedstatedir@
 
222
sysconfdir = @sysconfdir@
 
223
target_alias = @target_alias@
 
224
zenitylocaledir = @zenitylocaledir@
 
225
figdir = figures
 
226
docname = zenity
 
227
lang = sr
 
228
omffile = zenity-sr.omf
 
229
entities = legal.xml
 
230
 
 
231
# **********  Begin of section some packagers may need to modify  **********
 
232
# This variable (docdir) specifies where the documents should be installed.
 
233
# This default value should work for most packages.
 
234
docdir = $(datadir)/gnome/help/$(docname)/$(lang)
 
235
 
 
236
# **********  You should not have to edit below this line  **********
 
237
xml_files = $(entities) $(docname).xml
 
238
 
 
239
EXTRA_DIST = $(xml_files) $(omffile)
 
240
CLEANFILES = omf_timestamp
 
241
 
 
242
omf_dest_dir = $(datadir)/omf/@PACKAGE@
 
243
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
 
244
subdir = help/sr
 
245
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
246
CONFIG_HEADER = $(top_builddir)/config.h
 
247
CONFIG_CLEAN_FILES =
 
248
DIST_SOURCES =
 
249
DIST_COMMON = $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make \
 
250
        Makefile.am Makefile.in
 
251
all: all-am
 
252
 
 
253
.SUFFIXES:
 
254
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
255
        cd $(top_srcdir) && \
 
256
          $(AUTOMAKE) --gnu  help/sr/Makefile
 
257
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
258
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
259
uninstall-info-am:
 
260
tags: TAGS
 
261
TAGS:
 
262
 
 
263
ctags: CTAGS
 
264
CTAGS:
 
265
 
 
266
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
267
 
 
268
top_distdir = ../..
 
269
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
270
 
 
271
distdir: $(DISTFILES)
 
272
        $(mkinstalldirs) $(distdir)/../..
 
273
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
274
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
275
        list='$(DISTFILES)'; for file in $$list; do \
 
276
          case $$file in \
 
277
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
278
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
279
          esac; \
 
280
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
281
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
282
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
283
            dir="/$$dir"; \
 
284
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
285
          else \
 
286
            dir=''; \
 
287
          fi; \
 
288
          if test -d $$d/$$file; then \
 
289
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
290
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
291
            fi; \
 
292
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
293
          else \
 
294
            test -f $(distdir)/$$file \
 
295
            || cp -p $$d/$$file $(distdir)/$$file \
 
296
            || exit 1; \
 
297
          fi; \
 
298
        done
 
299
        $(MAKE) $(AM_MAKEFLAGS) \
 
300
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
301
          dist-hook
 
302
check-am: all-am
 
303
check: check-am
 
304
all-am: Makefile
 
305
 
 
306
installdirs:
 
307
 
 
308
install: install-am
 
309
install-exec: install-exec-am
 
310
install-data: install-data-am
 
311
uninstall: uninstall-am
 
312
 
 
313
install-am: all-am
 
314
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
315
 
 
316
installcheck: installcheck-am
 
317
install-strip:
 
318
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
319
          INSTALL_STRIP_FLAG=-s \
 
320
          `test -z '$(STRIP)' || \
 
321
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
322
mostlyclean-generic:
 
323
 
 
324
clean-generic:
 
325
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
326
 
 
327
distclean-generic:
 
328
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
329
 
 
330
maintainer-clean-generic:
 
331
        @echo "This command is intended for maintainers to use"
 
332
        @echo "it deletes files that may require special tools to rebuild."
 
333
clean: clean-am
 
334
 
 
335
clean-am: clean-generic clean-local mostlyclean-am
 
336
 
 
337
distclean: distclean-am
 
338
 
 
339
distclean-am: clean-am distclean-generic
 
340
 
 
341
dvi: dvi-am
 
342
 
 
343
dvi-am:
 
344
 
 
345
info: info-am
 
346
 
 
347
info-am:
 
348
 
 
349
install-data-am: install-data-local
 
350
        @$(NORMAL_INSTALL)
 
351
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
352
 
 
353
install-exec-am:
 
354
 
 
355
install-info: install-info-am
 
356
 
 
357
install-man:
 
358
 
 
359
installcheck-am:
 
360
 
 
361
maintainer-clean: maintainer-clean-am
 
362
 
 
363
maintainer-clean-am: distclean-am maintainer-clean-generic
 
364
 
 
365
mostlyclean: mostlyclean-am
 
366
 
 
367
mostlyclean-am: mostlyclean-generic
 
368
 
 
369
pdf: pdf-am
 
370
 
 
371
pdf-am:
 
372
 
 
373
ps: ps-am
 
374
 
 
375
ps-am:
 
376
 
 
377
uninstall-am: uninstall-info-am uninstall-local
 
378
 
 
379
.PHONY: all all-am check check-am clean clean-generic clean-local \
 
380
        distclean distclean-generic distdir dvi dvi-am info info-am \
 
381
        install install-am install-data install-data-am \
 
382
        install-data-local install-exec install-exec-am install-info \
 
383
        install-info-am install-man install-strip installcheck \
 
384
        installcheck-am installdirs maintainer-clean \
 
385
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
386
        pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
 
387
        uninstall-local
 
388
 
 
389
 
 
390
# At some point, it may be wise to change to something like this:
 
391
# scrollkeeper_localstate_dir = @SCROLLKEEPER_STATEDIR@
 
392
 
 
393
omf: omf_timestamp
 
394
 
 
395
omf_timestamp: $(omffile)
 
396
        -for file in $(omffile); do \
 
397
          scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
 
398
        done; \
 
399
        touch omf_timestamp
 
400
 
 
401
install-data-hook-omf:
 
402
        $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
 
403
        for file in $(omffile); do \
 
404
                $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
 
405
        done
 
406
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
 
407
 
 
408
uninstall-local-omf:
 
409
        -for file in $(srcdir)/*.omf; do \
 
410
                basefile=`basename $$file`; \
 
411
                rm -f $(omf_dest_dir)/$$basefile; \
 
412
        done
 
413
        -rmdir $(omf_dest_dir)
 
414
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
415
 
 
416
clean-local-omf:
 
417
        -for file in $(omffile); do \
 
418
                rm -f $$file.out; \
 
419
        done
 
420
 
 
421
all: omf
 
422
 
 
423
$(docname).xml: $(entities)
 
424
        -ourdir=`pwd`;  \
 
425
        cd $(srcdir);   \
 
426
        cp $(entities) $$ourdir
 
427
 
 
428
app-dist-hook:
 
429
        if test "$(figdir)"; then \
 
430
          $(mkinstalldirs) $(distdir)/$(figdir); \
 
431
          for file in $(srcdir)/$(figdir)/*.png; do \
 
432
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
433
            $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
 
434
          done \
 
435
        fi
 
436
 
 
437
install-data-local: omf
 
438
        $(mkinstalldirs) $(DESTDIR)$(docdir)
 
439
        for file in $(xml_files); do \
 
440
          cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
 
441
        done
 
442
        if test "$(figdir)"; then \
 
443
          $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
 
444
          for file in $(srcdir)/$(figdir)/*.png; do \
 
445
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
446
            $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
 
447
          done \
 
448
        fi
 
449
 
 
450
install-data-hook: install-data-hook-omf
 
451
 
 
452
uninstall-local: uninstall-local-doc uninstall-local-omf
 
453
 
 
454
uninstall-local-doc:
 
455
        -if test "$(figdir)"; then \
 
456
          for file in $(srcdir)/$(figdir)/*.png; do \
 
457
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
458
            rm -f $(docdir)/$(figdir)/$$basefile; \
 
459
          done; \
 
460
          rmdir $(DESTDIR)$(docdir)/$(figdir); \
 
461
        fi
 
462
        -for file in $(xml_files); do \
 
463
          rm -f $(DESTDIR)$(docdir)/$$file; \
 
464
        done
 
465
        -rmdir $(DESTDIR)$(docdir)
 
466
 
 
467
clean-local: clean-local-omf
 
468
dist-hook: app-dist-hook
 
469
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
470
# Otherwise a system limit (for SysV at least) may be exceeded.
 
471
.NOEXPORT: