~ubuntu-desktop/libindicator/ubuntu

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Sebastien Bacher
  • Date: 2012-02-14 21:35:40 UTC
  • mfrom: (337.1.80 ubuntu)
  • Revision ID: seb128@ubuntu.com-20120214213540-hz0u0163kx8ir6ks
Tags: 0.4.91-0ubuntu1
releasing version 0.4.91-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
58
58
am__DEPENDENCIES_1 =
59
59
indicator_loader_DEPENDENCIES = $(am__DEPENDENCIES_1) \
60
60
        $(am__DEPENDENCIES_1)
61
 
AM_V_lt = $(am__v_lt_$(V))
62
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
61
AM_V_lt = $(am__v_lt_@AM_V@)
 
62
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
63
63
am__v_lt_0 = --silent
64
64
indicator_loader_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
65
65
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
84
84
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
85
85
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86
86
        $(AM_CFLAGS) $(CFLAGS)
87
 
AM_V_CC = $(am__v_CC_$(V))
88
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
87
AM_V_CC = $(am__v_CC_@AM_V@)
 
88
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
89
89
am__v_CC_0 = @echo "  CC    " $@;
90
 
AM_V_at = $(am__v_at_$(V))
91
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
90
AM_V_at = $(am__v_at_@AM_V@)
 
91
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
92
92
am__v_at_0 = @
93
93
CCLD = $(CC)
94
94
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95
95
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96
96
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
97
 
AM_V_CCLD = $(am__v_CCLD_$(V))
98
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
97
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
98
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
99
99
am__v_CCLD_0 = @echo "  CCLD  " $@;
100
 
AM_V_GEN = $(am__v_GEN_$(V))
101
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
100
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
101
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
102
102
am__v_GEN_0 = @echo "  GEN   " $@;
103
103
SOURCES = $(indicator_loader_SOURCES) $(indicator_loader3_SOURCES)
104
104
DIST_SOURCES = $(indicator_loader_SOURCES) \
124
124
am__base_list = \
125
125
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126
126
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
127
am__uninstall_files_from_dir = { \
 
128
  test -z "$$files" \
 
129
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
130
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
131
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
132
  }
127
133
DATA = $(xsession_DATA)
128
134
ETAGS = etags
129
135
CTAGS = ctags
371
377
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
372
378
        echo " rm -f" $$list; \
373
379
        rm -f $$list
374
 
indicator-loader$(EXEEXT): $(indicator_loader_OBJECTS) $(indicator_loader_DEPENDENCIES) 
 
380
indicator-loader$(EXEEXT): $(indicator_loader_OBJECTS) $(indicator_loader_DEPENDENCIES) $(EXTRA_indicator_loader_DEPENDENCIES) 
375
381
        @rm -f indicator-loader$(EXEEXT)
376
382
        $(AM_V_CCLD)$(indicator_loader_LINK) $(indicator_loader_OBJECTS) $(indicator_loader_LDADD) $(LIBS)
377
 
indicator-loader3$(EXEEXT): $(indicator_loader3_OBJECTS) $(indicator_loader3_DEPENDENCIES) 
 
383
indicator-loader3$(EXEEXT): $(indicator_loader3_OBJECTS) $(indicator_loader3_DEPENDENCIES) $(EXTRA_indicator_loader3_DEPENDENCIES) 
378
384
        @rm -f indicator-loader3$(EXEEXT)
379
385
        $(AM_V_CCLD)$(indicator_loader3_LINK) $(indicator_loader3_OBJECTS) $(indicator_loader3_LDADD) $(LIBS)
380
386
 
390
396
.c.o:
391
397
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
392
398
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
394
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
395
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
396
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
401
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
397
402
 
398
403
.c.obj:
399
404
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
400
405
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
401
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
402
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
408
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
405
409
 
406
410
.c.lo:
407
411
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408
412
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
409
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
410
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
411
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
415
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
413
416
 
414
417
indicator_loader-indicator-loader.o: indicator-loader.c
415
418
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader_CFLAGS) $(CFLAGS) -MT indicator_loader-indicator-loader.o -MD -MP -MF $(DEPDIR)/indicator_loader-indicator-loader.Tpo -c -o indicator_loader-indicator-loader.o `test -f 'indicator-loader.c' || echo '$(srcdir)/'`indicator-loader.c
416
419
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_loader-indicator-loader.Tpo $(DEPDIR)/indicator_loader-indicator-loader.Po
417
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
418
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-loader.c' object='indicator_loader-indicator-loader.o' libtool=no @AMDEPBACKSLASH@
 
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='indicator-loader.c' object='indicator_loader-indicator-loader.o' libtool=no @AMDEPBACKSLASH@
419
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader_CFLAGS) $(CFLAGS) -c -o indicator_loader-indicator-loader.o `test -f 'indicator-loader.c' || echo '$(srcdir)/'`indicator-loader.c
 
422
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader_CFLAGS) $(CFLAGS) -c -o indicator_loader-indicator-loader.o `test -f 'indicator-loader.c' || echo '$(srcdir)/'`indicator-loader.c
421
423
 
422
424
indicator_loader-indicator-loader.obj: indicator-loader.c
423
425
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader_CFLAGS) $(CFLAGS) -MT indicator_loader-indicator-loader.obj -MD -MP -MF $(DEPDIR)/indicator_loader-indicator-loader.Tpo -c -o indicator_loader-indicator-loader.obj `if test -f 'indicator-loader.c'; then $(CYGPATH_W) 'indicator-loader.c'; else $(CYGPATH_W) '$(srcdir)/indicator-loader.c'; fi`
424
426
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_loader-indicator-loader.Tpo $(DEPDIR)/indicator_loader-indicator-loader.Po
425
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
426
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-loader.c' object='indicator_loader-indicator-loader.obj' libtool=no @AMDEPBACKSLASH@
 
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='indicator-loader.c' object='indicator_loader-indicator-loader.obj' libtool=no @AMDEPBACKSLASH@
427
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader_CFLAGS) $(CFLAGS) -c -o indicator_loader-indicator-loader.obj `if test -f 'indicator-loader.c'; then $(CYGPATH_W) 'indicator-loader.c'; else $(CYGPATH_W) '$(srcdir)/indicator-loader.c'; fi`
 
429
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader_CFLAGS) $(CFLAGS) -c -o indicator_loader-indicator-loader.obj `if test -f 'indicator-loader.c'; then $(CYGPATH_W) 'indicator-loader.c'; else $(CYGPATH_W) '$(srcdir)/indicator-loader.c'; fi`
429
430
 
430
431
indicator_loader3-indicator-loader.o: indicator-loader.c
431
432
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader3_CFLAGS) $(CFLAGS) -MT indicator_loader3-indicator-loader.o -MD -MP -MF $(DEPDIR)/indicator_loader3-indicator-loader.Tpo -c -o indicator_loader3-indicator-loader.o `test -f 'indicator-loader.c' || echo '$(srcdir)/'`indicator-loader.c
432
433
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_loader3-indicator-loader.Tpo $(DEPDIR)/indicator_loader3-indicator-loader.Po
433
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
434
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-loader.c' object='indicator_loader3-indicator-loader.o' libtool=no @AMDEPBACKSLASH@
 
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='indicator-loader.c' object='indicator_loader3-indicator-loader.o' libtool=no @AMDEPBACKSLASH@
435
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader3_CFLAGS) $(CFLAGS) -c -o indicator_loader3-indicator-loader.o `test -f 'indicator-loader.c' || echo '$(srcdir)/'`indicator-loader.c
 
436
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader3_CFLAGS) $(CFLAGS) -c -o indicator_loader3-indicator-loader.o `test -f 'indicator-loader.c' || echo '$(srcdir)/'`indicator-loader.c
437
437
 
438
438
indicator_loader3-indicator-loader.obj: indicator-loader.c
439
439
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader3_CFLAGS) $(CFLAGS) -MT indicator_loader3-indicator-loader.obj -MD -MP -MF $(DEPDIR)/indicator_loader3-indicator-loader.Tpo -c -o indicator_loader3-indicator-loader.obj `if test -f 'indicator-loader.c'; then $(CYGPATH_W) 'indicator-loader.c'; else $(CYGPATH_W) '$(srcdir)/indicator-loader.c'; fi`
440
440
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_loader3-indicator-loader.Tpo $(DEPDIR)/indicator_loader3-indicator-loader.Po
441
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
442
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator-loader.c' object='indicator_loader3-indicator-loader.obj' libtool=no @AMDEPBACKSLASH@
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='indicator-loader.c' object='indicator_loader3-indicator-loader.obj' libtool=no @AMDEPBACKSLASH@
443
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader3_CFLAGS) $(CFLAGS) -c -o indicator_loader3-indicator-loader.obj `if test -f 'indicator-loader.c'; then $(CYGPATH_W) 'indicator-loader.c'; else $(CYGPATH_W) '$(srcdir)/indicator-loader.c'; fi`
 
443
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_loader3_CFLAGS) $(CFLAGS) -c -o indicator_loader3-indicator-loader.obj `if test -f 'indicator-loader.c'; then $(CYGPATH_W) 'indicator-loader.c'; else $(CYGPATH_W) '$(srcdir)/indicator-loader.c'; fi`
445
444
 
446
445
mostlyclean-libtool:
447
446
        -rm -f *.lo
465
464
        @$(NORMAL_UNINSTALL)
466
465
        @list='$(xsession_DATA)'; test -n "$(xsessiondir)" || list=; \
467
466
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
468
 
        test -n "$$files" || exit 0; \
469
 
        echo " ( cd '$(DESTDIR)$(xsessiondir)' && rm -f" $$files ")"; \
470
 
        cd "$(DESTDIR)$(xsessiondir)" && rm -f $$files
 
467
        dir='$(DESTDIR)$(xsessiondir)'; $(am__uninstall_files_from_dir)
471
468
 
472
469
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473
470
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568
565
 
569
566
installcheck: installcheck-am
570
567
install-strip:
571
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573
 
          `test -z '$(STRIP)' || \
574
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
568
        if test -z '$(STRIP)'; then \
 
569
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
570
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
571
              install; \
 
572
        else \
 
573
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
574
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
575
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
576
        fi
575
577
mostlyclean-generic:
576
578
 
577
579
clean-generic: