~ubuntu-branches/ubuntu/warty/fluxbox/warty

« back to all changes in this revision

Viewing changes to nls/bg_BG/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2002-04-12 22:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20020412220852-0gbqxr57mgu63qdh
Tags: upstream-0.1.7
ImportĀ upstreamĀ versionĀ 0.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ../..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
CXX = @CXX@
 
65
DEBUG = @DEBUG@
 
66
DLLTOOL = @DLLTOOL@
 
67
ECHO = @ECHO@
 
68
EXEEXT = @EXEEXT@
 
69
GNOME = @GNOME@
 
70
INTERLACE = @INTERLACE@
 
71
KDE = @KDE@
 
72
LIBTOOL = @LIBTOOL@
 
73
LN_S = @LN_S@
 
74
MAKEINFO = @MAKEINFO@
 
75
NEWWMSPEC = @NEWWMSPEC@
 
76
NLS = @NLS@
 
77
OBJDUMP = @OBJDUMP@
 
78
OBJEXT = @OBJEXT@
 
79
ORDEREDPSEUDO = @ORDEREDPSEUDO@
 
80
PACKAGE = @PACKAGE@
 
81
RANLIB = @RANLIB@
 
82
SHAPE = @SHAPE@
 
83
SLIT = @SLIT@
 
84
STRIP = @STRIP@
 
85
TIMEDCACHE = @TIMEDCACHE@
 
86
VERSION = @VERSION@
 
87
gencat_cmd = @gencat_cmd@
 
88
regex_cmd = @regex_cmd@
 
89
 
 
90
THE_LANG = bg_BG
 
91
 
 
92
NLSTEST = @NLS@
 
93
CLEANFILES = blackbox.cat
 
94
MAINTAINERCLEANFILES = Makefile.in Translation.m
 
95
MFILES = 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
 
96
EXTRA_DIST = $(MFILES)
 
97
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
98
CONFIG_HEADER = ../../config.h
 
99
CONFIG_CLEAN_FILES = 
 
100
DIST_COMMON =  Makefile.am Makefile.in
 
101
 
 
102
 
 
103
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
104
 
 
105
TAR = tar
 
106
GZIP_ENV = --best
 
107
all: all-redirect
 
108
.SUFFIXES:
 
109
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
110
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/bg_BG/Makefile
 
111
 
 
112
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
113
        cd $(top_builddir) \
 
114
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
115
 
 
116
tags: TAGS
 
117
TAGS:
 
118
 
 
119
 
 
120
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
121
 
 
122
subdir = nls/bg_BG
 
123
 
 
124
distdir: $(DISTFILES)
 
125
        @for file in $(DISTFILES); do \
 
126
          d=$(srcdir); \
 
127
          if test -d $$d/$$file; then \
 
128
            cp -pr $$/$$file $(distdir)/$$file; \
 
129
          else \
 
130
            test -f $(distdir)/$$file \
 
131
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
132
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
133
          fi; \
 
134
        done
 
135
info-am:
 
136
info: info-am
 
137
dvi-am:
 
138
dvi: dvi-am
 
139
check-am: all-am
 
140
check: check-am
 
141
installcheck-am:
 
142
installcheck: installcheck-am
 
143
install-exec-am:
 
144
install-exec: install-exec-am
 
145
 
 
146
install-data-am: install-data-local
 
147
install-data: install-data-am
 
148
 
 
149
install-am: all-am
 
150
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
151
install: install-am
 
152
uninstall-am: uninstall-local
 
153
uninstall: uninstall-am
 
154
all-am: Makefile all-local
 
155
all-redirect: all-am
 
156
install-strip:
 
157
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
158
installdirs:
 
159
 
 
160
 
 
161
mostlyclean-generic:
 
162
 
 
163
clean-generic:
 
164
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
165
 
 
166
distclean-generic:
 
167
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
168
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
169
 
 
170
maintainer-clean-generic:
 
171
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
172
mostlyclean-am:  mostlyclean-generic
 
173
 
 
174
mostlyclean: mostlyclean-am
 
175
 
 
176
clean-am:  clean-generic mostlyclean-am
 
177
 
 
178
clean: clean-am
 
179
 
 
180
distclean-am:  distclean-generic clean-am
 
181
        -rm -f libtool
 
182
 
 
183
distclean: distclean-am
 
184
 
 
185
maintainer-clean-am:  maintainer-clean-generic distclean-am
 
186
        @echo "This command is intended for maintainers to use;"
 
187
        @echo "it deletes files that may require special tools to rebuild."
 
188
 
 
189
maintainer-clean: maintainer-clean-am
 
190
 
 
191
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
 
192
installcheck-am installcheck install-exec-am install-exec \
 
193
install-data-local install-data-am install-data install-am install \
 
194
uninstall-local uninstall-am uninstall all-local all-redirect all-am \
 
195
all installdirs mostlyclean-generic distclean-generic clean-generic \
 
196
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
197
 
 
198
 
 
199
all-local: blackbox.cat
 
200
install-data-local: blackbox.cat
 
201
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
202
                echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
 
203
                $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
 
204
                $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
 
205
        fi
 
206
uninstall-local:
 
207
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
208
                rm -f $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)/blackbox.cat; \
 
209
                rmdir $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
 
210
        fi
 
211
 
 
212
Translation.m: $(MFILES)
 
213
        @if test x$(NLSTEST) = "x-DNLS"; then \
 
214
                awk -f ../convert.awk output=Translation.m $(MFILES); \
 
215
        fi
 
216
 
 
217
blackbox.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: