aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <unknown>2002-09-03 13:21:39 (GMT)
committerunknown <unknown>2002-09-03 13:21:39 (GMT)
commitccd16770769eb6d49656cb3bf2c15c8c3d529dce (patch)
treef72cb63861f4537184fdea9666a473b4c73aba76
parente2af535b0c57721234833ad5c94a10826c999a78 (diff)
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
downloadfluxbox-ccd16770769eb6d49656cb3bf2c15c8c3d529dce.zip
fluxbox-ccd16770769eb6d49656cb3bf2c15c8c3d529dce.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_1_11
'Release-0_1_11'.
-rw-r--r--data/Makefile.in333
-rwxr-xr-xdata/generate_menu232
-rw-r--r--data/styles/Makefile.in224
-rw-r--r--data/styles/TDF115
-rw-r--r--data/titlebar2
-rw-r--r--nls/C/Makefile.in237
-rw-r--r--nls/Makefile.in308
-rw-r--r--nls/da_DK/Makefile.in220
-rw-r--r--nls/es_ES/Makefile.in223
-rw-r--r--nls/et_EE/Makefile.in220
-rw-r--r--nls/fr_FR/Makefile.in224
-rw-r--r--nls/it_IT/Makefile.in221
-rw-r--r--nls/pt_BR/Makefile.in220
-rw-r--r--nls/ru_RU/Makefile.in220
-rw-r--r--nls/sv_SE/Makefile.in221
-rw-r--r--nls/tr_TR/Makefile.in225
16 files changed, 3445 insertions, 0 deletions
diff --git a/data/Makefile.in b/data/Makefile.in
new file mode 100644
index 0000000..c1c7725
--- /dev/null
+++ b/data/Makefile.in
@@ -0,0 +1,333 @@
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# data/Makefile.am for Fluxbox - 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
89SUBDIRS = styles
90CLEANFILES = menu menu.in menu.pre init
91MAINTAINERCLEANFILES = Makefile.in
92pkgdata_DATA = titlebar keys menu init
93EXTRA_DIST = titlebar keys init.in generate_menu README.style README.menu README
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../config.h
96CONFIG_CLEAN_FILES =
97DATA = $(pkgdata_DATA)
98
99DIST_COMMON = README Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP_ENV = --best
106all: all-redirect
107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/Makefile
110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115
116install-pkgdataDATA: $(pkgdata_DATA)
117 @$(NORMAL_INSTALL)
118 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
119 @list='$(pkgdata_DATA)'; for p in $$list; do \
120 if test -f $(srcdir)/$$p; then \
121 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
122 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
123 else if test -f $$p; then \
124 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
125 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
126 fi; fi; \
127 done
128
129uninstall-pkgdataDATA:
130 @$(NORMAL_UNINSTALL)
131 list='$(pkgdata_DATA)'; for p in $$list; do \
132 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
133 done
134
135# This directory's subdirectories are mostly independent; you can cd
136# into them and run `make' without going through this Makefile.
137# To change the values of `make' variables: instead of editing Makefiles,
138# (1) if the variable is set in `config.status', edit `config.status'
139# (which will cause the Makefiles to be regenerated when you run `make');
140# (2) otherwise, pass the desired values on the `make' command line.
141
142@SET_MAKE@
143
144all-recursive install-data-recursive install-exec-recursive \
145installdirs-recursive install-recursive uninstall-recursive \
146check-recursive installcheck-recursive info-recursive dvi-recursive:
147 @set fnord $(MAKEFLAGS); amf=$$2; \
148 dot_seen=no; \
149 target=`echo $@ | sed s/-recursive//`; \
150 list='$(SUBDIRS)'; for subdir in $$list; do \
151 echo "Making $$target in $$subdir"; \
152 if test "$$subdir" = "."; then \
153 dot_seen=yes; \
154 local_target="$$target-am"; \
155 else \
156 local_target="$$target"; \
157 fi; \
158 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160 done; \
161 if test "$$dot_seen" = "no"; then \
162 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
163 fi; test -z "$$fail"
164
165mostlyclean-recursive clean-recursive distclean-recursive \
166maintainer-clean-recursive:
167 @set fnord $(MAKEFLAGS); amf=$$2; \
168 dot_seen=no; \
169 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
170 rev="$$subdir $$rev"; \
171 test "$$subdir" = "." && dot_seen=yes; \
172 done; \
173 test "$$dot_seen" = "no" && rev=". $$rev"; \
174 target=`echo $@ | sed s/-recursive//`; \
175 for subdir in $$rev; do \
176 echo "Making $$target in $$subdir"; \
177 if test "$$subdir" = "."; then \
178 local_target="$$target-am"; \
179 else \
180 local_target="$$target"; \
181 fi; \
182 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184 done && test -z "$$fail"
185tags-recursive:
186 list='$(SUBDIRS)'; for subdir in $$list; do \
187 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188 done
189
190tags: TAGS
191
192ID: $(HEADERS) $(SOURCES) $(LISP)
193 list='$(SOURCES) $(HEADERS)'; \
194 unique=`for i in $$list; do echo $$i; done | \
195 awk ' { files[$$0] = 1; } \
196 END { for (i in files) print i; }'`; \
197 here=`pwd` && cd $(srcdir) \
198 && mkid -f$$here/ID $$unique $(LISP)
199
200TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
201 tags=; \
202 here=`pwd`; \
203 list='$(SUBDIRS)'; for subdir in $$list; do \
204 if test "$$subdir" = .; then :; else \
205 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
206 fi; \
207 done; \
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
213 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
214
215mostlyclean-tags:
216
217clean-tags:
218
219distclean-tags:
220 -rm -f TAGS ID
221
222maintainer-clean-tags:
223
224distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
225
226subdir = data
227
228distdir: $(DISTFILES)
229 @for file in $(DISTFILES); do \
230 d=$(srcdir); \
231 if test -d $$d/$$file; then \
232 cp -pr $$/$$file $(distdir)/$$file; \
233 else \
234 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file || :; \
237 fi; \
238 done
239 for subdir in $(SUBDIRS); do \
240 if test "$$subdir" = .; then :; else \
241 test -d $(distdir)/$$subdir \
242 || mkdir $(distdir)/$$subdir \
243 || exit 1; \
244 chmod 777 $(distdir)/$$subdir; \
245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
246 || exit 1; \
247 fi; \
248 done
249info-am:
250info: info-recursive
251dvi-am:
252dvi: dvi-recursive
253check-am: all-am
254check: check-recursive
255installcheck-am:
256installcheck: installcheck-recursive
257install-exec-am:
258install-exec: install-exec-recursive
259
260install-data-am: install-pkgdataDATA
261install-data: install-data-recursive
262
263install-am: all-am
264 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
265install: install-recursive
266uninstall-am: uninstall-pkgdataDATA
267uninstall: uninstall-recursive
268all-am: Makefile $(DATA) all-local
269all-redirect: all-recursive
270install-strip:
271 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272installdirs: installdirs-recursive
273installdirs-am:
274 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
275
276
277mostlyclean-generic:
278
279clean-generic:
280 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
281
282distclean-generic:
283 -rm -f Makefile $(CONFIG_CLEAN_FILES)
284 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
285
286maintainer-clean-generic:
287 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
288mostlyclean-am: mostlyclean-tags mostlyclean-generic
289
290mostlyclean: mostlyclean-recursive
291
292clean-am: clean-tags clean-generic mostlyclean-am
293
294clean: clean-recursive
295
296distclean-am: distclean-tags distclean-generic clean-am distclean-local
297 -rm -f libtool
298
299distclean: distclean-recursive
300
301maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
302 distclean-am
303 @echo "This command is intended for maintainers to use;"
304 @echo "it deletes files that may require special tools to rebuild."
305
306maintainer-clean: maintainer-clean-recursive
307
308.PHONY: uninstall-pkgdataDATA install-pkgdataDATA install-data-recursive \
309uninstall-data-recursive install-exec-recursive \
310uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
311all-recursive check-recursive installcheck-recursive info-recursive \
312dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
313maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
314distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
315dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
316install-exec install-data-am install-data install-am install \
317uninstall-am uninstall all-local all-redirect all-am all installdirs-am \
318installdirs mostlyclean-generic distclean-generic clean-generic \
319maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320
321all-local: menu init
322distclean-local:
323 rm -f *\~
324init: init.in
325 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," init.in > init
326menu: generate_menu
327 ./generate_menu
328 @regex_cmd@ -e "s,\@VERSION\@,$(VERSION)," menu.in > menu.pre
329 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," menu.pre > menu
330
331# Tell versions [3.59,3.63) of GNU make to not export all variables.
332# Otherwise a system limit (for SysV at least) may be exceeded.
333.NOEXPORT:
diff --git a/data/generate_menu b/data/generate_menu
new file mode 100755
index 0000000..49b5adc
--- /dev/null
+++ b/data/generate_menu
@@ -0,0 +1,232 @@
1# generate_menu for Fluxbox
2# Copyright (c) 2001 Henrik Kinnunen (fluxgen@linuxmail.org)
3#
4# Permission is hereby granted, free of charge, to any person obtaining a
5# copy of this software and associated documentation files (the "Software"),
6# to deal in the Software without restriction, including without limitation
7# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8# and/or sell copies of the Software, and to permit persons to whom the
9# Software is furnished to do so, subject to the following conditions:
10#
11# The above copyright notice and this permission notice shall be included in
12# all copies or substantial portions of the Software.
13#
14# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20# DEALINGS IN THE SOFTWARE.
21
22#!/bin/sh
23
24FILENAME=menu.in
25
26
27# Start of menu
28
29echo "[begin] (Fluxbox @VERSION@)" > $FILENAME
30
31if [ -x `which xterm` ]; then
32 echo " [exec] (xterm) {xterm -fg white -bg black}" >> $FILENAME
33fi
34
35if [ -x `which nedit` ]; then
36 echo " [exec] (nedit) {nedit}" >> $FILENAME
37fi
38
39echo "[submenu] (Browsers)" >> $FILENAME
40 if [ -x `which netscape` ]; then
41 echo " [exec] (netscape) {netscape}" >> $FILENAME
42 fi
43 if [ -x `which opera` ]; then
44 echo " [exec] (opera) {opera}" >> $FILENAME
45 fi
46 if [ -x `which galeon` ]; then
47 echo " [exec] (galeon) {galeon}" >> $FILENAME
48 fi
49 if [ -x `which mozilla` ]; then
50 echo " [exec] (mozilla) {mozilla}" >> $FILENAME
51 fi
52 if [ -x `which konqueror` ]; then
53 echo " [exec] (konqueror) {konqueror}" >> $FILENAME
54 fi
55echo "[end]" >> $FILENAME
56
57
58echo "[submenu] (Editors)" >> $FILENAME
59 if [ -x `which nedit` ]; then
60 echo " [exec] (nedit) {nedit}" >> $FILENAME
61 fi
62 if [ -x `which vim` ]; then
63 echo " [exec] (vim) {vim -g}" >> $FILENAME
64 fi
65 if [ -x `which xemacs` ]; then
66 echo " [exec] (xemacs) {xemacs}" >> $FILENAME
67 fi
68 if [ -x `which gedit` ]; then
69 echo " [exec] (gedit) {gedit}" >> $FILENAME
70 fi
71 if [ -x `which xedit` ]; then
72 echo " [exec] (xedit) {xedit}" >> $FILENAME
73 fi
74 if [ -x `which kword` ]; then
75 echo " [exec] (kword) {kword}" >> $FILENAME
76 fi
77
78echo "[end]" >> $FILENAME
79
80echo "[submenu] (Net)" >> $FILENAME
81 if [ -x `which realplay` ]; then
82 echo " [exec] (realplay) {realplay}" >> $FILENAME
83 fi
84
85 if [ -x `which licq` ]; then
86 echo " [exec] (licq) {licq}" >> $FILENAME
87 fi
88 if [ -x `which xchat` ]; then
89 echo " [exec] (xchat) {xchat}" >> $FILENAME
90 fi
91 if [ -x `which sylpheed` ]; then
92 echo " [exec] (sylpheed) {sylpheed}" >> $FILENAME
93 fi
94 if [ -x `which gftp` ]; then
95 echo " [exec] (gftp) {gftp}" >> $FILENAME
96 fi
97 if [ -x `which BitchX` ]; then
98 echo " [exec] (BitchX) {xterm -title BitchX -fg white -bg black -e BitchX -N}" >> $FILENAME
99 else
100 if [ -x `which bitchx` ]; then
101 echo " [exec] (BitchX) {xterm -title BitchX -fg white -bg black -e bitchx -N}" >> $FILENAME
102 fi
103 fi
104 if [ -x `which ircii` ]; then
105 echo " [exec] (ircii) {xterm -title ircii -fg white -bg black -e ircii -s}" >> $FILENAME
106 fi
107echo "[end]" >> $FILENAME
108
109
110echo "[submenu] (Graphics)" >> $FILENAME
111 if [ -x `which gimp` ]; then
112 echo " [exec] (gimp) {gimp}" >> $FILENAME
113 fi
114 if [ -x `which xv` ]; then
115 echo " [exec] (xv) {xv}" >> $FILENAME
116 fi
117 if [ -x `which gqview` ]; then
118 echo " [exec] (gqview) {gqview}" >> $FILENAME
119 fi
120 if [ -x `which xpaint` ]; then
121 echo " [exec] (xpaint) {xpaint}" >> $FILENAME
122 fi
123echo "[end]" >> $FILENAME
124
125echo "[submenu] (Music)" >> $FILENAME
126 if [ -x `which xmms` ]; then
127 echo " [exec] (xmms) {xmms}" >> $FILENAME
128 fi
129 if [ -x `which gqmpeg` ]; then
130 echo " [exec] (gqmpeg) {gqmpeg}" >> $FILENAME
131 fi
132 if [ -x `which xmixer` ]; then
133 echo " [exec] (xmixer) {xmixer}" >> $FILENAME
134 fi
135 if [ -x `which gmix` ]; then
136 echo " [exec] (gmix) {gmix}" >> $FILENAME
137 fi
138 if [ -x `which xplaycd` ]; then
139 echo " [exec] (xplaycd) {xplaycd}" >> $FILENAME
140 fi
141 if [ -x `which soundtracker` ]; then
142 echo " [exec] (soundtracker) {soundtracker}" >> $FILENAME
143 fi
144echo "[end]" >> $FILENAME
145
146echo "[submenu] (Terminals)" >> $FILENAME
147 if [ -x `which xterm` ]; then
148 echo " [exec] (xterm) {xterm -fg white -bg black}" >> $FILENAME
149 fi
150 if [ -x `which gnome-terminal` ]; then
151 echo " [exec] (gnome-terminal) {gnome-terminal}" >> $FILENAME
152 fi
153 if [ -x `which Eterm` ]; then
154 echo " [exec] (Eterm) {Eterm}" >> $FILENAME
155 fi
156 if [ -x `which konsole` ]; then
157 echo " [exec] (konsole) {konsole}" >> $FILENAME
158 fi
159 if [ -x `which aterm` ]; then
160 echo " [exec] (aterm) {aterm}" >> $FILENAME
161 fi
162 if [ -x `which rxvt` ]; then
163 echo " [exec] (rxvt) {rxvt}" >> $FILENAME
164 fi
165echo "[end]" >> $FILENAME
166
167
168echo "[submenu] (Misc)" >> $FILENAME
169 if [ -x `which acroread` ]; then
170 echo " [exec] (acroread) {acroread}" >> $FILENAME
171 fi
172 if [ -x `which gcalc` ]; then
173 echo " [exec] (gcalc) {gcalc}" >> $FILENAME
174 fi
175 if [ -x `which xgdb` ]; then
176 echo " [exec] (xgdb) {xgdb}" >> $FILENAME
177 fi
178 if [ -x `which ddd` ]; then
179 echo " [exec] (ddd) {ddd}" >> $FILENAME
180 fi
181 if [ -x `which xterm` ]; then
182 echo " [exec] (tail access_log) {xterm -fg white -bg black -title access_log -e tail -f /var/log/access_log}" >> $FILENAME
183 fi
184echo "[end]" >> $FILENAME
185
186echo "[submenu] (X utils)" >> $FILENAME
187 if [ -x `which xpenguins` ]; then
188 echo " [exec] (xpenguins) {xpenguins}" >> $FILENAME
189 fi
190 if [ -x `which xcalc` ]; then
191 echo " [exec] (xcalc) {xcalc}" >> $FILENAME
192 fi
193 if [ -x `which xfontsel` ]; then
194 echo " [exec] (xfontsel) {xfontsel}" >> $FILENAME
195 fi
196 if [ -x `which xman` ]; then
197 echo " [exec] (xman) {xman}" >> $FILENAME
198 fi
199 if [ -x `which xload` ]; then
200 echo " [exec] (xload) {xload}" >> $FILENAME
201 fi
202 if [ -x `which xfig` ]; then
203 echo " [exec] (xfig) {xfig}" >> $FILENAME
204 fi
205 if [ -x `which xbiff` ]; then
206 echo " [exec] (xbiff) {xbiff}" >> $FILENAME
207 fi
208 if [ -x `which editres` ]; then
209 echo " [exec] (editres) {editres}" >> $FILENAME
210 fi
211 if [ -x `which viewres` ]; then
212 echo " [exec] (viewres) {viewres}" >> $FILENAME
213 fi
214 if [ -x `which xsnow` ]; then
215 echo " [exec] (xsnow) {xsnow}" >> $FILENAME
216 fi
217 if [ -x `which xclock` ]; then
218 echo " [exec] (xclock) {xclock}" >> $FILENAME
219 fi
220echo "[end]" >> $FILENAME
221
222
223echo "[workspaces] (Workspace List)" >> $FILENAME
224echo "[submenu] (Styles) {Choose a style...}" >> $FILENAME
225echo "[stylesdir] (@pkgdatadir@/styles)" >> $FILENAME
226echo "[end]" >> $FILENAME
227echo "[config] (Configuration)" >> $FILENAME
228echo "[reconfig] (Reconfigure)" >> $FILENAME
229echo "[restart] (Restart)" >> $FILENAME
230echo "[exit] (Exit)" >> $FILENAME
231
232echo "[end]" >> $FILENAME
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
new file mode 100644
index 0000000..8e3e3f4
--- /dev/null
+++ b/data/styles/Makefile.in
@@ -0,0 +1,224 @@
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# data/styles/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
89styledir = $(pkgdatadir)/styles
90MAINTAINERCLEANFILES = Makefile.in
91
92style_DATA = Makro MerleyKay Clean CleanColor Artwiz Cthulhain Flux Minimal Nyz Operation Outcomes Rampage Rancor Results Shade Spiff TDF Twice Blue Carbondioxide qnx-photon
93EXTRA_DIST = $(style_DATA)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DATA = $(style_DATA)
98
99DIST_COMMON = Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = tar
105GZIP_ENV = --best
106all: all-redirect
107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/styles/Makefile
110
111Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115
116install-styleDATA: $(style_DATA)
117 @$(NORMAL_INSTALL)
118 $(mkinstalldirs) $(DESTDIR)$(styledir)
119 @list='$(style_DATA)'; for p in $$list; do \
120 if test -f $(srcdir)/$$p; then \
121 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p"; \
122 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(styledir)/$$p; \
123 else if test -f $$p; then \
124 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p"; \
125 $(INSTALL_DATA) $$p $(DESTDIR)$(styledir)/$$p; \
126 fi; fi; \
127 done
128
129uninstall-styleDATA:
130 @$(NORMAL_UNINSTALL)
131 list='$(style_DATA)'; for p in $$list; do \
132 rm -f $(DESTDIR)$(styledir)/$$p; \
133 done
134tags: TAGS
135TAGS:
136
137
138distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139
140subdir = data/styles
141
142distdir: $(DISTFILES)
143 @for file in $(DISTFILES); do \
144 d=$(srcdir); \
145 if test -d $$d/$$file; then \
146 cp -pr $$/$$file $(distdir)/$$file; \
147 else \
148 test -f $(distdir)/$$file \
149 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
150 || cp -p $$d/$$file $(distdir)/$$file || :; \
151 fi; \
152 done
153info-am:
154info: info-am
155dvi-am:
156dvi: dvi-am
157check-am: all-am
158check: check-am
159installcheck-am:
160installcheck: installcheck-am
161install-exec-am:
162install-exec: install-exec-am
163
164install-data-am: install-styleDATA
165install-data: install-data-am
166
167install-am: all-am
168 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
169install: install-am
170uninstall-am: uninstall-styleDATA uninstall-local
171uninstall: uninstall-am
172all-am: Makefile $(DATA)
173all-redirect: all-am
174install-strip:
175 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
176installdirs:
177 $(mkinstalldirs) $(DESTDIR)$(styledir)
178
179
180mostlyclean-generic:
181
182clean-generic:
183
184distclean-generic:
185 -rm -f Makefile $(CONFIG_CLEAN_FILES)
186 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
187
188maintainer-clean-generic:
189 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
190mostlyclean-am: mostlyclean-generic
191
192mostlyclean: mostlyclean-am
193
194clean-am: clean-generic mostlyclean-am
195
196clean: clean-am
197
198distclean-am: distclean-generic clean-am distclean-local
199 -rm -f libtool
200
201distclean: distclean-am
202
203maintainer-clean-am: maintainer-clean-generic distclean-am
204 @echo "This command is intended for maintainers to use;"
205 @echo "it deletes files that may require special tools to rebuild."
206
207maintainer-clean: maintainer-clean-am
208
209.PHONY: uninstall-styleDATA install-styleDATA tags distdir info-am info \
210dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
211install-exec install-data-am install-data install-am install \
212uninstall-local uninstall-am uninstall all-redirect all-am all \
213installdirs mostlyclean-generic distclean-generic clean-generic \
214maintainer-clean-generic clean mostlyclean distclean maintainer-clean
215
216
217uninstall-local:
218 rmdir $(styledir)
219distclean-local:
220 rm -f *\~
221
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT:
diff --git a/data/styles/TDF b/data/styles/TDF
new file mode 100644
index 0000000..d91fc2c
--- /dev/null
+++ b/data/styles/TDF
@@ -0,0 +1,115 @@
1! TarishedCopper.style
2! by The Dixie Flatline.
3! root image copyright(c)1999 propaganda.themes.org
4! used w/o permission (for non-canned release)
5! ----
6! You may only distribute this theme with the original
7! root image or with the original blackbox source.
8! ----
9! for Blackbox 0.60.x -ONLY-
10! missing: slit border color
11
12toolbar: raised gradient bevel1
13toolbar.color: black
14toolbar.colorTo: black
15toolbar.label: Raised Gradient pipecross Bevel1
16toolbar.label.color: rgb:4e/38/32
17toolbar.label.colorTo: rgb:af/89/7c
18toolbar.label.textColor: black
19toolbar.windowLabel: Raised Gradient pyramid Bevel1
20toolbar.windowLabel.color: black
21toolbar.windowLabel.colorTo: rgb:af/89/7c
22toolbar.windowLabel.textColor: black
23toolbar.clock: Raised Gradient pipecross bevel1
24toolbar.clock.color: rgb:4e/38/32
25toolbar.clock.colorTo: rgb:af/89/7c
26toolbar.clock.textColor: black
27toolbar.button: Raised gradient pipecross bevel1
28toolbar.button.color: rgb:4e/38/32
29toolbar.button.colorTo: rgb:af/89/7c
30toolbar.button.picColor: black
31toolbar.button.pressed: Flat Gradient Diagonal Bevel1
32toolbar.button.pressed.color: rgb:32/32/32
33toolbar.button.pressed.colorTo: rgb:82/6d/53
34toolbar.justify: center
35
36menu.title: Raised Gradient pipecross Bevel1
37menu.title.color: rgb:4e/38/32
38menu.title.colorTo: rgb:af/89/7c
39menu.title.textColor: black
40menu.title.justify: center
41menu.frame: raised Gradient elliptic Bevel1
42menu.frame.color: black
43menu.frame.colorTo: rgb:af/89/7c
44menu.frame.textColor: black
45menu.frame.justify: center
46menu.hilite: sunken gradient crossdiagonal bevel1
47menu.hilite.color: rgb:4e/38/32
48menu.hilite.colorTo: rgb:af/89/7c
49menu.hilite.textColor: rgb:ff/ff/ff
50menu.bullet: empty
51menu.bullet.position: right
52
53window.title.focus: Raised Gradient Diagonal bevel1
54window.title.focus.color: black
55window.title.focus.colorTo: black
56window.title.unfocus: Raised Gradient Diagonal bevel1
57window.title.unfocus.color: black
58window.title.unfocus.colorTo: black
59
60window.label.focus: raised Gradient pyramid Bevel1
61window.label.focus.color: black
62window.label.focus.colorTo: rgb:b3/8c/7f
63window.label.focus.textColor: black
64
65window.label.unfocus: raised Gradient pyramid Bevel1
66window.label.unfocus.color: black
67window.label.unfocus.colorTo: rgb:6c/54/4c
68window.label.unfocus.textColor: black
69
70window.button.focus: Raised Gradient pipecross Bevel1
71window.button.focus.color: rgb:4e/38/32
72window.button.focus.colorTo: rgb:af/89/7c
73window.button.focus.picColor: black
74window.button.unfocus: raised gradient pyramid bevel2
75window.button.unfocus.color: black
76window.button.unfocus.colorTo: rgb:6c/54/4c
77window.button.unfocus.picColor: black
78window.button.pressed: Flat Gradient Diagonal Bevel1
79window.button.pressed.color: rgb:32/32/32
80window.button.pressed.colorTo: rgb:82/6d/53
81
82window.frame.focusColor: rgb:4e/38/32
83window.frame.unfocusColor: rgb:4c/36/30
84
85window.handle.focus: raised Gradient pyramid Bevel2
86window.handle.focus.color: black
87window.handle.focus.colorTo: rgb:af/89/7c
88window.handle.unfocus: raised Gradient pyramid Bevel2
89window.handle.unfocus.color: black
90window.handle.unfocus.colorTo: rgb:6c/54/4c
91
92window.grip.focus: raised gradient pipecross bevel1
93window.grip.focus.color: rgb:4e/38/32
94window.grip.focus.colorTo: rgb:af/89/7c
95window.grip.unfocus: raised gradient pyramid bevel1
96window.grip.unfocus.color: black
97window.grip.unfocus.colorTo: rgb:6c/54/4c
98
99borderWidth: 1
100bevelWidth: 1
101handleWidth: 5
102window.justify: CenterJustify
103
104toolbar.font: lucidasans-10
105menu.title.Font: lucidasans-10
106menu.frame.font: lucidasans-10
107window.font: lucidasans-10
108menuFont: lucidasans-10
109titleFont: lucidasans-10
110
111borderColor: rgb:00/00/00
112rootCommand: bsetroot -gradient flatcrossdiagonalgradient -from black -to rgb:af/89/7c
113
114! fin
115
diff --git a/data/titlebar b/data/titlebar
new file mode 100644
index 0000000..f4e85e3
--- /dev/null
+++ b/data/titlebar
@@ -0,0 +1,2 @@
1Right: minimize maximize close
2Left: sticky
diff --git a/nls/C/Makefile.in b/nls/C/Makefile.in
new file mode 100644
index 0000000..50d0477
--- /dev/null
+++ b/nls/C/Makefile.in
@@ -0,0 +1,237 @@
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/C/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/C/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/C
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
201 rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
202 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
203 rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
204 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
205 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
206 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/en_US; \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
208 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/en; \
209 fi
210uninstall-local:
211 @if test x$(NLSTEST) = "x-DNLS"; then \
212 rm -f $(DESTDIR)$(pkgdatadir)/nls/C/blackbox.cat; \
213 rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
214 rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
215 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
216 rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
217 rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \
218 fi
219
220# note... when adding new catalogs... you do not need the
221# header=../blackbox-nls.hh which is passed to awk... we
222# only need to generate it once.
223
224Translation.m: $(MFILES)
225 @if test x$(NLSTEST) = "x-DNLS"; then \
226 awk -f ../convert.awk header=../blackbox-nls.hh \
227 output=Translation.m $(MFILES); \
228 fi
229
230blackbox.cat: Translation.m
231 @if test x$(NLSTEST) = "x-DNLS"; then \
232 $(gencat_cmd) blackbox.cat Translation.m; \
233 fi
234
235# Tell versions [3.59,3.63) of GNU make to not export all variables.
236# Otherwise a system limit (for SysV at least) may be exceeded.
237.NOEXPORT:
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:
diff --git a/nls/da_DK/Makefile.in b/nls/da_DK/Makefile.in
new file mode 100644
index 0000000..22fb3da
--- /dev/null
+++ b/nls/da_DK/Makefile.in
@@ -0,0 +1,220 @@
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/da_DK/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/da_DK/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/da_DK
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/da_DK"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/da_DK/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/es_ES/Makefile.in b/nls/es_ES/Makefile.in
new file mode 100644
index 0000000..4fa557e
--- /dev/null
+++ b/nls/es_ES/Makefile.in
@@ -0,0 +1,223 @@
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/es_ES/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/es_ES/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/es_ES
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/es_ES"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
201 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
202 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
203 fi
204uninstall-local:
205 @if test x$(NLSTEST) = "x-DNLS"; then \
206 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/blackbox.cat; \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
208 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
209 fi
210
211Translation.m: $(MFILES)
212 @if test x$(NLSTEST) = "x-DNLS"; then \
213 awk -f ../convert.awk output=Translation.m $(MFILES); \
214 fi
215
216blackbox.cat: Translation.m
217 @if test x$(NLSTEST) = "x-DNLS"; then \
218 $(gencat_cmd) blackbox.cat Translation.m; \
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:
diff --git a/nls/et_EE/Makefile.in b/nls/et_EE/Makefile.in
new file mode 100644
index 0000000..4048b6f
--- /dev/null
+++ b/nls/et_EE/Makefile.in
@@ -0,0 +1,220 @@
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/et_EE/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/et_EE/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/et_EE
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/et_EE"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/et_EE ; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/et_EE; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/et_EE/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/et_EE; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/fr_FR/Makefile.in b/nls/fr_FR/Makefile.in
new file mode 100644
index 0000000..77c8181
--- /dev/null
+++ b/nls/fr_FR/Makefile.in
@@ -0,0 +1,224 @@
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/fr_FR/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/fr_FR/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/fr_FR
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196all-local: blackbox.cat
197install-data-local: blackbox.cat
198 @if test x$(NLSTEST) = "x-DNLS"; then \
199 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/fr_FR"; \
200 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/fr_FR; \
201 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/fr_FR; \
202 rm -f $(DESTDIR)$(pkgdatadir)/nls/fr; \
203 ln -fs fr_FR $(DESTDIR)$(pkgdatadir)/nls/fr; \
204 fi
205uninstall-local:
206 @if test x$(NLSTEST) = "x-DNLS"; then \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/fr_FR/blackbox.cat; \
208 rm -f $(DESTDIR)$(pkgdatadir)/nls/fr; \
209 rmdir $(DESTDIR)$(pkgdatadir)/nls/fr_FR; \
210 fi
211
212Translation.m: $(MFILES)
213 @if test x$(NLSTEST) = "x-DNLS"; then \
214 awk -f ../convert.awk output=Translation.m $(MFILES); \
215 fi
216
217blackbox.cat: Translation.m
218 @if test x$(NLSTEST) = "x-DNLS"; then \
219 $(gencat_cmd) blackbox.cat Translation.m; \
220 fi
221
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT:
diff --git a/nls/it_IT/Makefile.in b/nls/it_IT/Makefile.in
new file mode 100644
index 0000000..f2a380f
--- /dev/null
+++ b/nls/it_IT/Makefile.in
@@ -0,0 +1,221 @@
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/it_IT/Makefile.am for Fluxbox - 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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/it_IT/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/it_IT
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196all-local: blackbox.cat
197install-data-local: blackbox.cat
198 @if test x$(NLSTEST) = "x-DNLS"; then \
199 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/it_IT"; \
200 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
201 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/it_IT; \
202 fi
203uninstall-local:
204 @if test x$(NLSTEST) = "x-DNLS"; then \
205 rm -f $(DESTDIR)$(pkgdatadir)/nls/it_IT/blackbox.cat; \
206 rmdir $(DESTDIR)$(pkgdatadir)/nls/it_IT; \
207 fi
208
209Translation.m: $(MFILES)
210 @if test x$(NLSTEST) = "x-DNLS"; then \
211 awk -f ../convert.awk output=Translation.m $(MFILES); \
212 fi
213
214blackbox.cat: Translation.m
215 @if test x$(NLSTEST) = "x-DNLS"; then \
216 $(gencat_cmd) blackbox.cat Translation.m; \
217 fi
218
219# Tell versions [3.59,3.63) of GNU make to not export all variables.
220# Otherwise a system limit (for SysV at least) may be exceeded.
221.NOEXPORT:
diff --git a/nls/pt_BR/Makefile.in b/nls/pt_BR/Makefile.in
new file mode 100644
index 0000000..42515d6
--- /dev/null
+++ b/nls/pt_BR/Makefile.in
@@ -0,0 +1,220 @@
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/pt_BR/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/pt_BR
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pr_BR"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_BR/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/ru_RU/Makefile.in b/nls/ru_RU/Makefile.in
new file mode 100644
index 0000000..b2bb324
--- /dev/null
+++ b/nls/ru_RU/Makefile.in
@@ -0,0 +1,220 @@
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/ru_RU/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/ru_RU/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/ru_RU
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/ru_RU"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/ru_RU; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/ru_RU; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/ru_RU/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/ru_RU; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/sv_SE/Makefile.in b/nls/sv_SE/Makefile.in
new file mode 100644
index 0000000..ee2e99c
--- /dev/null
+++ b/nls/sv_SE/Makefile.in
@@ -0,0 +1,221 @@
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/sv_SE/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@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/sv_SE/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/sv_SE
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$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
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196all-local: blackbox.cat
197install-data-local: blackbox.cat
198 @if test x$(NLSTEST) = "x-DNLS"; then \
199 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/sv_SE"; \
200 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
201 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
202 fi
203uninstall-local:
204 @if test x$(NLSTEST) = "x-DNLS"; then \
205 rm -f $(DESTDIR)$(pkgdatadir)/nls/sv_SE/blackbox.cat; \
206 rmdir $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
207 fi
208
209Translation.m: $(MFILES)
210 @if test x$(NLSTEST) = "x-DNLS"; then \
211 awk -f ../convert.awk output=Translation.m $(MFILES); \
212 fi
213
214blackbox.cat: Translation.m
215 @if test x$(NLSTEST) = "x-DNLS"; then \
216 $(gencat_cmd) blackbox.cat Translation.m; \
217 fi
218
219# Tell versions [3.59,3.63) of GNU make to not export all variables.
220# Otherwise a system limit (for SysV at least) may be exceeded.
221.NOEXPORT:
diff --git a/nls/tr_TR/Makefile.in b/nls/tr_TR/Makefile.in
new file mode 100644
index 0000000..e6eac75
--- /dev/null
+++ b/nls/tr_TR/Makefile.in
@@ -0,0 +1,225 @@
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/tr_TR/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14#
15# -- Türkce tercüme dizini için bir yapim-dosya-tabanı
16# kabalak -- kabalak@gmx.net
17#
18
19
20SHELL = @SHELL@
21
22srcdir = @srcdir@
23top_srcdir = @top_srcdir@
24VPATH = @srcdir@
25prefix = @prefix@
26exec_prefix = @exec_prefix@
27
28bindir = @bindir@
29sbindir = @sbindir@
30libexecdir = @libexecdir@
31datadir = @datadir@
32sysconfdir = @sysconfdir@
33sharedstatedir = @sharedstatedir@
34localstatedir = @localstatedir@
35libdir = @libdir@
36infodir = @infodir@
37mandir = @mandir@
38includedir = @includedir@
39oldincludedir = /usr/include
40
41DESTDIR =
42
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46
47top_builddir = ../..
48
49ACLOCAL = @ACLOCAL@
50AUTOCONF = @AUTOCONF@
51AUTOMAKE = @AUTOMAKE@
52AUTOHEADER = @AUTOHEADER@
53
54INSTALL = @INSTALL@
55INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
56INSTALL_DATA = @INSTALL_DATA@
57INSTALL_SCRIPT = @INSTALL_SCRIPT@
58transform = @program_transform_name@
59
60NORMAL_INSTALL = :
61PRE_INSTALL = :
62POST_INSTALL = :
63NORMAL_UNINSTALL = :
64PRE_UNINSTALL = :
65POST_UNINSTALL = :
66host_alias = @host_alias@
67host_triplet = @host@
68AS = @AS@
69CC = @CC@
70CXX = @CXX@
71DEBUG = @DEBUG@
72DLLTOOL = @DLLTOOL@
73GNOME = @GNOME@
74INTERLACE = @INTERLACE@
75KDE = @KDE@
76LIBTOOL = @LIBTOOL@
77LN_S = @LN_S@
78MAINT = @MAINT@
79MAKEINFO = @MAKEINFO@
80NEWWMSPEC = @NEWWMSPEC@
81NLS = @NLS@
82OBJDUMP = @OBJDUMP@
83ORDEREDPSEUDO = @ORDEREDPSEUDO@
84PACKAGE = @PACKAGE@
85RANLIB = @RANLIB@
86SHAPE = @SHAPE@
87SLIT = @SLIT@
88TIMEDCACHE = @TIMEDCACHE@
89VERSION = @VERSION@
90gencat_cmd = @gencat_cmd@
91regex_cmd = @regex_cmd@
92
93NLSTEST = @NLS@
94CLEANFILES = blackbox.cat
95MAINTAINERCLEANFILES = Makefile.in Translation.m
96MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
97EXTRA_DIST = $(MFILES)
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = ../../config.h
100CONFIG_CLEAN_FILES =
101DIST_COMMON = Makefile.am Makefile.in
102
103
104DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106TAR = tar
107GZIP_ENV = --best
108all: all-redirect
109.SUFFIXES:
110$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/tr_TR/Makefile
112
113Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
114 cd $(top_builddir) \
115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117tags: TAGS
118TAGS:
119
120
121distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
122
123subdir = nls/tr_TR
124
125distdir: $(DISTFILES)
126 @for file in $(DISTFILES); do \
127 d=$(srcdir); \
128 if test -d $$d/$$file; then \
129 cp -pr $$/$$file $(distdir)/$$file; \
130 else \
131 test -f $(distdir)/$$file \
132 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
133 || cp -p $$d/$$file $(distdir)/$$file || :; \
134 fi; \
135 done
136info-am:
137info: info-am
138dvi-am:
139dvi: dvi-am
140check-am: all-am
141check: check-am
142installcheck-am:
143installcheck: installcheck-am
144install-exec-am:
145install-exec: install-exec-am
146
147install-data-am: install-data-local
148install-data: install-data-am
149
150install-am: all-am
151 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
152install: install-am
153uninstall-am: uninstall-local
154uninstall: uninstall-am
155all-am: Makefile all-local
156all-redirect: all-am
157install-strip:
158 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
159installdirs:
160
161
162mostlyclean-generic:
163
164clean-generic:
165 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
166
167distclean-generic:
168 -rm -f Makefile $(CONFIG_CLEAN_FILES)
169 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
170
171maintainer-clean-generic:
172 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
173mostlyclean-am: mostlyclean-generic
174
175mostlyclean: mostlyclean-am
176
177clean-am: clean-generic mostlyclean-am
178
179clean: clean-am
180
181distclean-am: distclean-generic clean-am
182 -rm -f libtool
183
184distclean: distclean-am
185
186maintainer-clean-am: maintainer-clean-generic distclean-am
187 @echo "This command is intended for maintainers to use;"
188 @echo "it deletes files that may require special tools to rebuild."
189
190maintainer-clean: maintainer-clean-am
191
192.PHONY: tags distdir info-am info dvi-am dvi check check-am \
193installcheck-am installcheck install-exec-am install-exec \
194install-data-local install-data-am install-data install-am install \
195uninstall-local uninstall-am uninstall all-local all-redirect all-am \
196all installdirs mostlyclean-generic distclean-generic clean-generic \
197maintainer-clean-generic clean mostlyclean distclean maintainer-clean
198
199
200all-local: blackbox.cat
201install-data-local: blackbox.cat
202 @if test x$(NLSTEST) = "x-DNLS"; then \
203 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/tr_TR"; \
204 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
205 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
206 fi
207uninstall-local:
208 @if test x$(NLSTEST) = "x-DNLS"; then \
209 rm -f $(DESTDIR)$(pkgdatadir)/nls/tr_TR/blackbox.cat; \
210 rmdir $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
211 fi
212
213Translation.m: $(MFILES)
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 awk -f ../convert.awk output=Translation.m $(MFILES); \
216 fi
217
218blackbox.cat: Translation.m
219 @if test x$(NLSTEST) = "x-DNLS"; then \
220 $(gencat_cmd) blackbox.cat Translation.m; \
221 fi
222
223# Tell versions [3.59,3.63) of GNU make to not export all variables.
224# Otherwise a system limit (for SysV at least) may be exceeded.
225.NOEXPORT: