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

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