aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-11 12:10:28 (GMT)
committerfluxgen <fluxgen>2002-02-11 12:10:28 (GMT)
commitb2d0bc4747286994d4756f3f04323bd80c662f82 (patch)
tree1e0cad0ff5835d2a1b97578d55e601207922e2cf /nls/Makefile.in
parent33541b8821c51bff024bd7c20502fe015a280b37 (diff)
downloadfluxbox-b2d0bc4747286994d4756f3f04323bd80c662f82.zip
fluxbox-b2d0bc4747286994d4756f3f04323bd80c662f82.tar.bz2
removed
Diffstat (limited to 'nls/Makefile.in')
-rw-r--r--nls/Makefile.in313
1 files changed, 0 insertions, 313 deletions
diff --git a/nls/Makefile.in b/nls/Makefile.in
deleted file mode 100644
index d837159..0000000
--- a/nls/Makefile.in
+++ /dev/null
@@ -1,313 +0,0 @@
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: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
106 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/Makefile
107
108Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
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 here=`cd $(top_builddir) && pwd`; \
208 top_distdir=`cd $(top_distdir) && pwd`; \
209 distdir=`cd $(distdir) && pwd`; \
210 cd $(top_srcdir) \
211 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/Makefile
212 @for file in $(DISTFILES); do \
213 d=$(srcdir); \
214 if test -d $$d/$$file; then \
215 cp -pr $$/$$file $(distdir)/$$file; \
216 else \
217 test -f $(distdir)/$$file \
218 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
219 || cp -p $$d/$$file $(distdir)/$$file || :; \
220 fi; \
221 done
222 for subdir in $(SUBDIRS); do \
223 if test "$$subdir" = .; then :; else \
224 test -d $(distdir)/$$subdir \
225 || mkdir $(distdir)/$$subdir \
226 || exit 1; \
227 chmod 777 $(distdir)/$$subdir; \
228 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
229 || exit 1; \
230 fi; \
231 done
232info-am:
233info: info-recursive
234dvi-am:
235dvi: dvi-recursive
236check-am: all-am
237check: check-recursive
238installcheck-am:
239installcheck: installcheck-recursive
240install-exec-am:
241install-exec: install-exec-recursive
242
243install-data-am:
244install-data: install-data-recursive
245
246install-am: all-am
247 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
248install: install-recursive
249uninstall-am: uninstall-local
250uninstall: uninstall-recursive
251all-am: Makefile
252all-redirect: all-recursive
253install-strip:
254 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
255installdirs: installdirs-recursive
256installdirs-am:
257
258
259mostlyclean-generic:
260
261clean-generic:
262
263distclean-generic:
264 -rm -f Makefile $(CONFIG_CLEAN_FILES)
265 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
266
267maintainer-clean-generic:
268 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
269mostlyclean-am: mostlyclean-tags mostlyclean-generic
270
271mostlyclean: mostlyclean-recursive
272
273clean-am: clean-tags clean-generic mostlyclean-am
274
275clean: clean-recursive
276
277distclean-am: distclean-tags distclean-generic clean-am distclean-local
278 -rm -f libtool
279
280distclean: distclean-recursive
281
282maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
283 distclean-am
284 @echo "This command is intended for maintainers to use;"
285 @echo "it deletes files that may require special tools to rebuild."
286
287maintainer-clean: maintainer-clean-recursive
288
289.PHONY: install-data-recursive uninstall-data-recursive \
290install-exec-recursive uninstall-exec-recursive installdirs-recursive \
291uninstalldirs-recursive all-recursive check-recursive \
292installcheck-recursive info-recursive dvi-recursive \
293mostlyclean-recursive distclean-recursive clean-recursive \
294maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
295distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
296dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
297install-exec install-data-am install-data install-am install \
298uninstall-local uninstall-am uninstall all-redirect all-am all \
299installdirs-am installdirs mostlyclean-generic distclean-generic \
300clean-generic maintainer-clean-generic clean mostlyclean distclean \
301maintainer-clean
302
303
304uninstall-local:
305 @if test x$(NLSTEST) = "x-DNLS"; then \
306 rmdir $(DESTDIR)$(pkgdatadir)/nls; \
307 fi
308distclean-local:
309 rm -f *\~
310
311# Tell versions [3.59,3.63) of GNU make to not export all variables.
312# Otherwise a system limit (for SysV at least) may be exceeded.
313.NOEXPORT: