source: trunk/third/evolution/libical/Makefile.in @ 18142

Revision 18142, 11.1 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CC = @CC@
65DLLTOOL = @DLLTOOL@
66ECHO = @ECHO@
67EXEEXT = @EXEEXT@
68LEX = @LEX@
69LIBTOOL = @LIBTOOL@
70LN_S = @LN_S@
71MAINT = @MAINT@
72MAKEINFO = @MAKEINFO@
73OBJDUMP = @OBJDUMP@
74OBJEXT = @OBJEXT@
75PACKAGE = @PACKAGE@
76PERL = @PERL@
77PY_CFLAGS = @PY_CFLAGS@
78PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
79PY_LIBS = @PY_LIBS@
80PY_LIB_LOC = @PY_LIB_LOC@
81RANLIB = @RANLIB@
82STRIP = @STRIP@
83VERSION = @VERSION@
84YACC = @YACC@
85python_val = @python_val@
86
87EXTRA_DIST =    ChangeLog       README  TEST    TODO
88
89
90SUBDIRS = design-data doc scripts test-data src zoneinfo
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
93CONFIG_HEADER = config.h
94CONFIG_CLEAN_FILES =
95DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
96Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
97config.guess config.h.in config.sub configure configure.in ltconfig \
98ltmain.sh mkinstalldirs
99
100
101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103TAR = tar
104GZIP_ENV = --best
105all: all-redirect
106.SUFFIXES:
107$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
109
110Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
111        cd $(top_builddir) \
112          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
115        cd $(srcdir) && $(ACLOCAL)
116
117config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118        $(SHELL) ./config.status --recheck
119$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120        cd $(srcdir) && $(AUTOCONF)
121
122config.h: stamp-h
123        @if test ! -f $@; then \
124                rm -f stamp-h; \
125                $(MAKE) stamp-h; \
126        else :; fi
127stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
128        cd $(top_builddir) \
129          && CONFIG_FILES= CONFIG_HEADERS=config.h \
130             $(SHELL) ./config.status
131        @echo timestamp > stamp-h 2> /dev/null
132$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
133        @if test ! -f $@; then \
134                rm -f $(srcdir)/stamp-h.in; \
135                $(MAKE) $(srcdir)/stamp-h.in; \
136        else :; fi
137$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
138        cd $(top_srcdir) && $(AUTOHEADER)
139        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
140
141mostlyclean-hdr:
142
143clean-hdr:
144
145distclean-hdr:
146        -rm -f config.h
147
148maintainer-clean-hdr:
149
150# This directory's subdirectories are mostly independent; you can cd
151# into them and run `make' without going through this Makefile.
152# To change the values of `make' variables: instead of editing Makefiles,
153# (1) if the variable is set in `config.status', edit `config.status'
154#     (which will cause the Makefiles to be regenerated when you run `make');
155# (2) otherwise, pass the desired values on the `make' command line.
156
157@SET_MAKE@
158
159all-recursive install-data-recursive install-exec-recursive \
160installdirs-recursive install-recursive uninstall-recursive  \
161check-recursive installcheck-recursive info-recursive dvi-recursive:
162        @set fnord $(MAKEFLAGS); amf=$$2; \
163        dot_seen=no; \
164        target=`echo $@ | sed s/-recursive//`; \
165        list='$(SUBDIRS)'; for subdir in $$list; do \
166          echo "Making $$target in $$subdir"; \
167          if test "$$subdir" = "."; then \
168            dot_seen=yes; \
169            local_target="$$target-am"; \
170          else \
171            local_target="$$target"; \
172          fi; \
173          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
174           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
175        done; \
176        if test "$$dot_seen" = "no"; then \
177          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
178        fi; test -z "$$fail"
179
180mostlyclean-recursive clean-recursive distclean-recursive \
181maintainer-clean-recursive:
182        @set fnord $(MAKEFLAGS); amf=$$2; \
183        dot_seen=no; \
184        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
185          rev="$$subdir $$rev"; \
186          test "$$subdir" != "." || dot_seen=yes; \
187        done; \
188        test "$$dot_seen" = "no" && rev=". $$rev"; \
189        target=`echo $@ | sed s/-recursive//`; \
190        for subdir in $$rev; do \
191          echo "Making $$target in $$subdir"; \
192          if test "$$subdir" = "."; then \
193            local_target="$$target-am"; \
194          else \
195            local_target="$$target"; \
196          fi; \
197          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
199        done && test -z "$$fail"
200tags-recursive:
201        list='$(SUBDIRS)'; for subdir in $$list; do \
202          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
203        done
204
205tags: TAGS
206
207ID: $(HEADERS) $(SOURCES) $(LISP)
208        list='$(SOURCES) $(HEADERS)'; \
209        unique=`for i in $$list; do echo $$i; done | \
210          awk '    { files[$$0] = 1; } \
211               END { for (i in files) print i; }'`; \
212        here=`pwd` && cd $(srcdir) \
213          && mkid -f$$here/ID $$unique $(LISP)
214
215TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
216        tags=; \
217        here=`pwd`; \
218        list='$(SUBDIRS)'; for subdir in $$list; do \
219   if test "$$subdir" = .; then :; else \
220            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
221   fi; \
222        done; \
223        list='$(SOURCES) $(HEADERS)'; \
224        unique=`for i in $$list; do echo $$i; done | \
225          awk '    { files[$$0] = 1; } \
226               END { for (i in files) print i; }'`; \
227        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
228          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
229
230mostlyclean-tags:
231
232clean-tags:
233
234distclean-tags:
235        -rm -f TAGS ID
236
237maintainer-clean-tags:
238
239distdir = $(PACKAGE)-$(VERSION)
240top_distdir = $(distdir)
241
242# This target untars the dist file and tries a VPATH configuration.  Then
243# it guarantees that the distribution is self-contained by making another
244# tarfile.
245distcheck: dist
246        -rm -rf $(distdir)
247        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
248        mkdir $(distdir)/=build
249        mkdir $(distdir)/=inst
250        dc_install_base=`cd $(distdir)/=inst && pwd`; \
251        cd $(distdir)/=build \
252          && ../configure --srcdir=.. --prefix=$$dc_install_base \
253          && $(MAKE) $(AM_MAKEFLAGS) \
254          && $(MAKE) $(AM_MAKEFLAGS) dvi \
255          && $(MAKE) $(AM_MAKEFLAGS) check \
256          && $(MAKE) $(AM_MAKEFLAGS) install \
257          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
258          && $(MAKE) $(AM_MAKEFLAGS) dist
259        -rm -rf $(distdir)
260        @banner="$(distdir).tar.gz is ready for distribution"; \
261        dashes=`echo "$$banner" | sed s/./=/g`; \
262        echo "$$dashes"; \
263        echo "$$banner"; \
264        echo "$$dashes"
265dist: distdir
266        -chmod -R a+r $(distdir)
267        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
268        -rm -rf $(distdir)
269dist-all: distdir
270        -chmod -R a+r $(distdir)
271        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
272        -rm -rf $(distdir)
273distdir: $(DISTFILES)
274        -rm -rf $(distdir)
275        mkdir $(distdir)
276        -chmod 777 $(distdir)
277        @for file in $(DISTFILES); do \
278          d=$(srcdir); \
279          if test -d $$d/$$file; then \
280            cp -pr $$d/$$file $(distdir)/$$file; \
281          else \
282            test -f $(distdir)/$$file \
283            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
284            || cp -p $$d/$$file $(distdir)/$$file || :; \
285          fi; \
286        done
287        for subdir in $(SUBDIRS); do \
288          if test "$$subdir" = .; then :; else \
289            test -d $(distdir)/$$subdir \
290            || mkdir $(distdir)/$$subdir \
291            || exit 1; \
292            chmod 777 $(distdir)/$$subdir; \
293            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
294              || exit 1; \
295          fi; \
296        done
297info-am:
298info: info-recursive
299dvi-am:
300dvi: dvi-recursive
301check-am: all-am
302check: check-recursive
303installcheck-am:
304installcheck: installcheck-recursive
305all-recursive-am: config.h
306        $(MAKE) $(AM_MAKEFLAGS) all-recursive
307
308install-exec-am:
309install-exec: install-exec-recursive
310
311install-data-am:
312install-data: install-data-recursive
313
314install-am: all-am
315        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316install: install-recursive
317uninstall-am:
318uninstall: uninstall-recursive
319all-am: Makefile config.h
320all-redirect: all-recursive-am
321install-strip:
322        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
323installdirs: installdirs-recursive
324installdirs-am:
325
326
327mostlyclean-generic:
328
329clean-generic:
330
331distclean-generic:
332        -rm -f Makefile $(CONFIG_CLEAN_FILES)
333        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
334
335maintainer-clean-generic:
336mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
337
338mostlyclean: mostlyclean-recursive
339
340clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
341
342clean: clean-recursive
343
344distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
345        -rm -f libtool
346
347distclean: distclean-recursive
348        -rm -f config.status
349
350maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
351                maintainer-clean-generic distclean-am
352        @echo "This command is intended for maintainers to use;"
353        @echo "it deletes files that may require special tools to rebuild."
354
355maintainer-clean: maintainer-clean-recursive
356        -rm -f config.status
357
358.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
359install-data-recursive uninstall-data-recursive install-exec-recursive \
360uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
361all-recursive check-recursive installcheck-recursive info-recursive \
362dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
363maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
364distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
365dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
366install-exec-am install-exec install-data-am install-data install-am \
367install uninstall-am uninstall all-redirect all-am all installdirs-am \
368installdirs mostlyclean-generic distclean-generic clean-generic \
369maintainer-clean-generic clean mostlyclean distclean maintainer-clean
370
371
372# Disabled examples until it builds
373#SUBDIRS = design-data doc scripts test-data src examples
374
375# Tell versions [3.59,3.63) of GNU make to not export all variables.
376# Otherwise a system limit (for SysV at least) may be exceeded.
377.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.