~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to doc/xvidcap/es/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-25 15:47:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080225154712-qvr11ekcea4c9ry8
Tags: 1.1.6-0.1ubuntu1
* Merge from debian-multimedia (LP: #120003), Ubuntu Changes:
 - For ffmpeg-related build-deps, remove cvs from package names.
 - Standards-Version 3.7.3
 - Maintainer Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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)/doc/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)/help/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/lib
 
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/lib, 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 taken from scrollkeeper_example2, a package illustrating
 
73
#       how to install documentation and OMF files for use with ScrollKeeper
 
74
#       0.3.x and 0.4.x.  For more information, see:
 
75
#               http://scrollkeeper.sourceforge.net/    
 
76
#       Version: 0.1.2 (last updated: March 20, 2002)
 
77
#
 
78
srcdir = @srcdir@
 
79
top_srcdir = @top_srcdir@
 
80
VPATH = @srcdir@
 
81
pkgdatadir = $(datadir)/@PACKAGE@
 
82
pkglibdir = $(libdir)/@PACKAGE@
 
83
pkgincludedir = $(includedir)/@PACKAGE@
 
84
top_builddir = ../../..
 
85
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
86
INSTALL = @INSTALL@
 
87
install_sh_DATA = $(install_sh) -c -m 644
 
88
install_sh_PROGRAM = $(install_sh) -c
 
89
install_sh_SCRIPT = $(install_sh) -c
 
90
INSTALL_HEADER = $(INSTALL_DATA)
 
91
transform = $(program_transform_name)
 
92
NORMAL_INSTALL = :
 
93
PRE_INSTALL = :
 
94
POST_INSTALL = :
 
95
NORMAL_UNINSTALL = :
 
96
PRE_UNINSTALL = :
 
97
POST_UNINSTALL = :
 
98
build_triplet = @build@
 
99
host_triplet = @host@
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
101
        $(top_srcdir)/doc/omf.make $(top_srcdir)/doc/xmldocs.make
 
102
subdir = doc/xvidcap/es
 
103
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
104
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
105
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
106
        $(ACLOCAL_M4)
 
107
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
108
CONFIG_HEADER = $(top_builddir)/config.h
 
109
CONFIG_CLEAN_FILES =
 
110
SOURCES =
 
111
DIST_SOURCES =
 
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
113
ACLOCAL = @ACLOCAL@
 
114
ALL_LINGUAS = @ALL_LINGUAS@
 
115
AMDEP_FALSE = @AMDEP_FALSE@
 
116
AMDEP_TRUE = @AMDEP_TRUE@
 
117
AMTAR = @AMTAR@
 
118
AUTOCONF = @AUTOCONF@
 
119
AUTOHEADER = @AUTOHEADER@
 
120
AUTOMAKE = @AUTOMAKE@
 
121
AWK = @AWK@
 
122
BC = @BC@
 
123
CATALOGS = @CATALOGS@
 
124
CATOBJEXT = @CATOBJEXT@
 
125
CC = @CC@
 
126
CCDEPMODE = @CCDEPMODE@
 
127
CFLAGS = @CFLAGS@
 
128
CPP = @CPP@
 
129
CPPFLAGS = @CPPFLAGS@
 
130
CYGPATH_W = @CYGPATH_W@
 
131
DATADIRNAME = @DATADIRNAME@
 
132
DEFS = @DEFS@
 
133
DEPDIR = @DEPDIR@
 
134
DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
 
135
ECHO_C = @ECHO_C@
 
136
ECHO_N = @ECHO_N@
 
137
ECHO_T = @ECHO_T@
 
138
EGREP = @EGREP@
 
139
EXEEXT = @EXEEXT@
 
140
FREEBSD_FALSE = @FREEBSD_FALSE@
 
141
FREEBSD_TRUE = @FREEBSD_TRUE@
 
142
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
143
GMOFILES = @GMOFILES@
 
144
GMSGFMT = @GMSGFMT@
 
145
GREP = @GREP@
 
146
HAVE_FFMPEG_AUDIO_FALSE = @HAVE_FFMPEG_AUDIO_FALSE@
 
147
HAVE_FFMPEG_AUDIO_TRUE = @HAVE_FFMPEG_AUDIO_TRUE@
 
148
HAVE_GETOPT_LONG_FALSE = @HAVE_GETOPT_LONG_FALSE@
 
149
HAVE_GETOPT_LONG_TRUE = @HAVE_GETOPT_LONG_TRUE@
 
150
HAVE_LIBMP3LAME_FALSE = @HAVE_LIBMP3LAME_FALSE@
 
151
HAVE_LIBMP3LAME_TRUE = @HAVE_LIBMP3LAME_TRUE@
 
152
HAVE_LIBTHEORA_FALSE = @HAVE_LIBTHEORA_FALSE@
 
153
HAVE_LIBTHEORA_TRUE = @HAVE_LIBTHEORA_TRUE@
 
154
HAVE_MALLOC_FALSE = @HAVE_MALLOC_FALSE@
 
155
HAVE_MALLOC_TRUE = @HAVE_MALLOC_TRUE@
 
156
HAVE_PTHREAD_FALSE = @HAVE_PTHREAD_FALSE@
 
157
HAVE_PTHREAD_TRUE = @HAVE_PTHREAD_TRUE@
 
158
HAVE_REALLOC_FALSE = @HAVE_REALLOC_FALSE@
 
159
HAVE_REALLOC_TRUE = @HAVE_REALLOC_TRUE@
 
160
HPUX_FALSE = @HPUX_FALSE@
 
161
HPUX_TRUE = @HPUX_TRUE@
 
162
INSTALL_DATA = @INSTALL_DATA@
 
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
166
INSTOBJEXT = @INSTOBJEXT@
 
167
INTLLIBS = @INTLLIBS@
 
168
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
169
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
170
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
171
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
172
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
173
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
174
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
175
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
176
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
177
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
178
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
179
INTLTOOL_PERL = @INTLTOOL_PERL@
 
180
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
181
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
182
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
183
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
184
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
185
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
186
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
187
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
188
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
189
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
190
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
191
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
192
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
193
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
194
LDFLAGS = @LDFLAGS@
 
195
LIBOBJS = @LIBOBJS@
 
196
LIBS = @LIBS@
 
197
LINUX_FALSE = @LINUX_FALSE@
 
198
LINUX_TRUE = @LINUX_TRUE@
 
199
LTLIBOBJS = @LTLIBOBJS@
 
200
MAINT = @MAINT@
 
201
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
202
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
203
MAKEINFO = @MAKEINFO@
 
204
MK = @MK@
 
205
MKINSTALLDIRS = @MKINSTALLDIRS@
 
206
MSGFMT = @MSGFMT@
 
207
MSGFMT_OPTS = @MSGFMT_OPTS@
 
208
OBJEXT = @OBJEXT@
 
209
PACKAGE = @PACKAGE@
 
210
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
211
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
 
212
PACKAGE_LIBS = @PACKAGE_LIBS@
 
213
PACKAGE_NAME = @PACKAGE_NAME@
 
214
PACKAGE_STRING = @PACKAGE_STRING@
 
215
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
216
PACKAGE_VERSION = @PACKAGE_VERSION@
 
217
PATH_SEPARATOR = @PATH_SEPARATOR@
 
218
PKG_CONFIG = @PKG_CONFIG@
 
219
POFILES = @POFILES@
 
220
POSUB = @POSUB@
 
221
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
222
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
223
RANLIB = @RANLIB@
 
224
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
 
225
SET_MAKE = @SET_MAKE@
 
226
SHELL = @SHELL@
 
227
SK_CONFIG = @SK_CONFIG@
 
228
SOLARIS_FALSE = @SOLARIS_FALSE@
 
229
SOLARIS_TRUE = @SOLARIS_TRUE@
 
230
STATIC_AVCODEC_FALSE = @STATIC_AVCODEC_FALSE@
 
231
STATIC_AVCODEC_TRUE = @STATIC_AVCODEC_TRUE@
 
232
STATIC_AVFORMAT_FALSE = @STATIC_AVFORMAT_FALSE@
 
233
STATIC_AVFORMAT_TRUE = @STATIC_AVFORMAT_TRUE@
 
234
STATIC_AVUTIL_FALSE = @STATIC_AVUTIL_FALSE@
 
235
STATIC_AVUTIL_TRUE = @STATIC_AVUTIL_TRUE@
 
236
STRIP = @STRIP@
 
237
USE_NLS = @USE_NLS@
 
238
VERSION = @VERSION@
 
239
XGETTEXT = @XGETTEXT@
 
240
XMKMF = @XMKMF@
 
241
XML2PO = @XML2PO@
 
242
X_CFLAGS = @X_CFLAGS@
 
243
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
244
X_LIBS = @X_LIBS@
 
245
X_PRE_LIBS = @X_PRE_LIBS@
 
246
ac_ct_CC = @ac_ct_CC@
 
247
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
248
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
249
am__include = @am__include@
 
250
am__leading_dot = @am__leading_dot@
 
251
am__quote = @am__quote@
 
252
am__tar = @am__tar@
 
253
am__untar = @am__untar@
 
254
bindir = @bindir@
 
255
build = @build@
 
256
build_alias = @build_alias@
 
257
build_cpu = @build_cpu@
 
258
build_os = @build_os@
 
259
build_vendor = @build_vendor@
 
260
datadir = @datadir@
 
261
datarootdir = @datarootdir@
 
262
docdir = $(datadir)/gnome/help/$(appid)/$(lang)
 
263
dvidir = @dvidir@
 
264
exec_prefix = @exec_prefix@
 
265
host = @host@
 
266
host_alias = @host_alias@
 
267
host_cpu = @host_cpu@
 
268
host_os = @host_os@
 
269
host_vendor = @host_vendor@
 
270
htmldir = @htmldir@
 
271
includedir = @includedir@
 
272
infodir = @infodir@
 
273
install_sh = @install_sh@
 
274
libdir = @libdir@
 
275
libexecdir = @libexecdir@
 
276
localedir = @localedir@
 
277
localstatedir = @localstatedir@
 
278
mandir = @mandir@
 
279
mkdir_p = @mkdir_p@
 
280
oldincludedir = @oldincludedir@
 
281
pdfdir = @pdfdir@
 
282
prefix = @prefix@
 
283
program_transform_name = @program_transform_name@
 
284
psdir = @psdir@
 
285
sbindir = @sbindir@
 
286
sharedstatedir = @sharedstatedir@
 
287
sysconfdir = @sysconfdir@
 
288
target_alias = @target_alias@
 
289
figdir = figures
 
290
docname = xvidcap
 
291
lang = es
 
292
omffile = xvidcap-es.omf
 
293
 
 
294
# ************* Begin of section some packagers may need to modify  **************
 
295
# This variable (docdir) specifies where the documents should be installed.
 
296
# This default value should work for most packages.
 
297
appid = xvidcap
 
298
 
 
299
# **************  You should not have to edit below this line  *******************
 
300
xml_files = $(entities) $(docname).xml
 
301
omf_dir = $(top_srcdir)/omf-install
 
302
EXTRA_DIST = $(xml_files) $(omffile)
 
303
CLEANFILES = omf_timestamp
 
304
omf_dest_dir = $(datadir)/omf/@PACKAGE@
 
305
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
 
306
all: all-am
 
307
 
 
308
.SUFFIXES:
 
309
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/doc/xmldocs.make $(top_srcdir)/doc/omf.make $(am__configure_deps)
 
310
        @for dep in $?; do \
 
311
          case '$(am__configure_deps)' in \
 
312
            *$$dep*) \
 
313
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
314
                && exit 0; \
 
315
              exit 1;; \
 
316
          esac; \
 
317
        done; \
 
318
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/xvidcap/es/Makefile'; \
 
319
        cd $(top_srcdir) && \
 
320
          $(AUTOMAKE) --gnu  doc/xvidcap/es/Makefile
 
321
.PRECIOUS: Makefile
 
322
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
323
        @case '$?' in \
 
324
          *config.status*) \
 
325
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
326
          *) \
 
327
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
328
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
329
        esac;
 
330
 
 
331
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
333
 
 
334
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
336
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
uninstall-info-am:
 
339
tags: TAGS
 
340
TAGS:
 
341
 
 
342
ctags: CTAGS
 
343
CTAGS:
 
344
 
 
345
 
 
346
distdir: $(DISTFILES)
 
347
        $(mkdir_p) $(distdir)/../../../doc
 
348
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
349
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
350
        list='$(DISTFILES)'; for file in $$list; do \
 
351
          case $$file in \
 
352
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
353
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
354
          esac; \
 
355
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
356
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
357
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
358
            dir="/$$dir"; \
 
359
            $(mkdir_p) "$(distdir)$$dir"; \
 
360
          else \
 
361
            dir=''; \
 
362
          fi; \
 
363
          if test -d $$d/$$file; then \
 
364
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
365
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
366
            fi; \
 
367
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
368
          else \
 
369
            test -f $(distdir)/$$file \
 
370
            || cp -p $$d/$$file $(distdir)/$$file \
 
371
            || exit 1; \
 
372
          fi; \
 
373
        done
 
374
        $(MAKE) $(AM_MAKEFLAGS) \
 
375
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
376
          dist-hook
 
377
check-am: all-am
 
378
check: check-am
 
379
all-am: Makefile
 
380
installdirs:
 
381
install: install-am
 
382
install-exec: install-exec-am
 
383
install-data: install-data-am
 
384
uninstall: uninstall-am
 
385
 
 
386
install-am: all-am
 
387
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
388
 
 
389
installcheck: installcheck-am
 
390
install-strip:
 
391
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
392
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
393
          `test -z '$(STRIP)' || \
 
394
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
395
mostlyclean-generic:
 
396
 
 
397
clean-generic:
 
398
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
399
 
 
400
distclean-generic:
 
401
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
402
 
 
403
maintainer-clean-generic:
 
404
        @echo "This command is intended for maintainers to use"
 
405
        @echo "it deletes files that may require special tools to rebuild."
 
406
clean: clean-am
 
407
 
 
408
clean-am: clean-generic mostlyclean-am
 
409
 
 
410
distclean: distclean-am
 
411
        -rm -f Makefile
 
412
distclean-am: clean-am distclean-generic
 
413
 
 
414
dvi: dvi-am
 
415
 
 
416
dvi-am:
 
417
 
 
418
html: html-am
 
419
 
 
420
info: info-am
 
421
 
 
422
info-am:
 
423
 
 
424
install-data-am: install-data-local
 
425
 
 
426
install-exec-am:
 
427
 
 
428
install-info: install-info-am
 
429
 
 
430
install-man:
 
431
 
 
432
installcheck-am:
 
433
 
 
434
maintainer-clean: maintainer-clean-am
 
435
        -rm -f Makefile
 
436
maintainer-clean-am: distclean-am maintainer-clean-generic
 
437
 
 
438
mostlyclean: mostlyclean-am
 
439
 
 
440
mostlyclean-am: mostlyclean-generic
 
441
 
 
442
pdf: pdf-am
 
443
 
 
444
pdf-am:
 
445
 
 
446
ps: ps-am
 
447
 
 
448
ps-am:
 
449
 
 
450
uninstall-am: uninstall-info-am uninstall-local
 
451
 
 
452
.PHONY: all all-am check check-am clean clean-generic dist-hook \
 
453
        distclean distclean-generic distdir dvi dvi-am html html-am \
 
454
        info info-am install install-am install-data install-data-am \
 
455
        install-data-local install-exec install-exec-am install-info \
 
456
        install-info-am install-man install-strip installcheck \
 
457
        installcheck-am installdirs maintainer-clean \
 
458
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
459
        pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
 
460
        uninstall-local
 
461
 
 
462
 
 
463
omf: omf_timestamp
 
464
 
 
465
omf_timestamp: $(omffile)
 
466
        -for file in $(omffile); do \
 
467
          scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $(srcdir)/$$file.out; \
 
468
        done
 
469
        touch omf_timestamp
 
470
 
 
471
install-data-local-omf:
 
472
        $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
 
473
        for file in $(omffile); do \
 
474
                $(INSTALL_DATA) $(srcdir)/$$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
 
475
        done
 
476
 
 
477
#install-data-hook-omf:
 
478
install-doc-omf:
 
479
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
 
480
 
 
481
uninstall-local-omf:
 
482
        -for file in $(srcdir)/*.omf; do \
 
483
                basefile=`basename $$file`; \
 
484
                rm -f $(omf_dest_dir)/$$basefile; \
 
485
        done
 
486
        -rmdir $(omf_dest_dir)
 
487
 
 
488
uninstall-doc-omf:
 
489
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
490
 
 
491
all: omf
 
492
 
 
493
$(docname).xml: $(entities)
 
494
        -ourdir=`pwd`;  \
 
495
        cd $(srcdir);   \
 
496
        cp $(entities) $$ourdir
 
497
 
 
498
app-dist-hook:
 
499
        if test "$(figdir)"; then \
 
500
          $(mkinstalldirs) $(distdir)/$(figdir); \
 
501
          for file in $(srcdir)/$(figdir)/*.png; do \
 
502
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
503
            $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \
 
504
          done \
 
505
        fi
 
506
 
 
507
install-data-local: omf install-data-local-omf
 
508
#install-doc-local: omf 
 
509
        if test x$(XML2PO) = xno ; then \
 
510
                echo "Cannot find xml2po to create current, translated user manual. Trying to use previous translation" ; \
 
511
        else \
 
512
                for i in $(xml_files) ; do \
 
513
                        if test -r $$i-$(lang).po ; then \
 
514
                                echo "translating file $$i for lang $(lang)" ; \
 
515
                                $(XML2PO) -a -p $$i-$(lang).po -o $$i ../C/$$i ; \
 
516
                        fi ; \
 
517
                done ; \
 
518
        fi ; \
 
519
        $(mkinstalldirs) $(DESTDIR)$(docdir)
 
520
        for file in $(xml_files); do \
 
521
          cp $(srcdir)/$$file $(DESTDIR)$(docdir); \
 
522
        done
 
523
        if test "$(figdir)"; then \
 
524
          $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \
 
525
          for file in $(srcdir)/$(figdir)/*.png; do \
 
526
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
527
            $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \
 
528
          done \
 
529
        fi
 
530
 
 
531
#install-data-hook: install-data-hook-omf
 
532
install-doc: install-doc-omf
 
533
 
 
534
#uninstall-local: uninstall-local-doc uninstall-local-omf
 
535
uninstall-doc: uninstall-doc-omf
 
536
 
 
537
uninstall-local: uninstall-local-omf
 
538
#uninstall-local-doc: 
 
539
#uninstall-local-doc: uninstall-local-omf
 
540
        -if test "$(figdir)"; then \
 
541
          for file in $(srcdir)/$(figdir)/*.png; do \
 
542
            basefile=`echo $$file | sed -e  's,^.*/,,'`; \
 
543
            rm -f $(docdir)/$(figdir)/$$basefile; \
 
544
          done; \
 
545
          rmdir $(DESTDIR)$(docdir)/$(figdir); \
 
546
        fi
 
547
        -for file in $(xml_files); do \
 
548
          rm -f $(DESTDIR)$(docdir)/$$file; \
 
549
        done
 
550
        -rmdir $(DESTDIR)$(docdir)
 
551
 
 
552
dist-hook: app-dist-hook
 
553
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
554
# Otherwise a system limit (for SysV at least) may be exceeded.
 
555
.NOEXPORT: