~ubuntu-branches/ubuntu/vivid/lurker/vivid

« back to all changes in this revision

Viewing changes to ui/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2006-12-20 05:05:31 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061220050531-79inzy7o6uu95qx7
Tags: 2.1-7
* updated vi debconf translations, thanks to Clytie Siddall
  <clytie@riverland.net.au>
* fixed typo in one template (that you would like, not that
  would you like), thanks as well to Clytie Siddall
  - unfuzzied all translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
35
35
PRE_UNINSTALL = :
36
36
POST_UNINSTALL = :
37
37
subdir = ui
38
 
DIST_COMMON = $(dist_fmt_DATA) $(dist_html_DATA) $(srcdir)/Makefile.am \
 
38
DIST_COMMON = $(dist_html_DATA) $(dist_ui_DATA) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
47
47
CONFIG_CLEAN_FILES =
48
48
SOURCES =
49
49
DIST_SOURCES =
50
 
am__installdirs = "$(DESTDIR)$(fmtdir)" "$(DESTDIR)$(htmldir)"
51
 
dist_fmtDATA_INSTALL = $(INSTALL_DATA)
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(uidir)"
52
57
dist_htmlDATA_INSTALL = $(INSTALL_DATA)
53
 
DATA = $(dist_fmt_DATA) $(dist_html_DATA)
 
58
dist_uiDATA_INSTALL = $(INSTALL_DATA)
 
59
DATA = $(dist_html_DATA) $(dist_ui_DATA)
54
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
61
ACLOCAL = @ACLOCAL@
56
62
AMDEP_FALSE = @AMDEP_FALSE@
60
66
AUTOHEADER = @AUTOHEADER@
61
67
AUTOMAKE = @AUTOMAKE@
62
68
AWK = @AWK@
 
69
BINDIR = @BINDIR@
63
70
CC = @CC@
64
71
CCDEPMODE = @CCDEPMODE@
65
72
CFLAGS = @CFLAGS@
 
73
CGI_BIN_DIR = @CGI_BIN_DIR@
66
74
CPPFLAGS = @CPPFLAGS@
67
75
CXX = @CXX@
68
76
CXXCPP = @CXXCPP@
69
77
CXXDEPMODE = @CXXDEPMODE@
70
78
CXXFLAGS = @CXXFLAGS@
71
79
CYGPATH_W = @CYGPATH_W@
 
80
DEFAULT_CONFIG_DIR = @DEFAULT_CONFIG_DIR@
 
81
DEFAULT_WWW_DIR = @DEFAULT_WWW_DIR@
72
82
DEFS = @DEFS@
73
83
DEPDIR = @DEPDIR@
74
84
ECHO_C = @ECHO_C@
83
93
LDFLAGS = @LDFLAGS@
84
94
LIBOBJS = @LIBOBJS@
85
95
LIBS = @LIBS@
 
96
LOCALSTATEDIR = @LOCALSTATEDIR@
86
97
LOCAL_MIMELIB_FALSE = @LOCAL_MIMELIB_FALSE@
87
98
LOCAL_MIMELIB_TRUE = @LOCAL_MIMELIB_TRUE@
88
99
LTLIBOBJS = @LTLIBOBJS@
114
125
am__include = @am__include@
115
126
am__leading_dot = @am__leading_dot@
116
127
am__quote = @am__quote@
 
128
am__tar = @am__tar@
 
129
am__untar = @am__untar@
117
130
bindir = @bindir@
118
131
build_alias = @build_alias@
 
132
cgi_bin_dir = @cgi_bin_dir@
119
133
datadir = @datadir@
120
 
etcdir = @etcdir@
 
134
default_config_dir = @default_config_dir@
 
135
default_www_dir = @default_www_dir@
121
136
exec_prefix = @exec_prefix@
122
137
host_alias = @host_alias@
123
138
includedir = @includedir@
135
150
sharedstatedir = @sharedstatedir@
136
151
sysconfdir = @sysconfdir@
137
152
target_alias = @target_alias@
138
 
vardir = @vardir@
139
 
wwwdir = @wwwdir@
140
 
fmtdir = ${wwwdir}/fmt
141
 
htmldir = ${wwwdir}
142
 
dist_fmt_DATA = \
 
153
htmldir = @default_www_dir@
 
154
uidir = $(htmldir)/ui
 
155
dist_html_DATA = index.html
 
156
dist_ui_DATA = \
143
157
        default.css common.js lang.xsl common.xsl list.xsl message.xsl \
144
158
        mindex.xsl search.xsl splash.xsl thread.xsl lang.xml \
145
 
        ca.xml da.xml de.xml el.xml en.xml es.xml fi.xml hu.xml it.xml \
146
 
        ja.xml nl.xml pl.xml pt-BR.xml pt.xml
 
159
        ca.xml da.xml de.xml el.xml en.xml es.xml fi.xml fr.xml hu.xml \
 
160
        it.xml ja.xml nl.xml pl.xml pt-BR.xml pt.xml
147
161
 
148
 
dist_html_DATA = index.html
149
162
all: all-am
150
163
 
151
164
.SUFFIXES:
179
192
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
180
193
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
181
194
uninstall-info-am:
182
 
install-dist_fmtDATA: $(dist_fmt_DATA)
183
 
        @$(NORMAL_INSTALL)
184
 
        test -z "$(fmtdir)" || $(mkdir_p) "$(DESTDIR)$(fmtdir)"
185
 
        @list='$(dist_fmt_DATA)'; for p in $$list; do \
186
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
187
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
188
 
          echo " $(dist_fmtDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(fmtdir)/$$f'"; \
189
 
          $(dist_fmtDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(fmtdir)/$$f"; \
190
 
        done
191
 
 
192
 
uninstall-dist_fmtDATA:
193
 
        @$(NORMAL_UNINSTALL)
194
 
        @list='$(dist_fmt_DATA)'; for p in $$list; do \
195
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
196
 
          echo " rm -f '$(DESTDIR)$(fmtdir)/$$f'"; \
197
 
          rm -f "$(DESTDIR)$(fmtdir)/$$f"; \
198
 
        done
199
195
install-dist_htmlDATA: $(dist_html_DATA)
200
196
        @$(NORMAL_INSTALL)
201
197
        test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
202
198
        @list='$(dist_html_DATA)'; for p in $$list; do \
203
199
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
204
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
200
          f=$(am__strip_dir) \
205
201
          echo " $(dist_htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
206
202
          $(dist_htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
207
203
        done
209
205
uninstall-dist_htmlDATA:
210
206
        @$(NORMAL_UNINSTALL)
211
207
        @list='$(dist_html_DATA)'; for p in $$list; do \
212
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
208
          f=$(am__strip_dir) \
213
209
          echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
214
210
          rm -f "$(DESTDIR)$(htmldir)/$$f"; \
215
211
        done
 
212
install-dist_uiDATA: $(dist_ui_DATA)
 
213
        @$(NORMAL_INSTALL)
 
214
        test -z "$(uidir)" || $(mkdir_p) "$(DESTDIR)$(uidir)"
 
215
        @list='$(dist_ui_DATA)'; for p in $$list; do \
 
216
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
217
          f=$(am__strip_dir) \
 
218
          echo " $(dist_uiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(uidir)/$$f'"; \
 
219
          $(dist_uiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(uidir)/$$f"; \
 
220
        done
 
221
 
 
222
uninstall-dist_uiDATA:
 
223
        @$(NORMAL_UNINSTALL)
 
224
        @list='$(dist_ui_DATA)'; for p in $$list; do \
 
225
          f=$(am__strip_dir) \
 
226
          echo " rm -f '$(DESTDIR)$(uidir)/$$f'"; \
 
227
          rm -f "$(DESTDIR)$(uidir)/$$f"; \
 
228
        done
216
229
tags: TAGS
217
230
TAGS:
218
231
 
251
264
check: check-am
252
265
all-am: Makefile $(DATA)
253
266
installdirs:
254
 
        for dir in "$(DESTDIR)$(fmtdir)" "$(DESTDIR)$(htmldir)"; do \
 
267
        for dir in "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(uidir)"; do \
255
268
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
256
269
        done
257
270
install: install-am
273
286
clean-generic:
274
287
 
275
288
distclean-generic:
276
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
289
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
277
290
 
278
291
maintainer-clean-generic:
279
292
        @echo "This command is intended for maintainers to use"
296
309
 
297
310
info-am:
298
311
 
299
 
install-data-am: install-data-local install-dist_fmtDATA \
300
 
        install-dist_htmlDATA
 
312
install-data-am: install-data-local install-dist_htmlDATA \
 
313
        install-dist_uiDATA
301
314
 
302
315
install-exec-am:
303
316
 
323
336
 
324
337
ps-am:
325
338
 
326
 
uninstall-am: uninstall-dist_fmtDATA uninstall-dist_htmlDATA \
327
 
        uninstall-info-am
 
339
uninstall-am: uninstall-dist_htmlDATA uninstall-dist_uiDATA \
 
340
        uninstall-info-am uninstall-local
328
341
 
329
342
.PHONY: all all-am check check-am clean clean-generic distclean \
330
343
        distclean-generic distdir dvi dvi-am html html-am info info-am \
331
344
        install install-am install-data install-data-am \
332
 
        install-data-local install-dist_fmtDATA install-dist_htmlDATA \
 
345
        install-data-local install-dist_htmlDATA install-dist_uiDATA \
333
346
        install-exec install-exec-am install-info install-info-am \
334
347
        install-man install-strip installcheck installcheck-am \
335
348
        installdirs maintainer-clean maintainer-clean-generic \
336
349
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
337
 
        uninstall-am uninstall-dist_fmtDATA uninstall-dist_htmlDATA \
338
 
        uninstall-info-am
339
 
 
340
 
 
 
350
        uninstall-am uninstall-dist_htmlDATA uninstall-dist_uiDATA \
 
351
        uninstall-info-am uninstall-local
 
352
 
 
353
 
 
354
# Create the directories for dynamic content
341
355
install-data-local:
342
 
        for i in attach list mbox message mindex search splash thread; do \
 
356
        for i in attach list mbox message mindex search splash thread zap; do \
343
357
                $(mkinstalldirs) $(DESTDIR)$(htmldir)/$$i; \
344
358
                done
345
359
        touch $(DESTDIR)$(htmldir)/lurker.docroot
 
360
 
 
361
uninstall-local:
 
362
        rm -f $(DESTDIR)$(htmldir)/lurker.docroot
346
363
# Tell versions [3.59,3.63) of GNU make to not export all variables.
347
364
# Otherwise a system limit (for SysV at least) may be exceeded.
348
365
.NOEXPORT: