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