Fixed Container.Background support. We can have that support or not.
[idesk.git] / Makefile.in
blob86ebb7e0270dae9c226bdbd79e90afc7e7d061a1
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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.
13 # Makefile.am for Idesk 0.7.2
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
37 DESTDIR =
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
43 top_builddir = .
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 CC = @CC@
65 CXX = @CXX@
66 DEFAULT_PREFIX = @DEFAULT_PREFIX@
67 GTK_CFLAGS = @GTK_CFLAGS@
68 GTK_CONFIG = @GTK_CONFIG@
69 GTK_LIBS = @GTK_LIBS@
70 HAVE_LIB = @HAVE_LIB@
71 IMLIB_CXXFLAGS = @IMLIB_CXXFLAGS@
72 IMLIB_LIBS = @IMLIB_LIBS@
73 LIB = @LIB@
74 LIBSN_CFLAGS = @LIBSN_CFLAGS@
75 LIBSN_LIBS = @LIBSN_LIBS@
76 LTLIB = @LTLIB@
77 MAKEINFO = @MAKEINFO@
78 PACKAGE = @PACKAGE@
79 PKG_CONFIG = @PKG_CONFIG@
80 SHAPE = @SHAPE@
81 STARTUP = @STARTUP@
82 UP = @UP@
83 VERSION = @VERSION@
85 SUBDIRS = src
86 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in src/default.h
87 ACLOCAL_AMFLAGS = -I .
88 EXTRA_DIST = acinclude.m4 AUTHORS COPYING INSTALL README TODO ChangeLog NEWS
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_HEADER = config.h
93 CONFIG_CLEAN_FILES =
94 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
95 Makefile.am Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \
96 config.h.in config.sub configure configure.in install-sh missing \
97 mkinstalldirs
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102 TAR = tar
103 GZIP_ENV = --best
104 all: all-redirect
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
109 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \
111 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113 $(ACLOCAL_M4): configure.in acinclude.m4 ./acinclude.m4 ./aclocal.m4
114 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
116 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
117 $(SHELL) ./config.status --recheck
118 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
119 cd $(srcdir) && $(AUTOCONF)
121 config.h: stamp-h
122 @if test ! -f $@; then \
123 rm -f stamp-h; \
124 $(MAKE) stamp-h; \
125 else :; fi
126 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
127 cd $(top_builddir) \
128 && CONFIG_FILES= CONFIG_HEADERS=config.h \
129 $(SHELL) ./config.status
130 @echo timestamp > stamp-h 2> /dev/null
131 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
132 @if test ! -f $@; then \
133 rm -f $(srcdir)/stamp-h.in; \
134 $(MAKE) $(srcdir)/stamp-h.in; \
135 else :; fi
136 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
137 cd $(top_srcdir) && $(AUTOHEADER)
138 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
140 mostlyclean-hdr:
142 clean-hdr:
144 distclean-hdr:
145 -rm -f config.h
147 maintainer-clean-hdr:
149 # This directory's subdirectories are mostly independent; you can cd
150 # into them and run `make' without going through this Makefile.
151 # To change the values of `make' variables: instead of editing Makefiles,
152 # (1) if the variable is set in `config.status', edit `config.status'
153 # (which will cause the Makefiles to be regenerated when you run `make');
154 # (2) otherwise, pass the desired values on the `make' command line.
156 @SET_MAKE@
158 all-recursive install-data-recursive install-exec-recursive \
159 installdirs-recursive install-recursive uninstall-recursive \
160 check-recursive installcheck-recursive info-recursive dvi-recursive:
161 @set fnord $(MAKEFLAGS); amf=$$2; \
162 dot_seen=no; \
163 target=`echo $@ | sed s/-recursive//`; \
164 list='$(SUBDIRS)'; for subdir in $$list; do \
165 echo "Making $$target in $$subdir"; \
166 if test "$$subdir" = "."; then \
167 dot_seen=yes; \
168 local_target="$$target-am"; \
169 else \
170 local_target="$$target"; \
171 fi; \
172 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
173 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174 done; \
175 if test "$$dot_seen" = "no"; then \
176 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
177 fi; test -z "$$fail"
179 mostlyclean-recursive clean-recursive distclean-recursive \
180 maintainer-clean-recursive:
181 @set fnord $(MAKEFLAGS); amf=$$2; \
182 dot_seen=no; \
183 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
184 rev="$$subdir $$rev"; \
185 test "$$subdir" != "." || dot_seen=yes; \
186 done; \
187 test "$$dot_seen" = "no" && rev=". $$rev"; \
188 target=`echo $@ | sed s/-recursive//`; \
189 for subdir in $$rev; do \
190 echo "Making $$target in $$subdir"; \
191 if test "$$subdir" = "."; then \
192 local_target="$$target-am"; \
193 else \
194 local_target="$$target"; \
195 fi; \
196 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
197 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
198 done && test -z "$$fail"
199 tags-recursive:
200 list='$(SUBDIRS)'; for subdir in $$list; do \
201 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
202 done
204 tags: TAGS
206 ID: $(HEADERS) $(SOURCES) $(LISP)
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 here=`pwd` && cd $(srcdir) \
212 && mkid -f$$here/ID $$unique $(LISP)
214 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
215 tags=; \
216 here=`pwd`; \
217 list='$(SUBDIRS)'; for subdir in $$list; do \
218 if test "$$subdir" = .; then :; else \
219 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
220 fi; \
221 done; \
222 list='$(SOURCES) $(HEADERS)'; \
223 unique=`for i in $$list; do echo $$i; done | \
224 awk ' { files[$$0] = 1; } \
225 END { for (i in files) print i; }'`; \
226 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
227 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
229 mostlyclean-tags:
231 clean-tags:
233 distclean-tags:
234 -rm -f TAGS ID
236 maintainer-clean-tags:
238 distdir = $(PACKAGE)-$(VERSION)
239 top_distdir = $(distdir)
241 # This target untars the dist file and tries a VPATH configuration. Then
242 # it guarantees that the distribution is self-contained by making another
243 # tarfile.
244 distcheck: dist
245 -rm -rf $(distdir)
246 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
247 mkdir $(distdir)/=build
248 mkdir $(distdir)/=inst
249 dc_install_base=`cd $(distdir)/=inst && pwd`; \
250 cd $(distdir)/=build \
251 && ../configure --srcdir=.. --prefix=$$dc_install_base \
252 && $(MAKE) $(AM_MAKEFLAGS) \
253 && $(MAKE) $(AM_MAKEFLAGS) dvi \
254 && $(MAKE) $(AM_MAKEFLAGS) check \
255 && $(MAKE) $(AM_MAKEFLAGS) install \
256 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
257 && $(MAKE) $(AM_MAKEFLAGS) dist
258 -rm -rf $(distdir)
259 @banner="$(distdir).tar.gz is ready for distribution"; \
260 dashes=`echo "$$banner" | sed s/./=/g`; \
261 echo "$$dashes"; \
262 echo "$$banner"; \
263 echo "$$dashes"
264 dist: distdir
265 -chmod -R a+r $(distdir)
266 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
267 -rm -rf $(distdir)
268 dist-all: distdir
269 -chmod -R a+r $(distdir)
270 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
271 -rm -rf $(distdir)
272 distdir: $(DISTFILES)
273 -rm -rf $(distdir)
274 mkdir $(distdir)
275 -chmod 777 $(distdir)
276 here=`cd $(top_builddir) && pwd`; \
277 top_distdir=`cd $(distdir) && pwd`; \
278 distdir=`cd $(distdir) && pwd`; \
279 cd $(top_srcdir) \
280 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
281 @for file in $(DISTFILES); do \
282 d=$(srcdir); \
283 if test -d $$d/$$file; then \
284 cp -pr $$d/$$file $(distdir)/$$file; \
285 else \
286 test -f $(distdir)/$$file \
287 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
288 || cp -p $$d/$$file $(distdir)/$$file || :; \
289 fi; \
290 done
291 for subdir in $(SUBDIRS); do \
292 if test "$$subdir" = .; then :; else \
293 test -d $(distdir)/$$subdir \
294 || mkdir $(distdir)/$$subdir \
295 || exit 1; \
296 chmod 777 $(distdir)/$$subdir; \
297 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
298 || exit 1; \
299 fi; \
300 done
301 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
302 info-am:
303 info: info-recursive
304 dvi-am:
305 dvi: dvi-recursive
306 check-am: all-am
307 check: check-recursive
308 installcheck-am:
309 installcheck: installcheck-recursive
310 all-recursive-am: config.h
311 $(MAKE) $(AM_MAKEFLAGS) all-recursive
313 install-exec-am:
314 install-exec: install-exec-recursive
316 install-data-am: install-data-local
317 install-data: install-data-recursive
319 install-am: all-am
320 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
321 install: install-recursive
322 uninstall-am: uninstall-local
323 uninstall: uninstall-recursive
324 all-am: Makefile config.h
325 all-redirect: all-recursive-am
326 install-strip:
327 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
328 installdirs: installdirs-recursive
329 installdirs-am:
332 mostlyclean-generic:
334 clean-generic:
336 distclean-generic:
337 -rm -f Makefile $(CONFIG_CLEAN_FILES)
338 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
340 maintainer-clean-generic:
341 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
342 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
344 mostlyclean: mostlyclean-recursive
346 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
348 clean: clean-recursive
350 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am \
351 distclean-local
353 distclean: distclean-recursive
354 -rm -f config.status
356 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
357 maintainer-clean-generic distclean-am
358 @echo "This command is intended for maintainers to use;"
359 @echo "it deletes files that may require special tools to rebuild."
361 maintainer-clean: maintainer-clean-recursive
362 -rm -f config.status
364 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
365 install-data-recursive uninstall-data-recursive install-exec-recursive \
366 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
367 all-recursive check-recursive installcheck-recursive info-recursive \
368 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
369 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
370 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
371 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
372 install-exec-am install-exec install-data-local install-data-am \
373 install-data install-am install uninstall-local uninstall-am uninstall \
374 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
375 distclean-generic clean-generic maintainer-clean-generic clean \
376 mostlyclean distclean maintainer-clean
379 install-data-local:
380 @$(NORMAL_INSTALL)
381 if test -d $(srcdir)/examples; then \
382 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
383 $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(pkgdatadir); \
384 for example in $(srcdir)/examples/*; do \
385 if test -f $$example; then \
386 $(INSTALL_DATA) $$example $(DESTDIR)$(pkgdatadir); \
387 fi \
388 done \
391 dist-hook:
392 if test -d examples; then \
393 mkdir $(distdir); \
394 for d in examples/*; do \
395 if test -f $$d; then \
396 cp -ar $$d $(distdir); \
397 fi \
398 done \
401 uninstall-local:
402 rm -rf $(pkgdatadir)/*
403 rmdir $(pkgdatadir)
404 distclean-local:
405 rm -f *\~
407 source-doc:
408 doxygen Doxyfile
410 # Tell versions [3.59,3.63) of GNU make to not export all variables.
411 # Otherwise a system limit (for SysV at least) may be exceeded.
412 .NOEXPORT: