source: trunk/third/libwnck/Makefile.in @ 18332

Revision 18332, 12.5 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18331, 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@
62AS = @AS@
63CATALOGS = @CATALOGS@
64CATOBJEXT = @CATOBJEXT@
65CC = @CC@
66DATADIRNAME = @DATADIRNAME@
67DLLTOOL = @DLLTOOL@
68ECHO = @ECHO@
69EXEEXT = @EXEEXT@
70GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
71GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
72GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
73GMOFILES = @GMOFILES@
74GMSGFMT = @GMSGFMT@
75INSTOBJEXT = @INSTOBJEXT@
76INTLDEPS = @INTLDEPS@
77INTLLIBS = @INTLLIBS@
78INTLOBJS = @INTLOBJS@
79LIBTOOL = @LIBTOOL@
80LIBWNCK_AGE = @LIBWNCK_AGE@
81LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
82LIBWNCK_CURRENT = @LIBWNCK_CURRENT@
83LIBWNCK_LIBS = @LIBWNCK_LIBS@
84LIBWNCK_REVISION = @LIBWNCK_REVISION@
85LN_S = @LN_S@
86MAINT = @MAINT@
87MAKEINFO = @MAKEINFO@
88MKINSTALLDIRS = @MKINSTALLDIRS@
89OBJDUMP = @OBJDUMP@
90OBJEXT = @OBJEXT@
91PACKAGE = @PACKAGE@
92PKG_CONFIG = @PKG_CONFIG@
93POFILES = @POFILES@
94POSUB = @POSUB@
95RANLIB = @RANLIB@
96STRIP = @STRIP@
97USE_NLS = @USE_NLS@
98VERSION = @VERSION@
99wncklocaledir = @wncklocaledir@
100
101SUBDIRS = libwnck po
102
103EXTRA_DIST = libwnck-1.0.pc.in
104
105pkgconfigdir = $(libdir)/pkgconfig
106pkgconfig_DATA = libwnck-1.0.pc
107ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109CONFIG_HEADER = config.h
110CONFIG_CLEAN_FILES =  libwnck-1.0.pc
111DATA =  $(pkgconfig_DATA)
112
113DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
114INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
115config.h.in config.sub configure configure.in install-sh \
116libwnck-1.0.pc.in ltmain.sh missing mkinstalldirs
117
118
119DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121TAR = gtar
122GZIP_ENV = --best
123all: all-redirect
124.SUFFIXES:
125$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
127
128Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
129        cd $(top_builddir) \
130          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
133        cd $(srcdir) && $(ACLOCAL)
134
135config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
136        $(SHELL) ./config.status --recheck
137$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
138        cd $(srcdir) && $(AUTOCONF)
139
140config.h: stamp-h
141        @if test ! -f $@; then \
142                rm -f stamp-h; \
143                $(MAKE) stamp-h; \
144        else :; fi
145stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
146        cd $(top_builddir) \
147          && CONFIG_FILES= CONFIG_HEADERS=config.h \
148             $(SHELL) ./config.status
149        @echo timestamp > stamp-h 2> /dev/null
150$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
151        @if test ! -f $@; then \
152                rm -f $(srcdir)/stamp-h.in; \
153                $(MAKE) $(srcdir)/stamp-h.in; \
154        else :; fi
155$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
156        cd $(top_srcdir) && $(AUTOHEADER)
157        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
158
159mostlyclean-hdr:
160
161clean-hdr:
162
163distclean-hdr:
164        -rm -f config.h
165
166maintainer-clean-hdr:
167libwnck-1.0.pc: $(top_builddir)/config.status libwnck-1.0.pc.in
168        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
169
170install-pkgconfigDATA: $(pkgconfig_DATA)
171        @$(NORMAL_INSTALL)
172        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
173        @list='$(pkgconfig_DATA)'; for p in $$list; do \
174          if test -f $(srcdir)/$$p; then \
175            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
176            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
177          else if test -f $$p; then \
178            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
179            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
180          fi; fi; \
181        done
182
183uninstall-pkgconfigDATA:
184        @$(NORMAL_UNINSTALL)
185        list='$(pkgconfig_DATA)'; for p in $$list; do \
186          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
187        done
188
189# This directory's subdirectories are mostly independent; you can cd
190# into them and run `make' without going through this Makefile.
191# To change the values of `make' variables: instead of editing Makefiles,
192# (1) if the variable is set in `config.status', edit `config.status'
193#     (which will cause the Makefiles to be regenerated when you run `make');
194# (2) otherwise, pass the desired values on the `make' command line.
195
196@SET_MAKE@
197
198all-recursive install-data-recursive install-exec-recursive \
199installdirs-recursive install-recursive uninstall-recursive  \
200check-recursive installcheck-recursive info-recursive dvi-recursive:
201        @set fnord $(MAKEFLAGS); amf=$$2; \
202        dot_seen=no; \
203        target=`echo $@ | sed s/-recursive//`; \
204        list='$(SUBDIRS)'; for subdir in $$list; do \
205          echo "Making $$target in $$subdir"; \
206          if test "$$subdir" = "."; then \
207            dot_seen=yes; \
208            local_target="$$target-am"; \
209          else \
210            local_target="$$target"; \
211          fi; \
212          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
213           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
214        done; \
215        if test "$$dot_seen" = "no"; then \
216          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
217        fi; test -z "$$fail"
218
219mostlyclean-recursive clean-recursive distclean-recursive \
220maintainer-clean-recursive:
221        @set fnord $(MAKEFLAGS); amf=$$2; \
222        dot_seen=no; \
223        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
224          rev="$$subdir $$rev"; \
225          test "$$subdir" != "." || dot_seen=yes; \
226        done; \
227        test "$$dot_seen" = "no" && rev=". $$rev"; \
228        target=`echo $@ | sed s/-recursive//`; \
229        for subdir in $$rev; do \
230          echo "Making $$target in $$subdir"; \
231          if test "$$subdir" = "."; then \
232            local_target="$$target-am"; \
233          else \
234            local_target="$$target"; \
235          fi; \
236          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
237           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
238        done && test -z "$$fail"
239tags-recursive:
240        list='$(SUBDIRS)'; for subdir in $$list; do \
241          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
242        done
243
244tags: TAGS
245
246ID: $(HEADERS) $(SOURCES) $(LISP)
247        list='$(SOURCES) $(HEADERS)'; \
248        unique=`for i in $$list; do echo $$i; done | \
249          awk '    { files[$$0] = 1; } \
250               END { for (i in files) print i; }'`; \
251        here=`pwd` && cd $(srcdir) \
252          && mkid -f$$here/ID $$unique $(LISP)
253
254TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
255        tags=; \
256        here=`pwd`; \
257        list='$(SUBDIRS)'; for subdir in $$list; do \
258   if test "$$subdir" = .; then :; else \
259            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
260   fi; \
261        done; \
262        list='$(SOURCES) $(HEADERS)'; \
263        unique=`for i in $$list; do echo $$i; done | \
264          awk '    { files[$$0] = 1; } \
265               END { for (i in files) print i; }'`; \
266        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
267          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
268
269mostlyclean-tags:
270
271clean-tags:
272
273distclean-tags:
274        -rm -f TAGS ID
275
276maintainer-clean-tags:
277
278distdir = $(PACKAGE)-$(VERSION)
279top_distdir = $(distdir)
280
281# This target untars the dist file and tries a VPATH configuration.  Then
282# it guarantees that the distribution is self-contained by making another
283# tarfile.
284distcheck: dist
285        -rm -rf $(distdir)
286        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
287        mkdir $(distdir)/=build
288        mkdir $(distdir)/=inst
289        dc_install_base=`cd $(distdir)/=inst && pwd`; \
290        cd $(distdir)/=build \
291          && ../configure --srcdir=.. --prefix=$$dc_install_base \
292          && $(MAKE) $(AM_MAKEFLAGS) \
293          && $(MAKE) $(AM_MAKEFLAGS) dvi \
294          && $(MAKE) $(AM_MAKEFLAGS) check \
295          && $(MAKE) $(AM_MAKEFLAGS) install \
296          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
297          && $(MAKE) $(AM_MAKEFLAGS) dist
298        -rm -rf $(distdir)
299        @banner="$(distdir).tar.gz is ready for distribution"; \
300        dashes=`echo "$$banner" | sed s/./=/g`; \
301        echo "$$dashes"; \
302        echo "$$banner"; \
303        echo "$$dashes"
304dist: distdir
305        -chmod -R a+r $(distdir)
306        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307        -rm -rf $(distdir)
308dist-all: distdir
309        -chmod -R a+r $(distdir)
310        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
311        -rm -rf $(distdir)
312distdir: $(DISTFILES)
313        -rm -rf $(distdir)
314        mkdir $(distdir)
315        -chmod 777 $(distdir)
316        @for file in $(DISTFILES); do \
317          d=$(srcdir); \
318          if test -d $$d/$$file; then \
319            cp -pr $$d/$$file $(distdir)/$$file; \
320          else \
321            test -f $(distdir)/$$file \
322            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
323            || cp -p $$d/$$file $(distdir)/$$file || :; \
324          fi; \
325        done
326        for subdir in $(SUBDIRS); do \
327          if test "$$subdir" = .; then :; else \
328            test -d $(distdir)/$$subdir \
329            || mkdir $(distdir)/$$subdir \
330            || exit 1; \
331            chmod 777 $(distdir)/$$subdir; \
332            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
333              || exit 1; \
334          fi; \
335        done
336info-am:
337info: info-recursive
338dvi-am:
339dvi: dvi-recursive
340check-am: all-am
341check: check-recursive
342installcheck-am:
343installcheck: installcheck-recursive
344all-recursive-am: config.h
345        $(MAKE) $(AM_MAKEFLAGS) all-recursive
346
347install-exec-am:
348install-exec: install-exec-recursive
349
350install-data-am: install-pkgconfigDATA
351install-data: install-data-recursive
352
353install-am: all-am
354        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
355install: install-recursive
356uninstall-am: uninstall-pkgconfigDATA
357uninstall: uninstall-recursive
358all-am: Makefile $(DATA) config.h
359all-redirect: all-recursive-am
360install-strip:
361        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
362installdirs: installdirs-recursive
363installdirs-am:
364        $(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
365
366
367mostlyclean-generic:
368
369clean-generic:
370
371distclean-generic:
372        -rm -f Makefile $(CONFIG_CLEAN_FILES)
373        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
374
375maintainer-clean-generic:
376mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
377
378mostlyclean: mostlyclean-recursive
379
380clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
381
382clean: clean-recursive
383
384distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
385        -rm -f libtool
386
387distclean: distclean-recursive
388        -rm -f config.status
389
390maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
391                maintainer-clean-generic distclean-am
392        @echo "This command is intended for maintainers to use;"
393        @echo "it deletes files that may require special tools to rebuild."
394
395maintainer-clean: maintainer-clean-recursive
396        -rm -f config.status
397
398.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
399uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
400uninstall-data-recursive install-exec-recursive \
401uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
402all-recursive check-recursive installcheck-recursive info-recursive \
403dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
404maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
405distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
406dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
407install-exec-am install-exec install-data-am install-data install-am \
408install uninstall-am uninstall all-redirect all-am all installdirs-am \
409installdirs mostlyclean-generic distclean-generic clean-generic \
410maintainer-clean-generic clean mostlyclean distclean maintainer-clean
411
412
413# Tell versions [3.59,3.63) of GNU make to not export all variables.
414# Otherwise a system limit (for SysV at least) may be exceeded.
415.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.