~ubuntu-branches/ubuntu/maverick/compiz-fusion-plugins-main/maverick

« back to all changes in this revision

Viewing changes to src/snap/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Travis Watkins
  • Date: 2009-10-14 16:06:23 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014160623-tggbg5rvf34tjm6d
Tags: 0.8.4-0ubuntu1
* new upstream release:
  - compiz.real crashed with SIGSEGV in fxDodgeAnimStep() (LP: #145821)
  - moving a "always on visible workspace" window to other workspace makes
    it inaccessible (LP: #290079)
* debian/patches/02_fix_edges.patch:
  - refreshed
* debian/watch:
  - add watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
20
20
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
22
install_sh_DATA = $(install_sh) -c -m 644
25
23
install_sh_PROGRAM = $(install_sh) -c
40
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
40
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
41
mkinstalldirs = $(install_sh) -d
44
42
CONFIG_HEADER = $(top_builddir)/config.h
45
43
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
44
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
45
am__vpath_adj = case $$p in \
49
46
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
47
    *) f=$$p;; \
51
48
  esac;
52
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53
 
am__install_max = 40
54
 
am__nobase_strip_setup = \
55
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56
 
am__nobase_strip = \
57
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58
 
am__nobase_list = $(am__nobase_strip_setup); \
59
 
  for p in $$list; do echo "$$p $$p"; done | \
60
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62
 
    if (++n[$$2] == $(am__install_max)) \
63
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64
 
    END { for (dir in files) print dir, files[dir] }'
65
 
am__base_list = \
66
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
49
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
68
50
am__installdirs = "$(DESTDIR)$(moduledir)"
 
51
moduleLTLIBRARIES_INSTALL = $(INSTALL)
69
52
LTLIBRARIES = $(module_LTLIBRARIES)
70
53
libsnap_la_DEPENDENCIES =
71
54
dist_libsnap_la_OBJECTS = snap.lo
78
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
63
am__depfiles_maybe = depfiles
81
 
am__mv = mv -f
82
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
66
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
173
155
PACKAGE_NAME = @PACKAGE_NAME@
174
156
PACKAGE_STRING = @PACKAGE_STRING@
175
157
PACKAGE_TARNAME = @PACKAGE_TARNAME@
176
 
PACKAGE_URL = @PACKAGE_URL@
177
158
PACKAGE_VERSION = @PACKAGE_VERSION@
178
159
PANGO_CFLAGS = @PANGO_CFLAGS@
179
160
PANGO_LIBS = @PANGO_LIBS@
284
265
              exit 1;; \
285
266
          esac; \
286
267
        done; \
287
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/snap/Makefile'; \
288
 
        $(am__cd) $(top_srcdir) && \
289
 
          $(AUTOMAKE) --gnu src/snap/Makefile
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/snap/Makefile'; \
 
269
        cd $(top_srcdir) && \
 
270
          $(AUTOMAKE) --gnu  src/snap/Makefile
290
271
.PRECIOUS: Makefile
291
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292
273
        @case '$?' in \
304
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305
286
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
306
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
 
$(am__aclocal_m4_deps):
308
288
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
309
289
        @$(NORMAL_INSTALL)
310
290
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
311
 
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
312
 
        list2=; for p in $$list; do \
 
291
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
313
292
          if test -f $$p; then \
314
 
            list2="$$list2 $$p"; \
 
293
            f=$(am__strip_dir) \
 
294
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
295
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
315
296
          else :; fi; \
316
 
        done; \
317
 
        test -z "$$list2" || { \
318
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
319
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
320
 
        }
 
297
        done
321
298
 
322
299
uninstall-moduleLTLIBRARIES:
323
300
        @$(NORMAL_UNINSTALL)
324
 
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
325
 
        for p in $$list; do \
326
 
          $(am__strip_dir) \
327
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
328
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
301
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
 
302
          p=$(am__strip_dir) \
 
303
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
 
304
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
329
305
        done
330
306
 
331
307
clean-moduleLTLIBRARIES:
350
326
 
351
327
.c.o:
352
328
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
329
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356
332
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
357
333
 
358
334
.c.obj:
359
335
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
360
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
339
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
364
340
 
365
341
.c.lo:
366
342
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
343
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
368
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
369
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
346
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
387
363
 
388
364
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
389
365
                $(TAGS_FILES) $(LISP)
390
 
        set x; \
 
366
        tags=; \
391
367
        here=`pwd`; \
392
368
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
369
        unique=`for i in $$list; do \
395
371
          done | \
396
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
 
        shift; \
399
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
374
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
400
375
          test -n "$$unique" || unique=$$empty_fix; \
401
 
          if test $$# -gt 0; then \
402
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
 
              "$$@" $$unique; \
404
 
          else \
405
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406
 
              $$unique; \
407
 
          fi; \
 
376
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
377
            $$tags $$unique; \
408
378
        fi
409
379
ctags: CTAGS
410
380
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411
381
                $(TAGS_FILES) $(LISP)
 
382
        tags=; \
412
383
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
413
384
        unique=`for i in $$list; do \
414
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415
386
          done | \
416
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
418
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
389
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
419
390
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420
 
             $$unique
 
391
             $$tags $$unique
421
392
 
422
393
GTAGS:
423
394
        here=`$(am__cd) $(top_builddir) && pwd` \
424
 
          && $(am__cd) $(top_srcdir) \
425
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
395
          && cd $(top_srcdir) \
 
396
          && gtags -i $(GTAGS_ARGS) $$here
426
397
 
427
398
distclean-tags:
428
399
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
414
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444
415
          if test -d $$d/$$file; then \
445
416
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446
 
            if test -d "$(distdir)/$$file"; then \
447
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448
 
            fi; \
449
417
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
418
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
452
419
            fi; \
453
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
420
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
454
421
          else \
455
 
            test -f "$(distdir)/$$file" \
456
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
422
            test -f $(distdir)/$$file \
 
423
            || cp -p $$d/$$file $(distdir)/$$file \
457
424
            || exit 1; \
458
425
          fi; \
459
426
        done
487
454
 
488
455
distclean-generic:
489
456
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
490
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
457
 
492
458
maintainer-clean-generic:
493
459
        @echo "This command is intended for maintainers to use"
510
476
 
511
477
html: html-am
512
478
 
513
 
html-am:
514
 
 
515
479
info: info-am
516
480
 
517
481
info-am:
520
484
 
521
485
install-dvi: install-dvi-am
522
486
 
523
 
install-dvi-am:
524
 
 
525
487
install-exec-am:
526
488
 
527
489
install-html: install-html-am
528
490
 
529
 
install-html-am:
530
 
 
531
491
install-info: install-info-am
532
492
 
533
 
install-info-am:
534
 
 
535
493
install-man:
536
494
 
537
495
install-pdf: install-pdf-am
538
496
 
539
 
install-pdf-am:
540
 
 
541
497
install-ps: install-ps-am
542
498
 
543
 
install-ps-am:
544
 
 
545
499
installcheck-am:
546
500
 
547
501
maintainer-clean: maintainer-clean-am
564
518
 
565
519
uninstall-am: uninstall-moduleLTLIBRARIES
566
520
 
567
 
.MAKE: all check install install-am install-strip
 
521
.MAKE: install-am install-strip
568
522
 
569
523
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
570
524
        clean-libtool clean-moduleLTLIBRARIES ctags distclean \
586
540
 
587
541
snap_options.c: ../../metadata/snap.xml.in snap_options.h
588
542
                $(BCOP_BIN) --source $@ $<
589
 
 
590
543
# Tell versions [3.59,3.63) of GNU make to not export all variables.
591
544
# Otherwise a system limit (for SysV at least) may be exceeded.
592
545
.NOEXPORT: