~gotwig/indicator-pantheon-session/indicator-pantheon-session

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2009-09-24 17:07:51 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090924170751-l7afnthkpri6diwd
Tags: 0.1.5-0ubuntu1
* Upstream release 0.1.5 (LP: #436223)
  * PolicyKit-1 support (LP: #418643)
  * GDM User list support (LP: #422052)
  * MissionControl5 support (LP: #427643)
  * Better locking of the screensaver (LP: #428115)
* debian/control: Adding in a libempathy-dev build dependency
  as it's now required by upstream.
* Removing patches 01_polkit-1.patch and 99_autoreconf.patch
  as they were merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
am_indicator_status_service_OBJECTS =  \
101
101
        indicator_status_service-status-service.$(OBJEXT) \
102
102
        indicator_status_service-status-service-dbus.$(OBJEXT) \
 
103
        indicator_status_service-users-service-dbus.$(OBJEXT) \
 
104
        indicator_status_service-users-service-marshal.$(OBJEXT) \
103
105
        indicator_status_service-status-provider.$(OBJEXT) \
 
106
        indicator_status_service-status-provider-mc5.$(OBJEXT) \
 
107
        indicator_status_service-status-provider-mc5-marshal.$(OBJEXT) \
104
108
        indicator_status_service-status-provider-pidgin.$(OBJEXT) \
105
109
        indicator_status_service-status-provider-pidgin-marshal.$(OBJEXT) \
106
110
        indicator_status_service-status-provider-telepathy.$(OBJEXT) \
113
117
        $(indicator_status_service_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114
118
        $(LDFLAGS) -o $@
115
119
am_indicator_users_service_OBJECTS =  \
116
 
        indicator_users_service-users-service.$(OBJEXT)
 
120
        indicator_users_service-users-service.$(OBJEXT) \
 
121
        indicator_users_service-users-service-dbus.$(OBJEXT) \
 
122
        indicator_users_service-users-service-marshal.$(OBJEXT)
117
123
indicator_users_service_OBJECTS =  \
118
124
        $(am_indicator_users_service_OBJECTS)
119
125
indicator_users_service_DEPENDENCIES = $(am__DEPENDENCIES_1)
368
374
libsession_la_SOURCES = \
369
375
        indicator-session.c \
370
376
        dbus-shared-names.h \
371
 
        status-service-client.h
 
377
        status-service-client.h \
 
378
        users-service-client.h
372
379
 
373
380
libsession_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror
374
381
libsession_la_LIBADD = $(APPLET_LIBS)
382
389
        status-service-dbus.h \
383
390
        status-service-dbus.c \
384
391
        status-service-server.h \
 
392
        users-service-dbus.h \
 
393
        users-service-dbus.c \
 
394
        users-service-marshal.c \
 
395
        users-service-marshal.h \
385
396
        status-provider.h \
386
397
        status-provider.c \
 
398
        status-provider-mc5.h \
 
399
        status-provider-mc5.c \
 
400
        status-provider-mc5-marshal.h \
 
401
        status-provider-mc5-marshal.c \
387
402
        status-provider-pidgin.h \
388
403
        status-provider-pidgin.c \
389
404
        status-provider-pidgin-marshal.h \
399
414
###############
400
415
# Users Stuff
401
416
###############
402
 
indicator_users_service_SOURCES = users-service.c
 
417
indicator_users_service_SOURCES = users-service.c users-service-dbus.c users-service-marshal.c
403
418
indicator_users_service_CFLAGS = $(USERSSERVICE_CFLAGS) -Wall -Werror
404
419
indicator_users_service_LDADD = $(USERSSERVICE_LIBS)
405
420
 
414
429
# Other Stuff
415
430
###############
416
431
BUILT_SOURCES = \
 
432
        users-service-client.h \
417
433
        status-service-client.h \
418
434
        status-service-server.h \
 
435
        status-provider-mc5-marshal.h \
 
436
        status-provider-mc5-marshal.c \
 
437
        users-service-marshal.h \
 
438
        users-service-marshal.c \
419
439
        status-provider-pidgin-marshal.h \
420
440
        status-provider-pidgin-marshal.c \
421
441
        status-provider-telepathy-marshal.h \
423
443
 
424
444
EXTRA_DIST = \
425
445
        status-service.xml \
 
446
        status-provider-mc5.list \
426
447
        status-provider-pidgin.list \
427
448
        status-provider-telepathy.list
428
449
 
558
579
 
559
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_session_service-gconf-helper.Po@am__quote@
560
581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_session_service-session-service.Po@am__quote@
 
582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Po@am__quote@
 
583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-provider-mc5.Po@am__quote@
561
584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-provider-pidgin-marshal.Po@am__quote@
562
585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-provider-pidgin.Po@am__quote@
563
586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-provider-telepathy-marshal.Po@am__quote@
565
588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-provider.Po@am__quote@
566
589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-service-dbus.Po@am__quote@
567
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-status-service.Po@am__quote@
 
591
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-users-service-dbus.Po@am__quote@
 
592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_status_service-users-service-marshal.Po@am__quote@
 
593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_users_service-users-service-dbus.Po@am__quote@
 
594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_users_service-users-service-marshal.Po@am__quote@
568
595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indicator_users_service-users-service.Po@am__quote@
569
596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsession_la-indicator-session.Plo@am__quote@
570
597
 
664
691
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665
692
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-status-service-dbus.obj `if test -f 'status-service-dbus.c'; then $(CYGPATH_W) 'status-service-dbus.c'; else $(CYGPATH_W) '$(srcdir)/status-service-dbus.c'; fi`
666
693
 
 
694
indicator_status_service-users-service-dbus.o: users-service-dbus.c
 
695
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-users-service-dbus.o -MD -MP -MF $(DEPDIR)/indicator_status_service-users-service-dbus.Tpo -c -o indicator_status_service-users-service-dbus.o `test -f 'users-service-dbus.c' || echo '$(srcdir)/'`users-service-dbus.c
 
696
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-users-service-dbus.Tpo $(DEPDIR)/indicator_status_service-users-service-dbus.Po
 
697
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
698
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-dbus.c' object='indicator_status_service-users-service-dbus.o' libtool=no @AMDEPBACKSLASH@
 
699
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
700
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-users-service-dbus.o `test -f 'users-service-dbus.c' || echo '$(srcdir)/'`users-service-dbus.c
 
701
 
 
702
indicator_status_service-users-service-dbus.obj: users-service-dbus.c
 
703
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-users-service-dbus.obj -MD -MP -MF $(DEPDIR)/indicator_status_service-users-service-dbus.Tpo -c -o indicator_status_service-users-service-dbus.obj `if test -f 'users-service-dbus.c'; then $(CYGPATH_W) 'users-service-dbus.c'; else $(CYGPATH_W) '$(srcdir)/users-service-dbus.c'; fi`
 
704
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-users-service-dbus.Tpo $(DEPDIR)/indicator_status_service-users-service-dbus.Po
 
705
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
706
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-dbus.c' object='indicator_status_service-users-service-dbus.obj' libtool=no @AMDEPBACKSLASH@
 
707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
708
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-users-service-dbus.obj `if test -f 'users-service-dbus.c'; then $(CYGPATH_W) 'users-service-dbus.c'; else $(CYGPATH_W) '$(srcdir)/users-service-dbus.c'; fi`
 
709
 
 
710
indicator_status_service-users-service-marshal.o: users-service-marshal.c
 
711
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-users-service-marshal.o -MD -MP -MF $(DEPDIR)/indicator_status_service-users-service-marshal.Tpo -c -o indicator_status_service-users-service-marshal.o `test -f 'users-service-marshal.c' || echo '$(srcdir)/'`users-service-marshal.c
 
712
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-users-service-marshal.Tpo $(DEPDIR)/indicator_status_service-users-service-marshal.Po
 
713
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-marshal.c' object='indicator_status_service-users-service-marshal.o' libtool=no @AMDEPBACKSLASH@
 
715
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
716
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-users-service-marshal.o `test -f 'users-service-marshal.c' || echo '$(srcdir)/'`users-service-marshal.c
 
717
 
 
718
indicator_status_service-users-service-marshal.obj: users-service-marshal.c
 
719
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-users-service-marshal.obj -MD -MP -MF $(DEPDIR)/indicator_status_service-users-service-marshal.Tpo -c -o indicator_status_service-users-service-marshal.obj `if test -f 'users-service-marshal.c'; then $(CYGPATH_W) 'users-service-marshal.c'; else $(CYGPATH_W) '$(srcdir)/users-service-marshal.c'; fi`
 
720
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-users-service-marshal.Tpo $(DEPDIR)/indicator_status_service-users-service-marshal.Po
 
721
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
722
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-marshal.c' object='indicator_status_service-users-service-marshal.obj' libtool=no @AMDEPBACKSLASH@
 
723
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
724
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-users-service-marshal.obj `if test -f 'users-service-marshal.c'; then $(CYGPATH_W) 'users-service-marshal.c'; else $(CYGPATH_W) '$(srcdir)/users-service-marshal.c'; fi`
 
725
 
667
726
indicator_status_service-status-provider.o: status-provider.c
668
727
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-status-provider.o -MD -MP -MF $(DEPDIR)/indicator_status_service-status-provider.Tpo -c -o indicator_status_service-status-provider.o `test -f 'status-provider.c' || echo '$(srcdir)/'`status-provider.c
669
728
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-status-provider.Tpo $(DEPDIR)/indicator_status_service-status-provider.Po
680
739
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681
740
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-status-provider.obj `if test -f 'status-provider.c'; then $(CYGPATH_W) 'status-provider.c'; else $(CYGPATH_W) '$(srcdir)/status-provider.c'; fi`
682
741
 
 
742
indicator_status_service-status-provider-mc5.o: status-provider-mc5.c
 
743
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-status-provider-mc5.o -MD -MP -MF $(DEPDIR)/indicator_status_service-status-provider-mc5.Tpo -c -o indicator_status_service-status-provider-mc5.o `test -f 'status-provider-mc5.c' || echo '$(srcdir)/'`status-provider-mc5.c
 
744
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-status-provider-mc5.Tpo $(DEPDIR)/indicator_status_service-status-provider-mc5.Po
 
745
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
746
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status-provider-mc5.c' object='indicator_status_service-status-provider-mc5.o' libtool=no @AMDEPBACKSLASH@
 
747
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
748
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-status-provider-mc5.o `test -f 'status-provider-mc5.c' || echo '$(srcdir)/'`status-provider-mc5.c
 
749
 
 
750
indicator_status_service-status-provider-mc5.obj: status-provider-mc5.c
 
751
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-status-provider-mc5.obj -MD -MP -MF $(DEPDIR)/indicator_status_service-status-provider-mc5.Tpo -c -o indicator_status_service-status-provider-mc5.obj `if test -f 'status-provider-mc5.c'; then $(CYGPATH_W) 'status-provider-mc5.c'; else $(CYGPATH_W) '$(srcdir)/status-provider-mc5.c'; fi`
 
752
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-status-provider-mc5.Tpo $(DEPDIR)/indicator_status_service-status-provider-mc5.Po
 
753
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
754
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status-provider-mc5.c' object='indicator_status_service-status-provider-mc5.obj' libtool=no @AMDEPBACKSLASH@
 
755
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
756
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-status-provider-mc5.obj `if test -f 'status-provider-mc5.c'; then $(CYGPATH_W) 'status-provider-mc5.c'; else $(CYGPATH_W) '$(srcdir)/status-provider-mc5.c'; fi`
 
757
 
 
758
indicator_status_service-status-provider-mc5-marshal.o: status-provider-mc5-marshal.c
 
759
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-status-provider-mc5-marshal.o -MD -MP -MF $(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Tpo -c -o indicator_status_service-status-provider-mc5-marshal.o `test -f 'status-provider-mc5-marshal.c' || echo '$(srcdir)/'`status-provider-mc5-marshal.c
 
760
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Tpo $(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Po
 
761
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
762
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status-provider-mc5-marshal.c' object='indicator_status_service-status-provider-mc5-marshal.o' libtool=no @AMDEPBACKSLASH@
 
763
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
764
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-status-provider-mc5-marshal.o `test -f 'status-provider-mc5-marshal.c' || echo '$(srcdir)/'`status-provider-mc5-marshal.c
 
765
 
 
766
indicator_status_service-status-provider-mc5-marshal.obj: status-provider-mc5-marshal.c
 
767
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-status-provider-mc5-marshal.obj -MD -MP -MF $(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Tpo -c -o indicator_status_service-status-provider-mc5-marshal.obj `if test -f 'status-provider-mc5-marshal.c'; then $(CYGPATH_W) 'status-provider-mc5-marshal.c'; else $(CYGPATH_W) '$(srcdir)/status-provider-mc5-marshal.c'; fi`
 
768
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Tpo $(DEPDIR)/indicator_status_service-status-provider-mc5-marshal.Po
 
769
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
770
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='status-provider-mc5-marshal.c' object='indicator_status_service-status-provider-mc5-marshal.obj' libtool=no @AMDEPBACKSLASH@
 
771
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
772
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -c -o indicator_status_service-status-provider-mc5-marshal.obj `if test -f 'status-provider-mc5-marshal.c'; then $(CYGPATH_W) 'status-provider-mc5-marshal.c'; else $(CYGPATH_W) '$(srcdir)/status-provider-mc5-marshal.c'; fi`
 
773
 
683
774
indicator_status_service-status-provider-pidgin.o: status-provider-pidgin.c
684
775
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_status_service_CFLAGS) $(CFLAGS) -MT indicator_status_service-status-provider-pidgin.o -MD -MP -MF $(DEPDIR)/indicator_status_service-status-provider-pidgin.Tpo -c -o indicator_status_service-status-provider-pidgin.o `test -f 'status-provider-pidgin.c' || echo '$(srcdir)/'`status-provider-pidgin.c
685
776
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_status_service-status-provider-pidgin.Tpo $(DEPDIR)/indicator_status_service-status-provider-pidgin.Po
760
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
761
852
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -c -o indicator_users_service-users-service.obj `if test -f 'users-service.c'; then $(CYGPATH_W) 'users-service.c'; else $(CYGPATH_W) '$(srcdir)/users-service.c'; fi`
762
853
 
 
854
indicator_users_service-users-service-dbus.o: users-service-dbus.c
 
855
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -MT indicator_users_service-users-service-dbus.o -MD -MP -MF $(DEPDIR)/indicator_users_service-users-service-dbus.Tpo -c -o indicator_users_service-users-service-dbus.o `test -f 'users-service-dbus.c' || echo '$(srcdir)/'`users-service-dbus.c
 
856
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_users_service-users-service-dbus.Tpo $(DEPDIR)/indicator_users_service-users-service-dbus.Po
 
857
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
858
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-dbus.c' object='indicator_users_service-users-service-dbus.o' libtool=no @AMDEPBACKSLASH@
 
859
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
860
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -c -o indicator_users_service-users-service-dbus.o `test -f 'users-service-dbus.c' || echo '$(srcdir)/'`users-service-dbus.c
 
861
 
 
862
indicator_users_service-users-service-dbus.obj: users-service-dbus.c
 
863
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -MT indicator_users_service-users-service-dbus.obj -MD -MP -MF $(DEPDIR)/indicator_users_service-users-service-dbus.Tpo -c -o indicator_users_service-users-service-dbus.obj `if test -f 'users-service-dbus.c'; then $(CYGPATH_W) 'users-service-dbus.c'; else $(CYGPATH_W) '$(srcdir)/users-service-dbus.c'; fi`
 
864
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_users_service-users-service-dbus.Tpo $(DEPDIR)/indicator_users_service-users-service-dbus.Po
 
865
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-dbus.c' object='indicator_users_service-users-service-dbus.obj' libtool=no @AMDEPBACKSLASH@
 
867
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
868
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -c -o indicator_users_service-users-service-dbus.obj `if test -f 'users-service-dbus.c'; then $(CYGPATH_W) 'users-service-dbus.c'; else $(CYGPATH_W) '$(srcdir)/users-service-dbus.c'; fi`
 
869
 
 
870
indicator_users_service-users-service-marshal.o: users-service-marshal.c
 
871
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -MT indicator_users_service-users-service-marshal.o -MD -MP -MF $(DEPDIR)/indicator_users_service-users-service-marshal.Tpo -c -o indicator_users_service-users-service-marshal.o `test -f 'users-service-marshal.c' || echo '$(srcdir)/'`users-service-marshal.c
 
872
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_users_service-users-service-marshal.Tpo $(DEPDIR)/indicator_users_service-users-service-marshal.Po
 
873
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
874
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-marshal.c' object='indicator_users_service-users-service-marshal.o' libtool=no @AMDEPBACKSLASH@
 
875
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
876
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -c -o indicator_users_service-users-service-marshal.o `test -f 'users-service-marshal.c' || echo '$(srcdir)/'`users-service-marshal.c
 
877
 
 
878
indicator_users_service-users-service-marshal.obj: users-service-marshal.c
 
879
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -MT indicator_users_service-users-service-marshal.obj -MD -MP -MF $(DEPDIR)/indicator_users_service-users-service-marshal.Tpo -c -o indicator_users_service-users-service-marshal.obj `if test -f 'users-service-marshal.c'; then $(CYGPATH_W) 'users-service-marshal.c'; else $(CYGPATH_W) '$(srcdir)/users-service-marshal.c'; fi`
 
880
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/indicator_users_service-users-service-marshal.Tpo $(DEPDIR)/indicator_users_service-users-service-marshal.Po
 
881
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
882
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='users-service-marshal.c' object='indicator_users_service-users-service-marshal.obj' libtool=no @AMDEPBACKSLASH@
 
883
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
884
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(indicator_users_service_CFLAGS) $(CFLAGS) -c -o indicator_users_service-users-service-marshal.obj `if test -f 'users-service-marshal.c'; then $(CYGPATH_W) 'users-service-marshal.c'; else $(CYGPATH_W) '$(srcdir)/users-service-marshal.c'; fi`
 
885
 
763
886
mostlyclean-libtool:
764
887
        -rm -f *.lo
765
888
 
1091
1214
        uninstall-sessionlibLTLIBRARIES
1092
1215
 
1093
1216
 
 
1217
users-service-client.h: $(srcdir)/users-service.xml
 
1218
        dbus-binding-tool \
 
1219
                --prefix=_users_service_client \
 
1220
                --mode=glib-client \
 
1221
                --output=users-service-client.h \
 
1222
                $(srcdir)/users-service.xml
 
1223
 
1094
1224
status-service-client.h: $(srcdir)/status-service.xml
1095
1225
        dbus-binding-tool \
1096
1226
                --prefix=_status_service_client \
1105
1235
                --output=status-service-server.h \
1106
1236
                $(srcdir)/status-service.xml
1107
1237
 
 
1238
users-service-marshal.h: $(srcdir)/users-service.list
 
1239
        glib-genmarshal --header \
 
1240
                --prefix=_users_service_marshal $(srcdir)/users-service.list \
 
1241
                > users-service-marshal.h
 
1242
 
 
1243
users-service-marshal.c: $(srcdir)/users-service.list
 
1244
        glib-genmarshal --body \
 
1245
                --prefix=_users_service_marshal $(srcdir)/users-service.list \
 
1246
                > users-service-marshal.c
 
1247
 
1108
1248
status-provider-pidgin-marshal.h: $(srcdir)/status-provider-pidgin.list
1109
1249
        glib-genmarshal --header \
1110
1250
                --prefix=_status_provider_pidgin_marshal $(srcdir)/status-provider-pidgin.list \
1125
1265
                --prefix=_status_provider_telepathy_marshal $(srcdir)/status-provider-telepathy.list \
1126
1266
                > status-provider-telepathy-marshal.c
1127
1267
 
 
1268
status-provider-mc5-marshal.h: $(srcdir)/status-provider-mc5.list
 
1269
        glib-genmarshal --header \
 
1270
                --prefix=_status_provider_mc5_marshal $(srcdir)/status-provider-mc5.list \
 
1271
                > status-provider-mc5-marshal.h
 
1272
 
 
1273
status-provider-mc5-marshal.c: $(srcdir)/status-provider-mc5.list
 
1274
        glib-genmarshal --body \
 
1275
                --prefix=_status_provider_mc5_marshal $(srcdir)/status-provider-mc5.list \
 
1276
                > status-provider-mc5-marshal.c
 
1277
 
1128
1278
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1129
1279
# Otherwise a system limit (for SysV at least) may be exceeded.
1130
1280
.NOEXPORT: