~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to applets/taskmanager/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-18 00:22:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218002252-fe6vniq3o8ct3cdz
Tags: 0.3.9.1~bzr603-0ubuntu1
* New upstream snapshot. 
 - Switch to main trunk branch.
* debian/control:
 - Add Conflicts on awn-manager for awn-settings (LP: #507822)
 - Remove build-depends on python-elementtree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
 
18
# vim: set ft=automake :
 
19
 
18
20
# requires Makefile.shave
19
21
 
20
22
# requires Makefile.shave
46
48
host_triplet = @host@
47
49
DIST_COMMON = $(dist_taskmanager_menus_DATA) $(srcdir)/Makefile.am \
48
50
        $(srcdir)/Makefile.in $(srcdir)/taskmanager.desktop.in.in \
 
51
        $(top_srcdir)/Makefile.applet-common \
 
52
        $(top_srcdir)/Makefile.c-applet \
 
53
        $(top_srcdir)/Makefile.desktop-files \
49
54
        $(top_srcdir)/Makefile.marshal $(top_srcdir)/Makefile.schemas \
50
55
        $(top_srcdir)/Makefile.shave
51
56
subdir = applets/taskmanager
86
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
87
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
88
93
am__installdirs = "$(DESTDIR)$(appletdir)" "$(DESTDIR)$(desktopdir)" \
89
 
        "$(DESTDIR)$(taskmanager_menusdir)" "$(DESTDIR)$(schemadir)" \
90
 
        "$(DESTDIR)$(schemasdir)"
 
94
        "$(DESTDIR)$(taskmanager_menusdir)" "$(DESTDIR)$(icondir)" \
 
95
        "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(schemasdir)"
91
96
LTLIBRARIES = $(applet_LTLIBRARIES)
92
97
am__DEPENDENCIES_1 =
93
98
taskmanager_la_DEPENDENCIES = $(top_builddir)/libawn/libawn.la \
94
99
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
95
100
am__objects_1 =
96
 
am_taskmanager_la_OBJECTS = taskmanager_la-applet.lo \
97
 
        taskmanager_la-awn-desktop-lookup.lo \
98
 
        taskmanager_la-awn-desktop-lookup-cached.lo \
99
 
        taskmanager_la-awn-desktop-lookup-gnome3.lo \
100
 
        taskmanager_la-task-drag-indicator.lo \
101
 
        taskmanager_la-task-icon.lo \
102
 
        taskmanager_la-task-icon-build-context-menus.lo \
103
 
        taskmanager_la-task-item.lo taskmanager_la-task-launcher.lo \
104
 
        taskmanager_la-task-manager.lo \
105
 
        taskmanager_la-task-manager-api-wrapper.lo \
106
 
        taskmanager_la-task-settings.lo taskmanager_la-task-window.lo \
107
 
        taskmanager_la-util.lo taskmanager_la-taskmanager-marshal.lo \
108
 
        taskmanager_la-xutils.lo $(am__objects_1)
 
101
am__objects_2 = dock-manager-api.lo $(am__objects_1)
 
102
am__objects_3 = $(am__objects_1)
 
103
am__objects_4 = $(am__objects_2) $(am__objects_3) $(am__objects_1)
 
104
am_taskmanager_la_OBJECTS = applet.lo awn-desktop-lookup.lo \
 
105
        awn-desktop-lookup-cached.lo awn-desktop-lookup-gnome3.lo \
 
106
        task-drag-indicator.lo task-icon.lo \
 
107
        task-icon-build-context-menus.lo task-item.lo task-launcher.lo \
 
108
        task-manager.lo task-manager-api-wrapper.lo task-settings.lo \
 
109
        task-window.lo util.lo taskmanager-marshal.lo xutils.lo \
 
110
        $(am__objects_4) $(am__objects_1)
109
111
taskmanager_la_OBJECTS = $(am_taskmanager_la_OBJECTS)
110
112
taskmanager_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
111
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(taskmanager_la_CFLAGS) \
112
 
        $(CFLAGS) $(taskmanager_la_LDFLAGS) $(LDFLAGS) -o $@
 
113
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
114
        $(taskmanager_la_LDFLAGS) $(LDFLAGS) -o $@
113
115
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
114
116
depcomp = $(SHELL) $(top_srcdir)/depcomp
115
117
am__depfiles_maybe = depfiles
122
124
        $(LDFLAGS) -o $@
123
125
SOURCES = $(taskmanager_la_SOURCES)
124
126
DIST_SOURCES = $(taskmanager_la_SOURCES)
125
 
DATA = $(desktop_DATA) $(dist_taskmanager_menus_DATA) $(schema_DATA) \
126
 
        $(schemas_DATA)
 
127
DATA = $(desktop_DATA) $(dist_taskmanager_menus_DATA) $(icon_DATA) \
 
128
        $(schema_DATA) $(schemas_DATA)
127
129
ETAGS = etags
128
130
CTAGS = ctags
129
131
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132
134
ALL_LINGUAS = @ALL_LINGUAS@
133
135
AMTAR = @AMTAR@
134
136
AM_MAKEFLAGS = @AM_MAKEFLAGS@
135
 
APPLETDATADIR = @APPLETDATADIR@
136
 
APPLETDIR = @APPLETDIR@
 
137
APPLETSDIR = @APPLETSDIR@
137
138
AR = @AR@
138
139
AUTOCONF = @AUTOCONF@
139
140
AUTOHEADER = @AUTOHEADER@
197
198
LDA_DEFSDIR = @LDA_DEFSDIR@
198
199
LDA_VAPIDIR = @LDA_VAPIDIR@
199
200
LDFLAGS = @LDFLAGS@
 
201
LIBAPPLETDIR = @LIBAPPLETDIR@
200
202
LIBDIR = @LIBDIR@
201
203
LIBOBJS = @LIBOBJS@
202
204
LIBRARY_MODULES = @LIBRARY_MODULES@
324
326
top_build_prefix = @top_build_prefix@
325
327
top_builddir = @top_builddir@
326
328
top_srcdir = @top_srcdir@
327
 
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
329
APPLET_NAME = taskmanager
 
330
APPLET_CFLAGS = \
 
331
        $(TASKMANAGER_CFLAGS) \
 
332
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
 
333
        $(NULL)
 
334
 
328
335
MARSHAL_PREFIX = taskmanager
 
336
 
 
337
# vim: set ft=automake ts=8 sts=8 sw=8 :
329
338
NULL = 
 
339
applet_datadir = $(APPLETSDIR)/$(APPLET_NAME)
 
340
 
 
341
# for now, assume that icons = SVG
 
342
icon_DATA = $(APPLET_ICONS)
 
343
icondir = $(datadir)/icons/hicolor/scalable/apps
 
344
desktopdir = $(APPLETSDIR)
 
345
DESKTOP_BASENAME = $(APPLET_NAME)
 
346
desktop_DATA = $(DESKTOP_BASENAME).desktop
 
347
CLEANFILES = $(desktop_DATA) $(schema_DATA) $(schemas_DATA) \
 
348
        $(BUILT_SOURCES)
 
349
EXTRA_DIST = $(icon_DATA) $(NULL) \
 
350
        $(desktop_DATA:.desktop=.desktop.in.in) $(NULL) \
 
351
        $(schema_in_files) $(DBUS_XML) taskmanager-marshal.list
 
352
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
353
 
 
354
# vim: set ft=automake ts=8 sts=8 sw=8 :
 
355
AM_CFLAGS = \
 
356
        -I$(srcdir) \
 
357
        -I$(top_srcdir) \
 
358
        -I$(top_builddir) \
 
359
        $(STANDARD_CPPFLAGS) \
 
360
        $(DISABLE_DEPRECATED_FLAGS) \
 
361
        $(WARNING_FLAGS) \
 
362
        $(AWN_CFLAGS) \
 
363
        $(APPLET_CFLAGS) \
 
364
        $(NULL)
 
365
 
 
366
APPLET_LINKER_FLAGS = -module -avoid-version
 
367
appletdir = $(LIBAPPLETDIR)/$(APPLET_NAME)
330
368
 
331
369
# glib-genmarshal (based on WebKit's build system)
332
370
MARSHAL = $(MARSHAL_PREFIX)-marshal
341
379
@GCONF_SCHEMAS_INSTALL_TRUE@schemas_DATA = $(schema_DATA:.schema-ini=.schemas)
342
380
schema_DATA = $(schema_in_files:.schema-ini.in=.schema-ini)
343
381
schemadir = $(pkgdatadir)/schemas
344
 
AM_CPPFLAGS = \
345
 
        $(STANDARD_CPPFLAGS) \
346
 
        -I$(top_srcdir) \
347
 
        -I$(srcdir) \
348
 
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
349
 
        $(DISABLE_DEPRECATED_FLAGS) \
350
 
        $(NULL)
351
 
 
352
 
appletdir = $(APPLETDIR)/taskmanager
353
 
applet_datadir = $(APPLETDATADIR)/taskmanager
 
382
VALA_FILES = \
 
383
        dock-manager-api.vala \
 
384
        $(NULL)
 
385
 
 
386
VALA_GENERATED_FILES = \
 
387
        $(VALA_FILES:.vala=.c) \
 
388
        $(VALA_FILES:.vala=.h) \
 
389
        $(NULL)
 
390
 
 
391
VALA_PKGS = \
 
392
        --pkg dbus-glib-1 \
 
393
        --pkg gtk+-2.0 \
 
394
        --pkg desktop-agnostic-cfg \
 
395
        --pkg libwnck-1.0 \
 
396
        $(NULL)
 
397
 
 
398
VALA_VAPI_FILES = \
 
399
        $(top_builddir)/bindings/vala/awn.vapi \
 
400
        task-manager.vapi \
 
401
        $(NULL)
 
402
 
354
403
applet_LTLIBRARIES = taskmanager.la
355
404
taskmanager_la_SOURCES = \
356
405
        applet.c \
360
409
        awn-desktop-lookup.c \
361
410
        awn-desktop-lookup-cached.c \
362
411
        awn-desktop-lookup-gnome3.c \
 
412
        task-defines.h \
363
413
        task-drag-indicator.c \
364
414
        task-drag-indicator.h \
365
415
        task-icon.c \
373
423
        task-launcher.h \
374
424
        task-manager.c \
375
425
        task-manager.h \
376
 
        task-manager-glue.h \
377
426
        task-manager-api-wrapper.c \
378
427
        task-manager-api-wrapper.h \
379
428
        task-manager-api-wrapper-glue.h \
387
436
        $(builddir)/taskmanager-marshal.h \
388
437
        xutils.c \
389
438
        xutils.h \
 
439
        $(VALA_GENERATED_FILES) \
390
440
        $(NULL)
391
441
 
392
442
taskmanager_la_LIBADD = \
394
444
        $(TASKMANAGER_LIBS) \
395
445
        $(NULL)
396
446
 
397
 
taskmanager_la_CFLAGS = $(WARNING_FLAGS) $(TASKMANAGER_CFLAGS)
398
 
taskmanager_la_LDFLAGS = -module -avoid-version
 
447
taskmanager_la_LDFLAGS = $(APPLET_LINKER_FLAGS)
399
448
 
400
449
# DBus glue
401
 
DBUS_XML = task-manager-dbus.xml task-manager-api-wrapper-dbus.xml
402
 
 
403
 
# Desktop file
404
 
desktopdir = $(pkgdatadir)/applets
405
 
desktop_DATA = taskmanager.desktop
 
450
DBUS_XML = task-manager-api-wrapper-dbus.xml
406
451
schema_in_files = awn-applet-taskmanager.schema-ini.in
407
452
BUILT_SOURCES = \
408
 
        task-manager-glue.h \
 
453
        $(VALA_GENERATED_FILES) \
409
454
        task-manager-api-wrapper-glue.h \
410
455
        $(MARSHALFILES) \
411
456
        $(NULL)
412
457
 
413
 
EXTRA_DIST = $(desktop_DATA).in.in $(schema_in_files) $(DBUS_XML) taskmanager-marshal.list
414
 
CLEANFILES = $(desktop_DATA) $(schema_DATA) $(schemas_DATA) $(BUILT_SOURCES)
415
458
taskmanager_menusdir = $(applet_datadir)/menus
416
459
dist_taskmanager_menus_DATA = \
417
460
        $(wildcard menus/*.xml) \
421
464
        $(MAKE) $(AM_MAKEFLAGS) all-am
422
465
 
423
466
.SUFFIXES:
424
 
.SUFFIXES: .c .lo .o .obj
425
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.shave $(top_srcdir)/Makefile.marshal $(top_srcdir)/Makefile.schemas $(am__configure_deps)
 
467
.SUFFIXES: .c .lo .o .obj .vala
 
468
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.c-applet $(top_srcdir)/Makefile.applet-common $(top_srcdir)/Makefile.desktop-files $(top_srcdir)/Makefile.shave $(top_srcdir)/Makefile.marshal $(top_srcdir)/Makefile.schemas $(am__configure_deps)
426
469
        @for dep in $?; do \
427
470
          case '$(am__configure_deps)' in \
428
471
            *$$dep*) \
494
537
distclean-compile:
495
538
        -rm -f *.tab.c
496
539
 
497
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-applet.Plo@am__quote@
498
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-awn-desktop-lookup-cached.Plo@am__quote@
499
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-awn-desktop-lookup-gnome3.Plo@am__quote@
500
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-awn-desktop-lookup.Plo@am__quote@
501
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-drag-indicator.Plo@am__quote@
502
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-icon-build-context-menus.Plo@am__quote@
503
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-icon.Plo@am__quote@
504
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-item.Plo@am__quote@
505
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-launcher.Plo@am__quote@
506
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-manager-api-wrapper.Plo@am__quote@
507
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-manager.Plo@am__quote@
508
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-settings.Plo@am__quote@
509
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-task-window.Plo@am__quote@
510
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-taskmanager-marshal.Plo@am__quote@
511
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-util.Plo@am__quote@
512
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager_la-xutils.Plo@am__quote@
 
540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applet.Plo@am__quote@
 
541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/awn-desktop-lookup-cached.Plo@am__quote@
 
542
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/awn-desktop-lookup-gnome3.Plo@am__quote@
 
543
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/awn-desktop-lookup.Plo@am__quote@
 
544
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dock-manager-api.Plo@am__quote@
 
545
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-drag-indicator.Plo@am__quote@
 
546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-icon-build-context-menus.Plo@am__quote@
 
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-icon.Plo@am__quote@
 
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-item.Plo@am__quote@
 
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-launcher.Plo@am__quote@
 
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-manager-api-wrapper.Plo@am__quote@
 
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-manager.Plo@am__quote@
 
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-settings.Plo@am__quote@
 
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task-window.Plo@am__quote@
 
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskmanager-marshal.Plo@am__quote@
 
555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
 
556
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xutils.Plo@am__quote@
513
557
 
514
558
.c.o:
515
559
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
532
576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533
577
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
534
578
 
535
 
taskmanager_la-applet.lo: applet.c
536
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-applet.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-applet.Tpo -c -o taskmanager_la-applet.lo `test -f 'applet.c' || echo '$(srcdir)/'`applet.c
537
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-applet.Tpo $(DEPDIR)/taskmanager_la-applet.Plo
538
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet.c' object='taskmanager_la-applet.lo' libtool=yes @AMDEPBACKSLASH@
539
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-applet.lo `test -f 'applet.c' || echo '$(srcdir)/'`applet.c
541
 
 
542
 
taskmanager_la-awn-desktop-lookup.lo: awn-desktop-lookup.c
543
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-awn-desktop-lookup.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-awn-desktop-lookup.Tpo -c -o taskmanager_la-awn-desktop-lookup.lo `test -f 'awn-desktop-lookup.c' || echo '$(srcdir)/'`awn-desktop-lookup.c
544
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-awn-desktop-lookup.Tpo $(DEPDIR)/taskmanager_la-awn-desktop-lookup.Plo
545
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='awn-desktop-lookup.c' object='taskmanager_la-awn-desktop-lookup.lo' libtool=yes @AMDEPBACKSLASH@
546
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-awn-desktop-lookup.lo `test -f 'awn-desktop-lookup.c' || echo '$(srcdir)/'`awn-desktop-lookup.c
548
 
 
549
 
taskmanager_la-awn-desktop-lookup-cached.lo: awn-desktop-lookup-cached.c
550
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-awn-desktop-lookup-cached.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-awn-desktop-lookup-cached.Tpo -c -o taskmanager_la-awn-desktop-lookup-cached.lo `test -f 'awn-desktop-lookup-cached.c' || echo '$(srcdir)/'`awn-desktop-lookup-cached.c
551
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-awn-desktop-lookup-cached.Tpo $(DEPDIR)/taskmanager_la-awn-desktop-lookup-cached.Plo
552
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='awn-desktop-lookup-cached.c' object='taskmanager_la-awn-desktop-lookup-cached.lo' libtool=yes @AMDEPBACKSLASH@
553
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-awn-desktop-lookup-cached.lo `test -f 'awn-desktop-lookup-cached.c' || echo '$(srcdir)/'`awn-desktop-lookup-cached.c
555
 
 
556
 
taskmanager_la-awn-desktop-lookup-gnome3.lo: awn-desktop-lookup-gnome3.c
557
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-awn-desktop-lookup-gnome3.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-awn-desktop-lookup-gnome3.Tpo -c -o taskmanager_la-awn-desktop-lookup-gnome3.lo `test -f 'awn-desktop-lookup-gnome3.c' || echo '$(srcdir)/'`awn-desktop-lookup-gnome3.c
558
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-awn-desktop-lookup-gnome3.Tpo $(DEPDIR)/taskmanager_la-awn-desktop-lookup-gnome3.Plo
559
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='awn-desktop-lookup-gnome3.c' object='taskmanager_la-awn-desktop-lookup-gnome3.lo' libtool=yes @AMDEPBACKSLASH@
560
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-awn-desktop-lookup-gnome3.lo `test -f 'awn-desktop-lookup-gnome3.c' || echo '$(srcdir)/'`awn-desktop-lookup-gnome3.c
562
 
 
563
 
taskmanager_la-task-drag-indicator.lo: task-drag-indicator.c
564
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-drag-indicator.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-drag-indicator.Tpo -c -o taskmanager_la-task-drag-indicator.lo `test -f 'task-drag-indicator.c' || echo '$(srcdir)/'`task-drag-indicator.c
565
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-drag-indicator.Tpo $(DEPDIR)/taskmanager_la-task-drag-indicator.Plo
566
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-drag-indicator.c' object='taskmanager_la-task-drag-indicator.lo' libtool=yes @AMDEPBACKSLASH@
567
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-drag-indicator.lo `test -f 'task-drag-indicator.c' || echo '$(srcdir)/'`task-drag-indicator.c
569
 
 
570
 
taskmanager_la-task-icon.lo: task-icon.c
571
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-icon.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-icon.Tpo -c -o taskmanager_la-task-icon.lo `test -f 'task-icon.c' || echo '$(srcdir)/'`task-icon.c
572
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-icon.Tpo $(DEPDIR)/taskmanager_la-task-icon.Plo
573
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-icon.c' object='taskmanager_la-task-icon.lo' libtool=yes @AMDEPBACKSLASH@
574
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-icon.lo `test -f 'task-icon.c' || echo '$(srcdir)/'`task-icon.c
576
 
 
577
 
taskmanager_la-task-icon-build-context-menus.lo: task-icon-build-context-menus.c
578
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-icon-build-context-menus.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-icon-build-context-menus.Tpo -c -o taskmanager_la-task-icon-build-context-menus.lo `test -f 'task-icon-build-context-menus.c' || echo '$(srcdir)/'`task-icon-build-context-menus.c
579
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-icon-build-context-menus.Tpo $(DEPDIR)/taskmanager_la-task-icon-build-context-menus.Plo
580
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-icon-build-context-menus.c' object='taskmanager_la-task-icon-build-context-menus.lo' libtool=yes @AMDEPBACKSLASH@
581
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-icon-build-context-menus.lo `test -f 'task-icon-build-context-menus.c' || echo '$(srcdir)/'`task-icon-build-context-menus.c
583
 
 
584
 
taskmanager_la-task-item.lo: task-item.c
585
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-item.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-item.Tpo -c -o taskmanager_la-task-item.lo `test -f 'task-item.c' || echo '$(srcdir)/'`task-item.c
586
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-item.Tpo $(DEPDIR)/taskmanager_la-task-item.Plo
587
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-item.c' object='taskmanager_la-task-item.lo' libtool=yes @AMDEPBACKSLASH@
588
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-item.lo `test -f 'task-item.c' || echo '$(srcdir)/'`task-item.c
590
 
 
591
 
taskmanager_la-task-launcher.lo: task-launcher.c
592
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-launcher.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-launcher.Tpo -c -o taskmanager_la-task-launcher.lo `test -f 'task-launcher.c' || echo '$(srcdir)/'`task-launcher.c
593
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-launcher.Tpo $(DEPDIR)/taskmanager_la-task-launcher.Plo
594
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-launcher.c' object='taskmanager_la-task-launcher.lo' libtool=yes @AMDEPBACKSLASH@
595
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-launcher.lo `test -f 'task-launcher.c' || echo '$(srcdir)/'`task-launcher.c
597
 
 
598
 
taskmanager_la-task-manager.lo: task-manager.c
599
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-manager.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-manager.Tpo -c -o taskmanager_la-task-manager.lo `test -f 'task-manager.c' || echo '$(srcdir)/'`task-manager.c
600
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-manager.Tpo $(DEPDIR)/taskmanager_la-task-manager.Plo
601
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-manager.c' object='taskmanager_la-task-manager.lo' libtool=yes @AMDEPBACKSLASH@
602
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-manager.lo `test -f 'task-manager.c' || echo '$(srcdir)/'`task-manager.c
604
 
 
605
 
taskmanager_la-task-manager-api-wrapper.lo: task-manager-api-wrapper.c
606
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-manager-api-wrapper.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-manager-api-wrapper.Tpo -c -o taskmanager_la-task-manager-api-wrapper.lo `test -f 'task-manager-api-wrapper.c' || echo '$(srcdir)/'`task-manager-api-wrapper.c
607
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-manager-api-wrapper.Tpo $(DEPDIR)/taskmanager_la-task-manager-api-wrapper.Plo
608
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-manager-api-wrapper.c' object='taskmanager_la-task-manager-api-wrapper.lo' libtool=yes @AMDEPBACKSLASH@
609
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-manager-api-wrapper.lo `test -f 'task-manager-api-wrapper.c' || echo '$(srcdir)/'`task-manager-api-wrapper.c
611
 
 
612
 
taskmanager_la-task-settings.lo: task-settings.c
613
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-settings.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-settings.Tpo -c -o taskmanager_la-task-settings.lo `test -f 'task-settings.c' || echo '$(srcdir)/'`task-settings.c
614
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-settings.Tpo $(DEPDIR)/taskmanager_la-task-settings.Plo
615
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-settings.c' object='taskmanager_la-task-settings.lo' libtool=yes @AMDEPBACKSLASH@
616
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-settings.lo `test -f 'task-settings.c' || echo '$(srcdir)/'`task-settings.c
618
 
 
619
 
taskmanager_la-task-window.lo: task-window.c
620
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-task-window.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-task-window.Tpo -c -o taskmanager_la-task-window.lo `test -f 'task-window.c' || echo '$(srcdir)/'`task-window.c
621
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-task-window.Tpo $(DEPDIR)/taskmanager_la-task-window.Plo
622
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='task-window.c' object='taskmanager_la-task-window.lo' libtool=yes @AMDEPBACKSLASH@
623
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-task-window.lo `test -f 'task-window.c' || echo '$(srcdir)/'`task-window.c
625
 
 
626
 
taskmanager_la-util.lo: util.c
627
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-util.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-util.Tpo -c -o taskmanager_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
628
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-util.Tpo $(DEPDIR)/taskmanager_la-util.Plo
629
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='taskmanager_la-util.lo' libtool=yes @AMDEPBACKSLASH@
630
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
632
 
 
633
 
taskmanager_la-taskmanager-marshal.lo: $(builddir)/taskmanager-marshal.c
634
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-taskmanager-marshal.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-taskmanager-marshal.Tpo -c -o taskmanager_la-taskmanager-marshal.lo `test -f '$(builddir)/taskmanager-marshal.c' || echo '$(srcdir)/'`$(builddir)/taskmanager-marshal.c
635
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-taskmanager-marshal.Tpo $(DEPDIR)/taskmanager_la-taskmanager-marshal.Plo
636
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(builddir)/taskmanager-marshal.c' object='taskmanager_la-taskmanager-marshal.lo' libtool=yes @AMDEPBACKSLASH@
637
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-taskmanager-marshal.lo `test -f '$(builddir)/taskmanager-marshal.c' || echo '$(srcdir)/'`$(builddir)/taskmanager-marshal.c
639
 
 
640
 
taskmanager_la-xutils.lo: xutils.c
641
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -MT taskmanager_la-xutils.lo -MD -MP -MF $(DEPDIR)/taskmanager_la-xutils.Tpo -c -o taskmanager_la-xutils.lo `test -f 'xutils.c' || echo '$(srcdir)/'`xutils.c
642
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager_la-xutils.Tpo $(DEPDIR)/taskmanager_la-xutils.Plo
643
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xutils.c' object='taskmanager_la-xutils.lo' libtool=yes @AMDEPBACKSLASH@
644
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(taskmanager_la_CFLAGS) $(CFLAGS) -c -o taskmanager_la-xutils.lo `test -f 'xutils.c' || echo '$(srcdir)/'`xutils.c
 
579
taskmanager-marshal.lo: $(builddir)/taskmanager-marshal.c
 
580
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT taskmanager-marshal.lo -MD -MP -MF $(DEPDIR)/taskmanager-marshal.Tpo -c -o taskmanager-marshal.lo `test -f '$(builddir)/taskmanager-marshal.c' || echo '$(srcdir)/'`$(builddir)/taskmanager-marshal.c
 
581
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/taskmanager-marshal.Tpo $(DEPDIR)/taskmanager-marshal.Plo
 
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(builddir)/taskmanager-marshal.c' object='taskmanager-marshal.lo' libtool=yes @AMDEPBACKSLASH@
 
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
584
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o taskmanager-marshal.lo `test -f '$(builddir)/taskmanager-marshal.c' || echo '$(srcdir)/'`$(builddir)/taskmanager-marshal.c
646
585
 
647
586
mostlyclean-libtool:
648
587
        -rm -f *.lo
689
628
        test -n "$$files" || exit 0; \
690
629
        echo " ( cd '$(DESTDIR)$(taskmanager_menusdir)' && rm -f" $$files ")"; \
691
630
        cd "$(DESTDIR)$(taskmanager_menusdir)" && rm -f $$files
 
631
install-iconDATA: $(icon_DATA)
 
632
        @$(NORMAL_INSTALL)
 
633
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
 
634
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
635
        for p in $$list; do \
 
636
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
637
          echo "$$d$$p"; \
 
638
        done | $(am__base_list) | \
 
639
        while read files; do \
 
640
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
641
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
 
642
        done
 
643
 
 
644
uninstall-iconDATA:
 
645
        @$(NORMAL_UNINSTALL)
 
646
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
647
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
648
        test -n "$$files" || exit 0; \
 
649
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
650
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
692
651
install-schemaDATA: $(schema_DATA)
693
652
        @$(NORMAL_INSTALL)
694
653
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
817
776
        $(MAKE) $(AM_MAKEFLAGS) check-am
818
777
all-am: Makefile $(LTLIBRARIES) $(DATA)
819
778
installdirs:
820
 
        for dir in "$(DESTDIR)$(appletdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(taskmanager_menusdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(schemasdir)"; do \
 
779
        for dir in "$(DESTDIR)$(appletdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(taskmanager_menusdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(schemasdir)"; do \
821
780
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
822
781
        done
823
782
install: $(BUILT_SOURCES)
873
832
 
874
833
install-data-am: install-appletLTLIBRARIES install-data-local \
875
834
        install-desktopDATA install-dist_taskmanager_menusDATA \
876
 
        install-schemaDATA install-schemasDATA
 
835
        install-iconDATA install-schemaDATA install-schemasDATA
877
836
 
878
837
install-dvi: install-dvi-am
879
838
 
920
879
ps-am:
921
880
 
922
881
uninstall-am: uninstall-appletLTLIBRARIES uninstall-desktopDATA \
923
 
        uninstall-dist_taskmanager_menusDATA uninstall-schemaDATA \
924
 
        uninstall-schemasDATA
 
882
        uninstall-dist_taskmanager_menusDATA uninstall-iconDATA \
 
883
        uninstall-schemaDATA uninstall-schemasDATA
925
884
 
926
885
.MAKE: all check install install-am install-strip
927
886
 
934
893
        install-data-local install-desktopDATA \
935
894
        install-dist_taskmanager_menusDATA install-dvi install-dvi-am \
936
895
        install-exec install-exec-am install-html install-html-am \
937
 
        install-info install-info-am install-man install-pdf \
938
 
        install-pdf-am install-ps install-ps-am install-schemaDATA \
939
 
        install-schemasDATA install-strip installcheck installcheck-am \
940
 
        installdirs maintainer-clean maintainer-clean-generic \
941
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
942
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
943
 
        uninstall-am uninstall-appletLTLIBRARIES uninstall-desktopDATA \
944
 
        uninstall-dist_taskmanager_menusDATA uninstall-schemaDATA \
945
 
        uninstall-schemasDATA
946
 
 
 
896
        install-iconDATA install-info install-info-am install-man \
 
897
        install-pdf install-pdf-am install-ps install-ps-am \
 
898
        install-schemaDATA install-schemasDATA install-strip \
 
899
        installcheck installcheck-am installdirs maintainer-clean \
 
900
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
901
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
902
        tags uninstall uninstall-am uninstall-appletLTLIBRARIES \
 
903
        uninstall-desktopDATA uninstall-dist_taskmanager_menusDATA \
 
904
        uninstall-iconDATA uninstall-schemaDATA uninstall-schemasDATA
 
905
 
 
906
@INTLTOOL_DESKTOP_RULE@
 
907
 
 
908
NULL ?= 
947
909
 
948
910
$(builddir)/$(MARSHAL).h: $(MARSHAL_LIST)
949
911
        $(QUIET_GEN)$(GENMARSHAL) --header > $@
967
929
 
968
930
# vim: set ft=automake noet ts=8 sts=8 sw=8 :
969
931
 
970
 
task-manager-glue.h: task-manager-dbus.xml Makefile
971
 
        $(QUIET_GEN)$(LIBTOOL) --mode=execute $(DBUS_GLIB_BIN)/dbus-binding-tool --prefix=task_manager --mode=glib-server --output=$@ $<
 
932
.vala.c:
 
933
        $(VALAC) -C -H $(<:.vala=.h) $< $(VALA_VAPI_FILES) $(VALA_PKGS) && \
 
934
        $(SED) -i -r 's/^#include <(task.+h)>$$/#include "\1"/' $(<:.vala=).[ch]
972
935
 
973
936
task-manager-api-wrapper-glue.h: task-manager-api-wrapper-dbus.xml Makefile
974
937
        $(QUIET_GEN)$(LIBTOOL) --mode=execute $(DBUS_GLIB_BIN)/dbus-binding-tool --prefix=task_manager_api_wrapper --mode=glib-server --output=$@ $<
975
 
@INTLTOOL_DESKTOP_RULE@
976
938
 
977
939
install-data-local: install-gconf-schemas
978
940