aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'nls/Makefile.in')
-rw-r--r--nls/Makefile.in308
1 files changed, 308 insertions, 0 deletions
diff --git a/nls/Makefile.in b/nls/Makefile.in
new file mode 100644
index 0000000..7a1ad67
--- /dev/null
+++ b/nls/Makefile.in
@@ -0,0 +1,308 @@
1# Makefile.in generated automatically by automake 1.4 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# nls/Makefile.am for Blackbox 0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE tr_TR it_IT
91MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh
92EXTRA_DIST = blackbox-nls.hh convert.awk
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = ../config.h
95CONFIG_CLEAN_FILES =
96DIST_COMMON = Makefile.am Makefile.in
97
98
99DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
101TAR = tar
102GZIP_ENV = --best
103all: all-redirect
104.SUFFIXES:
105$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
106 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/Makefile
107
108Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
109 cd $(top_builddir) \
110 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
111
112
113# This directory's subdirectories are mostly independent; you can cd
114# into them and run `make' without going through this Makefile.
115# To change the values of `make' variables: instead of editing Makefiles,
116# (1) if the variable is set in `config.status', edit `config.status'
117# (which will cause the Makefiles to be regenerated when you run `make');
118# (2) otherwise, pass the desired values on the `make' command line.
119
120@SET_MAKE@
121
122all-recursive install-data-recursive install-exec-recursive \
123installdirs-recursive install-recursive uninstall-recursive \
124check-recursive installcheck-recursive info-recursive dvi-recursive:
125 @set fnord $(MAKEFLAGS); amf=$$2; \
126 dot_seen=no; \
127 target=`echo $@ | sed s/-recursive//`; \
128 list='$(SUBDIRS)'; for subdir in $$list; do \
129 echo "Making $$target in $$subdir"; \
130 if test "$$subdir" = "."; then \
131 dot_seen=yes; \
132 local_target="$$target-am"; \
133 else \
134 local_target="$$target"; \
135 fi; \
136 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
137 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
138 done; \
139 if test "$$dot_seen" = "no"; then \
140 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
141 fi; test -z "$$fail"
142
143mostlyclean-recursive clean-recursive distclean-recursive \
144maintainer-clean-recursive:
145 @set fnord $(MAKEFLAGS); amf=$$2; \
146 dot_seen=no; \
147 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
148 rev="$$subdir $$rev"; \
149 test "$$subdir" = "." && dot_seen=yes; \
150 done; \
151 test "$$dot_seen" = "no" && rev=". $$rev"; \
152 target=`echo $@ | sed s/-recursive//`; \
153 for subdir in $$rev; do \
154 echo "Making $$target in $$subdir"; \
155 if test "$$subdir" = "."; then \
156 local_target="$$target-am"; \
157 else \
158 local_target="$$target"; \
159 fi; \
160 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
161 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162 done && test -z "$$fail"
163tags-recursive:
164 list='$(SUBDIRS)'; for subdir in $$list; do \
165 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
166 done
167
168tags: TAGS
169
170ID: $(HEADERS) $(SOURCES) $(LISP)
171 list='$(SOURCES) $(HEADERS)'; \
172 unique=`for i in $$list; do echo $$i; done | \
173 awk ' { files[$$0] = 1; } \
174 END { for (i in files) print i; }'`; \
175 here=`pwd` && cd $(srcdir) \
176 && mkid -f$$here/ID $$unique $(LISP)
177
178TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179 tags=; \
180 here=`pwd`; \
181 list='$(SUBDIRS)'; for subdir in $$list; do \
182 if test "$$subdir" = .; then :; else \
183 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
184 fi; \
185 done; \
186 list='$(SOURCES) $(HEADERS)'; \
187 unique=`for i in $$list; do echo $$i; done | \
188 awk ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
192
193mostlyclean-tags:
194
195clean-tags:
196
197distclean-tags:
198 -rm -f TAGS ID
199
200maintainer-clean-tags:
201
202distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
203
204subdir = nls
205
206distdir: $(DISTFILES)
207 @for file in $(DISTFILES); do \
208 d=$(srcdir); \
209 if test -d $$d/$$file; then \
210 cp -pr $$/$$file $(distdir)/$$file; \
211 else \
212 test -f $(distdir)/$$file \
213 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
214 || cp -p $$d/$$file $(distdir)/$$file || :; \
215 fi; \
216 done
217 for subdir in $(SUBDIRS); do \
218 if test "$$subdir" = .; then :; else \
219 test -d $(distdir)/$$subdir \
220 || mkdir $(distdir)/$$subdir \
221 || exit 1; \
222 chmod 777 $(distdir)/$$subdir; \
223 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
224 || exit 1; \
225 fi; \
226 done
227info-am:
228info: info-recursive
229dvi-am:
230dvi: dvi-recursive
231check-am: all-am
232check: check-recursive
233installcheck-am:
234installcheck: installcheck-recursive
235install-exec-am:
236install-exec: install-exec-recursive
237
238install-data-am:
239install-data: install-data-recursive
240
241install-am: all-am
242 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
243install: install-recursive
244uninstall-am: uninstall-local
245uninstall: uninstall-recursive
246all-am: Makefile
247all-redirect: all-recursive
248install-strip:
249 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
250installdirs: installdirs-recursive
251installdirs-am:
252
253
254mostlyclean-generic:
255
256clean-generic:
257
258distclean-generic:
259 -rm -f Makefile $(CONFIG_CLEAN_FILES)
260 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
261
262maintainer-clean-generic:
263 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
264mostlyclean-am: mostlyclean-tags mostlyclean-generic
265
266mostlyclean: mostlyclean-recursive
267
268clean-am: clean-tags clean-generic mostlyclean-am
269
270clean: clean-recursive
271
272distclean-am: distclean-tags distclean-generic clean-am distclean-local
273 -rm -f libtool
274
275distclean: distclean-recursive
276
277maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
278 distclean-am
279 @echo "This command is intended for maintainers to use;"
280 @echo "it deletes files that may require special tools to rebuild."
281
282maintainer-clean: maintainer-clean-recursive
283
284.PHONY: install-data-recursive uninstall-data-recursive \
285install-exec-recursive uninstall-exec-recursive installdirs-recursive \
286uninstalldirs-recursive all-recursive check-recursive \
287installcheck-recursive info-recursive dvi-recursive \
288mostlyclean-recursive distclean-recursive clean-recursive \
289maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
290distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
291dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
292install-exec install-data-am install-data install-am install \
293uninstall-local uninstall-am uninstall all-redirect all-am all \
294installdirs-am installdirs mostlyclean-generic distclean-generic \
295clean-generic maintainer-clean-generic clean mostlyclean distclean \
296maintainer-clean
297
298
299uninstall-local:
300 @if test x$(NLSTEST) = "x-DNLS"; then \
301 rmdir $(DESTDIR)$(pkgdatadir)/nls; \
302 fi
303distclean-local:
304 rm -f *\~
305
306# Tell versions [3.59,3.63) of GNU make to not export all variables.
307# Otherwise a system limit (for SysV at least) may be exceeded.
308.NOEXPORT: