~ubuntu-branches/ubuntu/warty/blackbox/warty

« back to all changes in this revision

Viewing changes to nls/hu_HU/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 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
# Makefile.am for Blackbox - an X11 Window Manager
 
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
CXX = @CXX@
 
64
DEBUG = @DEBUG@
 
65
MAINT = @MAINT@
 
66
MAKEINFO = @MAKEINFO@
 
67
NLS = @NLS@
 
68
ORDEREDPSEUDO = @ORDEREDPSEUDO@
 
69
PACKAGE = @PACKAGE@
 
70
SHAPE = @SHAPE@
 
71
TIMEDCACHE = @TIMEDCACHE@
 
72
VERSION = @VERSION@
 
73
gencat_cmd = @gencat_cmd@
 
74
regex_cmd = @regex_cmd@
 
75
 
 
76
NLSTEST = @NLS@
 
77
THE_LANG = hu_HU
 
78
THE_NLS_PATH = $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)
 
79
CLEANFILES = blackbox.cat
 
80
MAINTAINERCLEANFILES = Makefile.in Translation.m
 
81
DISTCLEANFILES = Translation.m
 
82
MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
 
83
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
84
CONFIG_HEADER = ../../config.h
 
85
CONFIG_CLEAN_FILES = 
 
86
DIST_COMMON =  Makefile.am Makefile.in
 
87
 
 
88
 
 
89
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
90
 
 
91
TAR = tar
 
92
GZIP_ENV = --best
 
93
all: all-redirect
 
94
.SUFFIXES:
 
95
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
96
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps nls/hu_HU/Makefile
 
97
 
 
98
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
99
        cd $(top_builddir) \
 
100
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
101
 
 
102
tags: TAGS
 
103
TAGS:
 
104
 
 
105
 
 
106
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
107
 
 
108
subdir = nls/hu_HU
 
109
 
 
110
distdir: $(DISTFILES)
 
111
        @for file in $(DISTFILES); do \
 
112
          d=$(srcdir); \
 
113
          if test -d $$d/$$file; then \
 
114
            cp -pr $$d/$$file $(distdir)/$$file; \
 
115
          else \
 
116
            test -f $(distdir)/$$file \
 
117
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
118
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
119
          fi; \
 
120
        done
 
121
info-am:
 
122
info: info-am
 
123
dvi-am:
 
124
dvi: dvi-am
 
125
check-am: all-am
 
126
check: check-am
 
127
installcheck-am:
 
128
installcheck: installcheck-am
 
129
install-exec-am:
 
130
install-exec: install-exec-am
 
131
 
 
132
install-data-am: install-data-local
 
133
install-data: install-data-am
 
134
 
 
135
install-am: all-am
 
136
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
137
install: install-am
 
138
uninstall-am: uninstall-local
 
139
uninstall: uninstall-am
 
140
all-am: Makefile all-local
 
141
all-redirect: all-am
 
142
install-strip:
 
143
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
144
installdirs:
 
145
 
 
146
 
 
147
mostlyclean-generic:
 
148
 
 
149
clean-generic:
 
150
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
151
 
 
152
distclean-generic:
 
153
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
154
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
155
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
156
 
 
157
maintainer-clean-generic:
 
158
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
159
mostlyclean-am:  mostlyclean-generic
 
160
 
 
161
mostlyclean: mostlyclean-am
 
162
 
 
163
clean-am:  clean-generic mostlyclean-am
 
164
 
 
165
clean: clean-am
 
166
 
 
167
distclean-am:  distclean-generic clean-am distclean-local
 
168
 
 
169
distclean: distclean-am
 
170
 
 
171
maintainer-clean-am:  maintainer-clean-generic distclean-am
 
172
        @echo "This command is intended for maintainers to use;"
 
173
        @echo "it deletes files that may require special tools to rebuild."
 
174
 
 
175
maintainer-clean: maintainer-clean-am
 
176
 
 
177
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
 
178
installcheck-am installcheck install-exec-am install-exec \
 
179
install-data-local install-data-am install-data install-am install \
 
180
uninstall-local uninstall-am uninstall all-local all-redirect all-am \
 
181
all installdirs mostlyclean-generic distclean-generic clean-generic \
 
182
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
183
 
 
184
 
 
185
all-local: blackbox.cat
 
186
install-data-local: blackbox.cat
 
187
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
188
                echo "Installing catalog in $(THE_NLS_PATH)"; \
 
189
                $(mkinstalldirs) $(THE_NLS_PATH); \
 
190
                $(INSTALL_DATA) blackbox.cat $(THE_NLS_PATH); \
 
191
        fi
 
192
uninstall-local:
 
193
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
194
                rm -f $(THE_NLS_PATH)/blackbox.cat; \
 
195
                rmdir $(THE_NLS_PATH); \
 
196
        fi
 
197
 
 
198
Translation.m: $(MFILES)
 
199
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
200
                awk -f @srcdir@/../convert.awk codeset=ISO-8859-2 output=Translation.m $(MFILES); \
 
201
        fi
 
202
 
 
203
blackbox.cat: Translation.m
 
204
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
205
                $(gencat_cmd) blackbox.cat Translation.m; \
 
206
        fi
 
207
 
 
208
distclean-local:
 
209
        rm -f *\~ .\#*
 
210
 
 
211
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
212
# Otherwise a system limit (for SysV at least) may be exceeded.
 
213
.NOEXPORT: