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

« back to all changes in this revision

Viewing changes to src/staticswitcher/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-14 09:09:36 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20090914090936-fg10mv83lt4ymesw
Tags: 0.8.3+git20090914-0ubuntu1
Pre-Release of the upcomming 0.8.4 bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
38
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
42
        $(ACLOCAL_M4)
41
 
mkinstalldirs = $(install_sh) -d
 
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45
48
am__vpath_adj = case $$p in \
46
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47
50
    *) f=$$p;; \
48
51
  esac;
49
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
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'
50
68
am__installdirs = "$(DESTDIR)$(moduledir)"
51
 
moduleLTLIBRARIES_INSTALL = $(INSTALL)
52
69
LTLIBRARIES = $(module_LTLIBRARIES)
53
70
libstaticswitcher_la_DEPENDENCIES =
54
71
dist_libstaticswitcher_la_OBJECTS = staticswitcher.lo
61
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
64
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
126
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127
145
INSTOBJEXT = @INSTOBJEXT@
128
146
INTLLIBS = @INTLLIBS@
129
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
130
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
131
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
132
147
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
133
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
134
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
135
148
INTLTOOL_MERGE = @INTLTOOL_MERGE@
136
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
137
149
INTLTOOL_PERL = @INTLTOOL_PERL@
138
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
139
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
140
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
141
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
142
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
143
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
144
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
145
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
146
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
147
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
148
150
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
149
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
150
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
151
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
152
151
LD = @LD@
153
152
LDFLAGS = @LDFLAGS@
154
153
LIBOBJS = @LIBOBJS@
175
174
PACKAGE_NAME = @PACKAGE_NAME@
176
175
PACKAGE_STRING = @PACKAGE_STRING@
177
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_URL = @PACKAGE_URL@
178
178
PACKAGE_VERSION = @PACKAGE_VERSION@
179
179
PANGO_CFLAGS = @PANGO_CFLAGS@
180
180
PANGO_LIBS = @PANGO_LIBS@
287
287
              exit 1;; \
288
288
          esac; \
289
289
        done; \
290
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/staticswitcher/Makefile'; \
291
 
        cd $(top_srcdir) && \
292
 
          $(AUTOMAKE) --gnu  src/staticswitcher/Makefile
 
290
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/staticswitcher/Makefile'; \
 
291
        $(am__cd) $(top_srcdir) && \
 
292
          $(AUTOMAKE) --gnu src/staticswitcher/Makefile
293
293
.PRECIOUS: Makefile
294
294
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
295
295
        @case '$?' in \
307
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
308
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
310
$(am__aclocal_m4_deps):
310
311
install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
311
312
        @$(NORMAL_INSTALL)
312
313
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
313
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
 
314
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
315
        list2=; for p in $$list; do \
314
316
          if test -f $$p; then \
315
 
            f=$(am__strip_dir) \
316
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
317
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
317
            list2="$$list2 $$p"; \
318
318
          else :; fi; \
319
 
        done
 
319
        done; \
 
320
        test -z "$$list2" || { \
 
321
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
 
322
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
 
323
        }
320
324
 
321
325
uninstall-moduleLTLIBRARIES:
322
326
        @$(NORMAL_UNINSTALL)
323
 
        @list='$(module_LTLIBRARIES)'; for p in $$list; do \
324
 
          p=$(am__strip_dir) \
325
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
326
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
 
327
        @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
 
328
        for p in $$list; do \
 
329
          $(am__strip_dir) \
 
330
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
331
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
327
332
        done
328
333
 
329
334
clean-moduleLTLIBRARIES:
348
353
 
349
354
.c.o:
350
355
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
351
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
356
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
352
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
359
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
355
360
 
356
361
.c.obj:
357
362
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
358
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
363
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
366
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
362
367
 
363
368
.c.lo:
364
369
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
370
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
366
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
367
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
373
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
385
390
 
386
391
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387
392
                $(TAGS_FILES) $(LISP)
388
 
        tags=; \
 
393
        set x; \
389
394
        here=`pwd`; \
390
395
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391
396
        unique=`for i in $$list; do \
393
398
          done | \
394
399
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395
400
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
401
        shift; \
 
402
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
397
403
          test -n "$$unique" || unique=$$empty_fix; \
398
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399
 
            $$tags $$unique; \
 
404
          if test $$# -gt 0; then \
 
405
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
406
              "$$@" $$unique; \
 
407
          else \
 
408
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
409
              $$unique; \
 
410
          fi; \
400
411
        fi
401
412
ctags: CTAGS
402
413
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
414
                $(TAGS_FILES) $(LISP)
404
 
        tags=; \
405
415
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406
416
        unique=`for i in $$list; do \
407
417
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408
418
          done | \
409
419
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410
420
              END { if (nonempty) { for (i in files) print i; }; }'`; \
411
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
421
        test -z "$(CTAGS_ARGS)$$unique" \
412
422
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413
 
             $$tags $$unique
 
423
             $$unique
414
424
 
415
425
GTAGS:
416
426
        here=`$(am__cd) $(top_builddir) && pwd` \
417
 
          && cd $(top_srcdir) \
418
 
          && gtags -i $(GTAGS_ARGS) $$here
 
427
          && $(am__cd) $(top_srcdir) \
 
428
          && gtags -i $(GTAGS_ARGS) "$$here"
419
429
 
420
430
distclean-tags:
421
431
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
446
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437
447
          if test -d $$d/$$file; then \
438
448
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
449
            if test -d "$(distdir)/$$file"; then \
 
450
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
451
            fi; \
439
452
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
453
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
454
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441
455
            fi; \
442
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
456
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443
457
          else \
444
 
            test -f $(distdir)/$$file \
445
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
458
            test -f "$(distdir)/$$file" \
 
459
            || cp -p $$d/$$file "$(distdir)/$$file" \
446
460
            || exit 1; \
447
461
          fi; \
448
462
        done
476
490
 
477
491
distclean-generic:
478
492
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
493
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
479
494
 
480
495
maintainer-clean-generic:
481
496
        @echo "This command is intended for maintainers to use"
498
513
 
499
514
html: html-am
500
515
 
 
516
html-am:
 
517
 
501
518
info: info-am
502
519
 
503
520
info-am:
506
523
 
507
524
install-dvi: install-dvi-am
508
525
 
 
526
install-dvi-am:
 
527
 
509
528
install-exec-am:
510
529
 
511
530
install-html: install-html-am
512
531
 
 
532
install-html-am:
 
533
 
513
534
install-info: install-info-am
514
535
 
 
536
install-info-am:
 
537
 
515
538
install-man:
516
539
 
517
540
install-pdf: install-pdf-am
518
541
 
 
542
install-pdf-am:
 
543
 
519
544
install-ps: install-ps-am
520
545
 
 
546
install-ps-am:
 
547
 
521
548
installcheck-am:
522
549
 
523
550
maintainer-clean: maintainer-clean-am
540
567
 
541
568
uninstall-am: uninstall-moduleLTLIBRARIES
542
569
 
543
 
.MAKE: install-am install-strip
 
570
.MAKE: all check install install-am install-strip
544
571
 
545
572
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
546
573
        clean-libtool clean-moduleLTLIBRARIES ctags distclean \
562
589
 
563
590
staticswitcher_options.c: ../../metadata/staticswitcher.xml.in staticswitcher_options.h
564
591
                $(BCOP_BIN) --source $@ $<
 
592
 
565
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
594
# Otherwise a system limit (for SysV at least) may be exceeded.
567
595
.NOEXPORT: