~ubuntu-branches/ubuntu/vivid/blackbox/vivid

« back to all changes in this revision

Viewing changes to doc/nl_NL/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2003-10-15 15:38:53 UTC
  • Revision ID: james.westby@ubuntu.com-20031015153853-c08p60n6fes52hs1
Tags: 0.65.0-1.2
* Non Maintainer Upload
* Patch by Matt Kraai to solve FTBFS: Closes: #208814.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
 
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
 
# This Makefile.in is free software; the Free Software Foundation
5
 
# gives unlimited permission to copy and/or distribute it,
6
 
# with or without modifications, as long as this notice is preserved.
7
 
 
8
 
# This program is distributed in the hope that it will be useful,
9
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
 
# PARTICULAR PURPOSE.
12
 
 
13
 
# doc/<locale>/Makefile.am for Blackbox - an X11 Window manager
14
 
 
15
 
# what locale is this
16
 
 
17
 
 
18
 
SHELL = @SHELL@
19
 
 
20
 
srcdir = @srcdir@
21
 
top_srcdir = @top_srcdir@
22
 
VPATH = @srcdir@
23
 
prefix = @prefix@
24
 
exec_prefix = @exec_prefix@
25
 
 
26
 
bindir = @bindir@
27
 
sbindir = @sbindir@
28
 
libexecdir = @libexecdir@
29
 
datadir = @datadir@
30
 
sysconfdir = @sysconfdir@
31
 
sharedstatedir = @sharedstatedir@
32
 
localstatedir = @localstatedir@
33
 
libdir = @libdir@
34
 
infodir = @infodir@
35
 
mandir = @mandir@
36
 
includedir = @includedir@
37
 
oldincludedir = /usr/include
38
 
 
39
 
DESTDIR =
40
 
 
41
 
pkgdatadir = $(datadir)/@PACKAGE@
42
 
pkglibdir = $(libdir)/@PACKAGE@
43
 
pkgincludedir = $(includedir)/@PACKAGE@
44
 
 
45
 
top_builddir = ../..
46
 
 
47
 
ACLOCAL = @ACLOCAL@
48
 
AUTOCONF = @AUTOCONF@
49
 
AUTOMAKE = @AUTOMAKE@
50
 
AUTOHEADER = @AUTOHEADER@
51
 
 
52
 
INSTALL = @INSTALL@
53
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54
 
INSTALL_DATA = @INSTALL_DATA@
55
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
56
 
transform = @program_transform_name@
57
 
 
58
 
NORMAL_INSTALL = :
59
 
PRE_INSTALL = :
60
 
POST_INSTALL = :
61
 
NORMAL_UNINSTALL = :
62
 
PRE_UNINSTALL = :
63
 
POST_UNINSTALL = :
64
 
CC = @CC@
65
 
CXX = @CXX@
66
 
DEBUG = @DEBUG@
67
 
INTERLACE = @INTERLACE@
68
 
MAINT = @MAINT@
69
 
MAKEINFO = @MAKEINFO@
70
 
NEWWMSPEC = @NEWWMSPEC@
71
 
NLS = @NLS@
72
 
ORDEREDPSEUDO = @ORDEREDPSEUDO@
73
 
PACKAGE = @PACKAGE@
74
 
SHAPE = @SHAPE@
75
 
SLIT = @SLIT@
76
 
TIMEDCACHE = @TIMEDCACHE@
77
 
VERSION = @VERSION@
78
 
gencat_cmd = @gencat_cmd@
79
 
regex_cmd = @regex_cmd@
80
 
 
81
 
locale = nl_NL
82
 
 
83
 
# where to install
84
 
locale_mandir = $(DESTDIR)$(mandir)/$(locale)/man1
85
 
 
86
 
# what to install
87
 
manfiles = blackbox.1 @srcdir@/bsetroot.1
88
 
 
89
 
CLEANFILES = blackbox.1
90
 
MAINTAINERCLEANFILES = Makefile.in
91
 
 
92
 
NLSTEST = @NLS@
93
 
DEFAULT_MENU = $(pkgdatadir)/menu
94
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95
 
CONFIG_HEADER = ../../config.h
96
 
CONFIG_CLEAN_FILES = 
97
 
DIST_COMMON =  Makefile.am Makefile.in
98
 
 
99
 
 
100
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
 
 
102
 
TAR = tar
103
 
GZIP_ENV = --best
104
 
all: all-redirect
105
 
.SUFFIXES:
106
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
107
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/nl_NL/Makefile
108
 
 
109
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
110
 
        cd $(top_builddir) \
111
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
 
 
113
 
tags: TAGS
114
 
TAGS:
115
 
 
116
 
 
117
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
 
 
119
 
subdir = doc/nl_NL
120
 
 
121
 
distdir: $(DISTFILES)
122
 
        @for file in $(DISTFILES); do \
123
 
          d=$(srcdir); \
124
 
          if test -d $$d/$$file; then \
125
 
            cp -pr $$d/$$file $(distdir)/$$file; \
126
 
          else \
127
 
            test -f $(distdir)/$$file \
128
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
130
 
          fi; \
131
 
        done
132
 
info-am:
133
 
info: info-am
134
 
dvi-am:
135
 
dvi: dvi-am
136
 
check-am: all-am
137
 
check: check-am
138
 
installcheck-am:
139
 
installcheck: installcheck-am
140
 
install-exec-am:
141
 
install-exec: install-exec-am
142
 
 
143
 
install-data-am: install-data-local
144
 
install-data: install-data-am
145
 
 
146
 
install-am: all-am
147
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148
 
install: install-am
149
 
uninstall-am: uninstall-local
150
 
uninstall: uninstall-am
151
 
all-am: Makefile all-local
152
 
all-redirect: all-am
153
 
install-strip:
154
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155
 
installdirs:
156
 
 
157
 
 
158
 
mostlyclean-generic:
159
 
 
160
 
clean-generic:
161
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
 
 
163
 
distclean-generic:
164
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
165
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
 
 
167
 
maintainer-clean-generic:
168
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169
 
mostlyclean-am:  mostlyclean-generic
170
 
 
171
 
mostlyclean: mostlyclean-am
172
 
 
173
 
clean-am:  clean-generic mostlyclean-am
174
 
 
175
 
clean: clean-am
176
 
 
177
 
distclean-am:  distclean-generic clean-am distclean-local
178
 
 
179
 
distclean: distclean-am
180
 
 
181
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
182
 
        @echo "This command is intended for maintainers to use;"
183
 
        @echo "it deletes files that may require special tools to rebuild."
184
 
 
185
 
maintainer-clean: maintainer-clean-am
186
 
 
187
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
188
 
installcheck-am installcheck install-exec-am install-exec \
189
 
install-data-local install-data-am install-data install-am install \
190
 
uninstall-local uninstall-am uninstall all-local all-redirect all-am \
191
 
all installdirs mostlyclean-generic distclean-generic clean-generic \
192
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
193
 
 
194
 
 
195
 
# which files need processing during 'make'
196
 
all-local: blackbox.1
197
 
 
198
 
distclean-local:
199
 
        rm -f *\~
200
 
 
201
 
blackbox.1: blackbox.1.in
202
 
        @regex_cmd@ -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
203
 
                -e "s,@pkgdatadir@,$(pkgdatadir)," \
204
 
                -e "s,@version@,$(VERSION)," \
205
 
                @srcdir@/blackbox.1.in > blackbox.1
206
 
 
207
 
install-data-local: all-local
208
 
        @if test x$(NLSTEST) = "x-DNLS"; then \
209
 
                echo "Installing manual pages for $(locale)"; \
210
 
                $(mkinstalldirs) $(locale_mandir); \
211
 
                $(INSTALL_DATA) $(manfiles) $(locale_mandir); \
212
 
        fi
213
 
 
214
 
uninstall-local:
215
 
        @if test x$(NLSTEST) = "x-DNLS"; then \
216
 
                for i in $(manfiles); do \
217
 
                rm -f $(locale_mandir)/`basename $$i`; \
218
 
                done; \
219
 
        fi
220
 
 
221
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
222
 
# Otherwise a system limit (for SysV at least) may be exceeded.
223
 
.NOEXPORT: