~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to webmail/images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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.
26
26
pkglibdir = $(libdir)/@PACKAGE@
27
27
pkgincludedir = $(includedir)/@PACKAGE@
28
28
top_builddir = .
29
 
 
30
29
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31
30
INSTALL = @INSTALL@
32
31
install_sh_DATA = $(install_sh) -c -m 644
40
39
NORMAL_UNINSTALL = :
41
40
PRE_UNINSTALL = :
42
41
POST_UNINSTALL = :
 
42
subdir = .
 
43
DIST_COMMON = $(am__configure_deps) $(srcdir)/../../install-sh \
 
44
        $(srcdir)/../../missing $(srcdir)/Makefile.am \
 
45
        $(srcdir)/Makefile.in $(top_srcdir)/configure
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
51
 configure.lineno configure.status.lineno
 
52
mkinstalldirs = $(mkdir_p)
 
53
CONFIG_CLEAN_FILES =
 
54
SOURCES =
 
55
DIST_SOURCES =
 
56
DATA = $(noinst_DATA)
 
57
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
58
distdir = $(PACKAGE)-$(VERSION)
 
59
top_distdir = $(distdir)
 
60
am__remove_distdir = \
 
61
  { test ! -d $(distdir) \
 
62
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
63
         && rm -fr $(distdir); }; }
 
64
DIST_ARCHIVES = $(distdir).tar.gz
 
65
GZIP_ENV = --best
 
66
distuninstallcheck_listfiles = find . -type f -print
 
67
distcleancheck_listfiles = find . -type f -print
43
68
ACLOCAL = @ACLOCAL@
44
69
AMTAR = @AMTAR@
45
70
AUTOCONF = @AUTOCONF@
85
110
libexecdir = @libexecdir@
86
111
localstatedir = @localstatedir@
87
112
mandir = @mandir@
 
113
mkdir_p = @mkdir_p@
88
114
oldincludedir = @oldincludedir@
89
115
prefix = @prefix@
90
116
program_transform_name = @program_transform_name@
92
118
sharedstatedir = @sharedstatedir@
93
119
sysconfdir = @sysconfdir@
94
120
target_alias = @target_alias@
95
 
 
96
121
CLEANFILES = filelist
97
 
 
98
122
IMAGES = \
99
123
        bg.png \
100
124
        bluebottomleft.png \
143
167
        uncancel.png \
144
168
        sqwebmail.css
145
169
 
146
 
 
147
170
noinst_DATA = $(IMAGES) filelist
148
171
EXTRA_DIST = $(IMAGES)
149
 
subdir = .
150
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
151
 
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
152
 
CONFIG_CLEAN_FILES =
153
 
DIST_SOURCES =
154
 
DATA = $(noinst_DATA)
155
 
 
156
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure ../install-sh \
157
 
        ../missing ../mkinstalldirs Makefile.am aclocal.m4 configure \
158
 
        configure.in
159
172
all: all-am
160
173
 
161
174
.SUFFIXES:
162
 
 
163
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
164
 
 configure.lineno
165
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
175
am--refresh:
 
176
        @:
 
177
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
178
        @for dep in $?; do \
 
179
          case '$(am__configure_deps)' in \
 
180
            *$$dep*) \
 
181
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
182
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
183
                && exit 0; \
 
184
              exit 1;; \
 
185
          esac; \
 
186
        done; \
 
187
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
166
188
        cd $(top_srcdir) && \
167
189
          $(AUTOMAKE) --foreign  Makefile
168
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
169
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
190
.PRECIOUS: Makefile
 
191
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
192
        @case '$?' in \
 
193
          *config.status*) \
 
194
            echo ' $(SHELL) ./config.status'; \
 
195
            $(SHELL) ./config.status;; \
 
196
          *) \
 
197
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
198
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
199
        esac;
170
200
 
171
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
201
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
172
202
        $(SHELL) ./config.status --recheck
173
 
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
203
 
 
204
$(top_srcdir)/configure:  $(am__configure_deps)
174
205
        cd $(srcdir) && $(AUTOCONF)
175
 
 
176
 
$(ACLOCAL_M4):  configure.in 
 
206
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
177
207
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
178
208
uninstall-info-am:
179
209
tags: TAGS
182
212
ctags: CTAGS
183
213
CTAGS:
184
214
 
185
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186
 
 
187
 
top_distdir = .
188
 
distdir = $(PACKAGE)-$(VERSION)
189
 
 
190
 
am__remove_distdir = \
191
 
  { test ! -d $(distdir) \
192
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
193
 
         && rm -fr $(distdir); }; }
194
 
 
195
 
GZIP_ENV = --best
196
 
distuninstallcheck_listfiles = find . -type f -print
197
 
distcleancheck_listfiles = find . -type f -print
198
215
 
199
216
distdir: $(DISTFILES)
200
217
        $(am__remove_distdir)
201
218
        mkdir $(distdir)
202
 
        $(mkinstalldirs) $(distdir)/..
 
219
        $(mkdir_p) $(distdir)/../..
203
220
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
204
221
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
205
222
        list='$(DISTFILES)'; for file in $$list; do \
211
228
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
212
229
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
213
230
            dir="/$$dir"; \
214
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
231
            $(mkdir_p) "$(distdir)$$dir"; \
215
232
          else \
216
233
            dir=''; \
217
234
          fi; \
235
252
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
236
253
        $(am__remove_distdir)
237
254
 
 
255
dist-bzip2: distdir
 
256
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
257
        $(am__remove_distdir)
 
258
 
 
259
dist-tarZ: distdir
 
260
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
261
        $(am__remove_distdir)
 
262
 
 
263
dist-shar: distdir
 
264
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
265
        $(am__remove_distdir)
 
266
 
 
267
dist-zip: distdir
 
268
        -rm -f $(distdir).zip
 
269
        zip -rq $(distdir).zip $(distdir)
 
270
        $(am__remove_distdir)
 
271
 
238
272
dist dist-all: distdir
239
273
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
240
274
        $(am__remove_distdir)
243
277
# it guarantees that the distribution is self-contained by making another
244
278
# tarfile.
245
279
distcheck: dist
246
 
        $(am__remove_distdir)
247
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
280
        case '$(DIST_ARCHIVES)' in \
 
281
        *.tar.gz*) \
 
282
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
283
        *.tar.bz2*) \
 
284
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
285
        *.tar.Z*) \
 
286
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
287
        *.shar.gz*) \
 
288
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
 
289
        *.zip*) \
 
290
          unzip $(distdir).zip ;;\
 
291
        esac
248
292
        chmod -R a-w $(distdir); chmod a+w $(distdir)
249
293
        mkdir $(distdir)/_build
250
294
        mkdir $(distdir)/_inst
264
308
                distuninstallcheck \
265
309
          && chmod -R a-w "$$dc_install_base" \
266
310
          && ({ \
267
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
311
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
268
312
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
269
313
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
270
314
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
271
315
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
272
316
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
273
317
          && rm -rf "$$dc_destdir" \
274
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
275
 
          && rm -f $(distdir).tar.gz \
 
318
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
319
          && rm -rf $(DIST_ARCHIVES) \
276
320
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
277
321
        $(am__remove_distdir)
278
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
279
 
          sed 'h;s/./=/g;p;x;p;x'
 
322
        @(echo "$(distdir) archives ready for distribution: "; \
 
323
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
324
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
280
325
distuninstallcheck:
281
326
        @cd $(distuninstallcheck_dir) \
282
327
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
298
343
check-am: all-am
299
344
check: check-am
300
345
all-am: Makefile $(DATA)
301
 
 
302
346
installdirs:
303
347
install: install-am
304
348
install-exec: install-exec-am
311
355
installcheck: installcheck-am
312
356
install-strip:
313
357
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
314
 
          INSTALL_STRIP_FLAG=-s \
 
358
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
315
359
          `test -z '$(STRIP)' || \
316
360
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
317
361
mostlyclean-generic:
338
382
 
339
383
dvi-am:
340
384
 
 
385
html: html-am
 
386
 
341
387
info: info-am
342
388
 
343
389
info-am:
372
418
 
373
419
uninstall-am: uninstall-info-am
374
420
 
375
 
.PHONY: all all-am check check-am clean clean-generic dist dist-all \
376
 
        dist-gzip distcheck distclean distclean-generic distcleancheck \
377
 
        distdir distuninstallcheck dvi dvi-am info info-am install \
378
 
        install-am install-data install-data-am install-exec \
 
421
.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
 
422
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
 
423
        distcheck distclean distclean-generic distcleancheck distdir \
 
424
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
425
        install install-am install-data install-data-am install-exec \
379
426
        install-exec-am install-info install-info-am install-man \
380
427
        install-strip installcheck installcheck-am installdirs \
381
428
        maintainer-clean maintainer-clean-generic mostlyclean \