~ubuntu-branches/ubuntu/oneiric/unity-lens-music/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-27 18:30:39 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110927183039-7n1jezqbf5ulsut5
Tags: 0.2.4-0ubuntu1
* New upstream release.
  - Clicking song/album in music lens loads in Banshee but does not
    focus on play queue (LP: #834933)
  - [FFE] Add support for U1 in the music lens (LP: #851691)
* debian/control:
  - makes u-l-m now recommends u-s-m as we want it by default now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
POST_UNINSTALL = :
35
35
build_triplet = @build@
36
36
host_triplet = @host@
37
 
libexec_PROGRAMS = unity-music-daemon$(EXEEXT)
 
37
libexec_PROGRAMS = unity-music-daemon$(EXEEXT) \
 
38
        unity-musicstore-daemon$(EXEEXT)
38
39
subdir = src
39
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
41
        $(srcdir)/config.vala.in
55
56
am__objects_1 =
56
57
am__objects_2 = unity_music_daemon-album.$(OBJEXT) \
57
58
        unity_music_daemon-banshee-collection.$(OBJEXT) \
 
59
        unity_music_daemon-banshee-filter-parser.$(OBJEXT) \
 
60
        unity_music_daemon-banshee-filter-parser-decade.$(OBJEXT) \
 
61
        unity_music_daemon-banshee-filter-parser-genre.$(OBJEXT) \
58
62
        unity_music_daemon-banshee-scope.$(OBJEXT) \
59
63
        unity_music_daemon-config.$(OBJEXT) \
60
64
        unity_music_daemon-daemon.$(OBJEXT) \
61
65
        unity_music_daemon-filter-parser.$(OBJEXT) \
 
66
        unity_music_daemon-filter-parser-decade.$(OBJEXT) \
 
67
        unity_music_daemon-filter-parser-genre.$(OBJEXT) \
62
68
        unity_music_daemon-genre.$(OBJEXT) \
63
69
        unity_music_daemon-main.$(OBJEXT) \
 
70
        unity_music_daemon-simple-scope.$(OBJEXT) \
64
71
        unity_music_daemon-track.$(OBJEXT) $(am__objects_1)
65
72
am_unity_music_daemon_OBJECTS = $(am__objects_2) $(am__objects_1)
66
73
unity_music_daemon_OBJECTS = $(am_unity_music_daemon_OBJECTS)
70
77
AM_V_lt = $(am__v_lt_$(V))
71
78
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
72
79
am__v_lt_0 = --silent
 
80
am__objects_3 = unity_musicstore_daemon-album.$(OBJEXT) \
 
81
        unity_musicstore_daemon-config.$(OBJEXT) \
 
82
        unity_musicstore_daemon-filter-parser.$(OBJEXT) \
 
83
        unity_musicstore_daemon-filter-parser-decade.$(OBJEXT) \
 
84
        unity_musicstore_daemon-filter-parser-genre.$(OBJEXT) \
 
85
        unity_musicstore_daemon-genre.$(OBJEXT) \
 
86
        unity_musicstore_daemon-musicstore-collection.$(OBJEXT) \
 
87
        unity_musicstore_daemon-musicstore-daemon.$(OBJEXT) \
 
88
        unity_musicstore_daemon-musicstore-filter-parser.$(OBJEXT) \
 
89
        unity_musicstore_daemon-musicstore-filter-parser-decade.$(OBJEXT) \
 
90
        unity_musicstore_daemon-musicstore-filter-parser-genre.$(OBJEXT) \
 
91
        unity_musicstore_daemon-musicstore-scope.$(OBJEXT) \
 
92
        unity_musicstore_daemon-simple-scope.$(OBJEXT) \
 
93
        unity_musicstore_daemon-track.$(OBJEXT)
 
94
am_unity_musicstore_daemon_OBJECTS = $(am__objects_3) $(am__objects_1)
 
95
unity_musicstore_daemon_OBJECTS =  \
 
96
        $(am_unity_musicstore_daemon_OBJECTS)
 
97
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
98
unity_musicstore_daemon_DEPENDENCIES = $(am__DEPENDENCIES_2)
73
99
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
100
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
101
am__depfiles_maybe = depfiles
96
122
AM_V_GEN = $(am__v_GEN_$(V))
97
123
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
98
124
am__v_GEN_0 = @echo "  GEN   " $@;
99
 
SOURCES = $(unity_music_daemon_SOURCES)
100
 
DIST_SOURCES = $(unity_music_daemon_SOURCES)
 
125
SOURCES = $(unity_music_daemon_SOURCES) \
 
126
        $(unity_musicstore_daemon_SOURCES)
 
127
DIST_SOURCES = $(unity_music_daemon_SOURCES) \
 
128
        $(unity_musicstore_daemon_SOURCES)
101
129
ETAGS = etags
102
130
CTAGS = ctags
103
131
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
252
280
top_builddir = @top_builddir@
253
281
top_srcdir = @top_srcdir@
254
282
NULL = 
255
 
BUILT_SOURCES = unity_music_daemon.vala.stamp
 
283
BUILT_SOURCES = unity_music_daemon.vala.stamp \
 
284
        unity_musicstore_daemon.vala.stamp
256
285
CLEANFILES = *.stamp *.vapi $(unity_music_daemon_VALASOURCES:.vala=.c) \
257
 
        $(NULL)
 
286
        $(unity_musicstore_daemon_VALASOURCES:.vala=.c) $(NULL)
258
287
EXTRA_DIST = unity_music_daemon.vala.stamp \
259
 
        $(unity_music_daemon_VALASOURCES) $(NULL)
 
288
        unity_musicstore_daemon.vala.stamp \
 
289
        $(unity_music_daemon_VALASOURCES) \
 
290
        $(unity_musicstore_daemon_VALASOURCES) $(NULL)
260
291
unity_music_daemon_CPPFLAGS = \
261
292
  -DDATADIR=\"$(DATADIR)\" \
262
293
  -DPKGDATADIR=\"$(PKGDATADIR)\" \
285
316
unity_music_daemon_VALASOURCES = \
286
317
  album.vala \
287
318
  banshee-collection.vala \
 
319
  banshee-filter-parser.vala \
 
320
  banshee-filter-parser-decade.vala \
 
321
  banshee-filter-parser-genre.vala \
288
322
  banshee-scope.vala \
289
323
  config.vala \
290
324
  daemon.vala \
291
325
  filter-parser.vala \
 
326
  filter-parser-decade.vala \
 
327
  filter-parser-genre.vala \
292
328
  genre.vala \
293
329
  main.vala \
 
330
  simple-scope.vala \
294
331
  track.vala \
295
332
  $(NULL)
296
333
 
298
335
  $(unity_music_daemon_VALASOURCES:.vala=.c) \
299
336
  $(NULL)
300
337
 
 
338
unity_musicstore_daemon_CPPFLAGS = \
 
339
  $(unity_music_daemon_CPPFLAGS)
 
340
 
 
341
unity_musicstore_daemon_VALAFLAGS = \
 
342
  --pkg json-glib-1.0 \
 
343
  $(unity_music_daemon_VALAFLAGS)
 
344
 
 
345
unity_musicstore_daemon_LDADD = \
 
346
  $(unity_music_daemon_LDADD)
 
347
 
 
348
unity_musicstore_daemon_VALASOURCES = \
 
349
  album.vala \
 
350
  config.vala \
 
351
  filter-parser.vala \
 
352
  filter-parser-decade.vala \
 
353
  filter-parser-genre.vala \
 
354
  genre.vala \
 
355
  musicstore-collection.vala \
 
356
  musicstore-daemon.vala \
 
357
  musicstore-filter-parser.vala \
 
358
  musicstore-filter-parser-decade.vala \
 
359
  musicstore-filter-parser-genre.vala \
 
360
  musicstore-scope.vala \
 
361
  simple-scope.vala \
 
362
  track.vala
 
363
 
 
364
unity_musicstore_daemon_SOURCES = \
 
365
  $(unity_musicstore_daemon_VALASOURCES:.vala=.c) \
 
366
  $(NULL)
 
367
 
301
368
all: $(BUILT_SOURCES)
302
369
        $(MAKE) $(AM_MAKEFLAGS) all-am
303
370
 
381
448
unity-music-daemon$(EXEEXT): $(unity_music_daemon_OBJECTS) $(unity_music_daemon_DEPENDENCIES) 
382
449
        @rm -f unity-music-daemon$(EXEEXT)
383
450
        $(AM_V_CCLD)$(LINK) $(unity_music_daemon_OBJECTS) $(unity_music_daemon_LDADD) $(LIBS)
 
451
unity-musicstore-daemon$(EXEEXT): $(unity_musicstore_daemon_OBJECTS) $(unity_musicstore_daemon_DEPENDENCIES) 
 
452
        @rm -f unity-musicstore-daemon$(EXEEXT)
 
453
        $(AM_V_CCLD)$(LINK) $(unity_musicstore_daemon_OBJECTS) $(unity_musicstore_daemon_LDADD) $(LIBS)
384
454
 
385
455
mostlyclean-compile:
386
456
        -rm -f *.$(OBJEXT)
390
460
 
391
461
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-album.Po@am__quote@
392
462
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-banshee-collection.Po@am__quote@
 
463
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Po@am__quote@
 
464
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Po@am__quote@
 
465
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-banshee-filter-parser.Po@am__quote@
393
466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-banshee-scope.Po@am__quote@
394
467
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-config.Po@am__quote@
395
468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-daemon.Po@am__quote@
 
469
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-filter-parser-decade.Po@am__quote@
 
470
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-filter-parser-genre.Po@am__quote@
396
471
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-filter-parser.Po@am__quote@
397
472
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-genre.Po@am__quote@
398
473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-main.Po@am__quote@
 
474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-simple-scope.Po@am__quote@
399
475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_music_daemon-track.Po@am__quote@
 
476
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-album.Po@am__quote@
 
477
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-config.Po@am__quote@
 
478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Po@am__quote@
 
479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Po@am__quote@
 
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-filter-parser.Po@am__quote@
 
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-genre.Po@am__quote@
 
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Po@am__quote@
 
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Po@am__quote@
 
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Po@am__quote@
 
485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Po@am__quote@
 
486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Po@am__quote@
 
487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Po@am__quote@
 
488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-simple-scope.Po@am__quote@
 
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unity_musicstore_daemon-track.Po@am__quote@
400
490
 
401
491
.c.o:
402
492
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
545
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-collection.obj `if test -f 'banshee-collection.c'; then $(CYGPATH_W) 'banshee-collection.c'; else $(CYGPATH_W) '$(srcdir)/banshee-collection.c'; fi`
456
546
 
 
547
unity_music_daemon-banshee-filter-parser.o: banshee-filter-parser.c
 
548
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-filter-parser.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-filter-parser.Tpo -c -o unity_music_daemon-banshee-filter-parser.o `test -f 'banshee-filter-parser.c' || echo '$(srcdir)/'`banshee-filter-parser.c
 
549
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-filter-parser.Tpo $(DEPDIR)/unity_music_daemon-banshee-filter-parser.Po
 
550
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='banshee-filter-parser.c' object='unity_music_daemon-banshee-filter-parser.o' libtool=no @AMDEPBACKSLASH@
 
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
553
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-filter-parser.o `test -f 'banshee-filter-parser.c' || echo '$(srcdir)/'`banshee-filter-parser.c
 
554
 
 
555
unity_music_daemon-banshee-filter-parser.obj: banshee-filter-parser.c
 
556
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-filter-parser.obj -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-filter-parser.Tpo -c -o unity_music_daemon-banshee-filter-parser.obj `if test -f 'banshee-filter-parser.c'; then $(CYGPATH_W) 'banshee-filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/banshee-filter-parser.c'; fi`
 
557
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-filter-parser.Tpo $(DEPDIR)/unity_music_daemon-banshee-filter-parser.Po
 
558
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='banshee-filter-parser.c' object='unity_music_daemon-banshee-filter-parser.obj' libtool=no @AMDEPBACKSLASH@
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
561
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-filter-parser.obj `if test -f 'banshee-filter-parser.c'; then $(CYGPATH_W) 'banshee-filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/banshee-filter-parser.c'; fi`
 
562
 
 
563
unity_music_daemon-banshee-filter-parser-decade.o: banshee-filter-parser-decade.c
 
564
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-filter-parser-decade.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Tpo -c -o unity_music_daemon-banshee-filter-parser-decade.o `test -f 'banshee-filter-parser-decade.c' || echo '$(srcdir)/'`banshee-filter-parser-decade.c
 
565
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Tpo $(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Po
 
566
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='banshee-filter-parser-decade.c' object='unity_music_daemon-banshee-filter-parser-decade.o' libtool=no @AMDEPBACKSLASH@
 
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
569
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-filter-parser-decade.o `test -f 'banshee-filter-parser-decade.c' || echo '$(srcdir)/'`banshee-filter-parser-decade.c
 
570
 
 
571
unity_music_daemon-banshee-filter-parser-decade.obj: banshee-filter-parser-decade.c
 
572
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-filter-parser-decade.obj -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Tpo -c -o unity_music_daemon-banshee-filter-parser-decade.obj `if test -f 'banshee-filter-parser-decade.c'; then $(CYGPATH_W) 'banshee-filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/banshee-filter-parser-decade.c'; fi`
 
573
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Tpo $(DEPDIR)/unity_music_daemon-banshee-filter-parser-decade.Po
 
574
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='banshee-filter-parser-decade.c' object='unity_music_daemon-banshee-filter-parser-decade.obj' libtool=no @AMDEPBACKSLASH@
 
576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
577
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-filter-parser-decade.obj `if test -f 'banshee-filter-parser-decade.c'; then $(CYGPATH_W) 'banshee-filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/banshee-filter-parser-decade.c'; fi`
 
578
 
 
579
unity_music_daemon-banshee-filter-parser-genre.o: banshee-filter-parser-genre.c
 
580
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-filter-parser-genre.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Tpo -c -o unity_music_daemon-banshee-filter-parser-genre.o `test -f 'banshee-filter-parser-genre.c' || echo '$(srcdir)/'`banshee-filter-parser-genre.c
 
581
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Tpo $(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Po
 
582
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='banshee-filter-parser-genre.c' object='unity_music_daemon-banshee-filter-parser-genre.o' libtool=no @AMDEPBACKSLASH@
 
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
585
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-filter-parser-genre.o `test -f 'banshee-filter-parser-genre.c' || echo '$(srcdir)/'`banshee-filter-parser-genre.c
 
586
 
 
587
unity_music_daemon-banshee-filter-parser-genre.obj: banshee-filter-parser-genre.c
 
588
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-filter-parser-genre.obj -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Tpo -c -o unity_music_daemon-banshee-filter-parser-genre.obj `if test -f 'banshee-filter-parser-genre.c'; then $(CYGPATH_W) 'banshee-filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/banshee-filter-parser-genre.c'; fi`
 
589
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Tpo $(DEPDIR)/unity_music_daemon-banshee-filter-parser-genre.Po
 
590
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='banshee-filter-parser-genre.c' object='unity_music_daemon-banshee-filter-parser-genre.obj' libtool=no @AMDEPBACKSLASH@
 
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
593
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-banshee-filter-parser-genre.obj `if test -f 'banshee-filter-parser-genre.c'; then $(CYGPATH_W) 'banshee-filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/banshee-filter-parser-genre.c'; fi`
 
594
 
457
595
unity_music_daemon-banshee-scope.o: banshee-scope.c
458
596
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-banshee-scope.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-banshee-scope.Tpo -c -o unity_music_daemon-banshee-scope.o `test -f 'banshee-scope.c' || echo '$(srcdir)/'`banshee-scope.c
459
597
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-banshee-scope.Tpo $(DEPDIR)/unity_music_daemon-banshee-scope.Po
518
656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
657
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-filter-parser.obj `if test -f 'filter-parser.c'; then $(CYGPATH_W) 'filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser.c'; fi`
520
658
 
 
659
unity_music_daemon-filter-parser-decade.o: filter-parser-decade.c
 
660
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-filter-parser-decade.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-filter-parser-decade.Tpo -c -o unity_music_daemon-filter-parser-decade.o `test -f 'filter-parser-decade.c' || echo '$(srcdir)/'`filter-parser-decade.c
 
661
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-filter-parser-decade.Tpo $(DEPDIR)/unity_music_daemon-filter-parser-decade.Po
 
662
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-decade.c' object='unity_music_daemon-filter-parser-decade.o' libtool=no @AMDEPBACKSLASH@
 
664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
665
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-filter-parser-decade.o `test -f 'filter-parser-decade.c' || echo '$(srcdir)/'`filter-parser-decade.c
 
666
 
 
667
unity_music_daemon-filter-parser-decade.obj: filter-parser-decade.c
 
668
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-filter-parser-decade.obj -MD -MP -MF $(DEPDIR)/unity_music_daemon-filter-parser-decade.Tpo -c -o unity_music_daemon-filter-parser-decade.obj `if test -f 'filter-parser-decade.c'; then $(CYGPATH_W) 'filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-decade.c'; fi`
 
669
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-filter-parser-decade.Tpo $(DEPDIR)/unity_music_daemon-filter-parser-decade.Po
 
670
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
671
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-decade.c' object='unity_music_daemon-filter-parser-decade.obj' libtool=no @AMDEPBACKSLASH@
 
672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
673
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-filter-parser-decade.obj `if test -f 'filter-parser-decade.c'; then $(CYGPATH_W) 'filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-decade.c'; fi`
 
674
 
 
675
unity_music_daemon-filter-parser-genre.o: filter-parser-genre.c
 
676
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-filter-parser-genre.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-filter-parser-genre.Tpo -c -o unity_music_daemon-filter-parser-genre.o `test -f 'filter-parser-genre.c' || echo '$(srcdir)/'`filter-parser-genre.c
 
677
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-filter-parser-genre.Tpo $(DEPDIR)/unity_music_daemon-filter-parser-genre.Po
 
678
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-genre.c' object='unity_music_daemon-filter-parser-genre.o' libtool=no @AMDEPBACKSLASH@
 
680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
681
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-filter-parser-genre.o `test -f 'filter-parser-genre.c' || echo '$(srcdir)/'`filter-parser-genre.c
 
682
 
 
683
unity_music_daemon-filter-parser-genre.obj: filter-parser-genre.c
 
684
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-filter-parser-genre.obj -MD -MP -MF $(DEPDIR)/unity_music_daemon-filter-parser-genre.Tpo -c -o unity_music_daemon-filter-parser-genre.obj `if test -f 'filter-parser-genre.c'; then $(CYGPATH_W) 'filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-genre.c'; fi`
 
685
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-filter-parser-genre.Tpo $(DEPDIR)/unity_music_daemon-filter-parser-genre.Po
 
686
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-genre.c' object='unity_music_daemon-filter-parser-genre.obj' libtool=no @AMDEPBACKSLASH@
 
688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
689
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-filter-parser-genre.obj `if test -f 'filter-parser-genre.c'; then $(CYGPATH_W) 'filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-genre.c'; fi`
 
690
 
521
691
unity_music_daemon-genre.o: genre.c
522
692
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-genre.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-genre.Tpo -c -o unity_music_daemon-genre.o `test -f 'genre.c' || echo '$(srcdir)/'`genre.c
523
693
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-genre.Tpo $(DEPDIR)/unity_music_daemon-genre.Po
550
720
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
721
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
552
722
 
 
723
unity_music_daemon-simple-scope.o: simple-scope.c
 
724
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-simple-scope.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-simple-scope.Tpo -c -o unity_music_daemon-simple-scope.o `test -f 'simple-scope.c' || echo '$(srcdir)/'`simple-scope.c
 
725
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-simple-scope.Tpo $(DEPDIR)/unity_music_daemon-simple-scope.Po
 
726
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
727
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simple-scope.c' object='unity_music_daemon-simple-scope.o' libtool=no @AMDEPBACKSLASH@
 
728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
729
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-simple-scope.o `test -f 'simple-scope.c' || echo '$(srcdir)/'`simple-scope.c
 
730
 
 
731
unity_music_daemon-simple-scope.obj: simple-scope.c
 
732
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-simple-scope.obj -MD -MP -MF $(DEPDIR)/unity_music_daemon-simple-scope.Tpo -c -o unity_music_daemon-simple-scope.obj `if test -f 'simple-scope.c'; then $(CYGPATH_W) 'simple-scope.c'; else $(CYGPATH_W) '$(srcdir)/simple-scope.c'; fi`
 
733
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-simple-scope.Tpo $(DEPDIR)/unity_music_daemon-simple-scope.Po
 
734
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simple-scope.c' object='unity_music_daemon-simple-scope.obj' libtool=no @AMDEPBACKSLASH@
 
736
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
737
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-simple-scope.obj `if test -f 'simple-scope.c'; then $(CYGPATH_W) 'simple-scope.c'; else $(CYGPATH_W) '$(srcdir)/simple-scope.c'; fi`
 
738
 
553
739
unity_music_daemon-track.o: track.c
554
740
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_music_daemon-track.o -MD -MP -MF $(DEPDIR)/unity_music_daemon-track.Tpo -c -o unity_music_daemon-track.o `test -f 'track.c' || echo '$(srcdir)/'`track.c
555
741
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_music_daemon-track.Tpo $(DEPDIR)/unity_music_daemon-track.Po
566
752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
753
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_music_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_music_daemon-track.obj `if test -f 'track.c'; then $(CYGPATH_W) 'track.c'; else $(CYGPATH_W) '$(srcdir)/track.c'; fi`
568
754
 
 
755
unity_musicstore_daemon-album.o: album.c
 
756
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-album.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-album.Tpo -c -o unity_musicstore_daemon-album.o `test -f 'album.c' || echo '$(srcdir)/'`album.c
 
757
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-album.Tpo $(DEPDIR)/unity_musicstore_daemon-album.Po
 
758
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='album.c' object='unity_musicstore_daemon-album.o' libtool=no @AMDEPBACKSLASH@
 
760
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
761
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-album.o `test -f 'album.c' || echo '$(srcdir)/'`album.c
 
762
 
 
763
unity_musicstore_daemon-album.obj: album.c
 
764
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-album.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-album.Tpo -c -o unity_musicstore_daemon-album.obj `if test -f 'album.c'; then $(CYGPATH_W) 'album.c'; else $(CYGPATH_W) '$(srcdir)/album.c'; fi`
 
765
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-album.Tpo $(DEPDIR)/unity_musicstore_daemon-album.Po
 
766
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
767
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='album.c' object='unity_musicstore_daemon-album.obj' libtool=no @AMDEPBACKSLASH@
 
768
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
769
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-album.obj `if test -f 'album.c'; then $(CYGPATH_W) 'album.c'; else $(CYGPATH_W) '$(srcdir)/album.c'; fi`
 
770
 
 
771
unity_musicstore_daemon-config.o: config.c
 
772
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-config.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-config.Tpo -c -o unity_musicstore_daemon-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
 
773
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-config.Tpo $(DEPDIR)/unity_musicstore_daemon-config.Po
 
774
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
775
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config.c' object='unity_musicstore_daemon-config.o' libtool=no @AMDEPBACKSLASH@
 
776
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
777
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
 
778
 
 
779
unity_musicstore_daemon-config.obj: config.c
 
780
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-config.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-config.Tpo -c -o unity_musicstore_daemon-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
 
781
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-config.Tpo $(DEPDIR)/unity_musicstore_daemon-config.Po
 
782
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config.c' object='unity_musicstore_daemon-config.obj' libtool=no @AMDEPBACKSLASH@
 
784
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
785
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
 
786
 
 
787
unity_musicstore_daemon-filter-parser.o: filter-parser.c
 
788
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-filter-parser.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-filter-parser.Tpo -c -o unity_musicstore_daemon-filter-parser.o `test -f 'filter-parser.c' || echo '$(srcdir)/'`filter-parser.c
 
789
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-filter-parser.Tpo $(DEPDIR)/unity_musicstore_daemon-filter-parser.Po
 
790
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser.c' object='unity_musicstore_daemon-filter-parser.o' libtool=no @AMDEPBACKSLASH@
 
792
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
793
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-filter-parser.o `test -f 'filter-parser.c' || echo '$(srcdir)/'`filter-parser.c
 
794
 
 
795
unity_musicstore_daemon-filter-parser.obj: filter-parser.c
 
796
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-filter-parser.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-filter-parser.Tpo -c -o unity_musicstore_daemon-filter-parser.obj `if test -f 'filter-parser.c'; then $(CYGPATH_W) 'filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser.c'; fi`
 
797
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-filter-parser.Tpo $(DEPDIR)/unity_musicstore_daemon-filter-parser.Po
 
798
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
799
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser.c' object='unity_musicstore_daemon-filter-parser.obj' libtool=no @AMDEPBACKSLASH@
 
800
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
801
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-filter-parser.obj `if test -f 'filter-parser.c'; then $(CYGPATH_W) 'filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser.c'; fi`
 
802
 
 
803
unity_musicstore_daemon-filter-parser-decade.o: filter-parser-decade.c
 
804
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-filter-parser-decade.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Tpo -c -o unity_musicstore_daemon-filter-parser-decade.o `test -f 'filter-parser-decade.c' || echo '$(srcdir)/'`filter-parser-decade.c
 
805
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Tpo $(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Po
 
806
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
807
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-decade.c' object='unity_musicstore_daemon-filter-parser-decade.o' libtool=no @AMDEPBACKSLASH@
 
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
809
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-filter-parser-decade.o `test -f 'filter-parser-decade.c' || echo '$(srcdir)/'`filter-parser-decade.c
 
810
 
 
811
unity_musicstore_daemon-filter-parser-decade.obj: filter-parser-decade.c
 
812
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-filter-parser-decade.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Tpo -c -o unity_musicstore_daemon-filter-parser-decade.obj `if test -f 'filter-parser-decade.c'; then $(CYGPATH_W) 'filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-decade.c'; fi`
 
813
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Tpo $(DEPDIR)/unity_musicstore_daemon-filter-parser-decade.Po
 
814
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-decade.c' object='unity_musicstore_daemon-filter-parser-decade.obj' libtool=no @AMDEPBACKSLASH@
 
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
817
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-filter-parser-decade.obj `if test -f 'filter-parser-decade.c'; then $(CYGPATH_W) 'filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-decade.c'; fi`
 
818
 
 
819
unity_musicstore_daemon-filter-parser-genre.o: filter-parser-genre.c
 
820
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-filter-parser-genre.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Tpo -c -o unity_musicstore_daemon-filter-parser-genre.o `test -f 'filter-parser-genre.c' || echo '$(srcdir)/'`filter-parser-genre.c
 
821
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Tpo $(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Po
 
822
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-genre.c' object='unity_musicstore_daemon-filter-parser-genre.o' libtool=no @AMDEPBACKSLASH@
 
824
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
825
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-filter-parser-genre.o `test -f 'filter-parser-genre.c' || echo '$(srcdir)/'`filter-parser-genre.c
 
826
 
 
827
unity_musicstore_daemon-filter-parser-genre.obj: filter-parser-genre.c
 
828
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-filter-parser-genre.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Tpo -c -o unity_musicstore_daemon-filter-parser-genre.obj `if test -f 'filter-parser-genre.c'; then $(CYGPATH_W) 'filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-genre.c'; fi`
 
829
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Tpo $(DEPDIR)/unity_musicstore_daemon-filter-parser-genre.Po
 
830
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='filter-parser-genre.c' object='unity_musicstore_daemon-filter-parser-genre.obj' libtool=no @AMDEPBACKSLASH@
 
832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
833
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-filter-parser-genre.obj `if test -f 'filter-parser-genre.c'; then $(CYGPATH_W) 'filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/filter-parser-genre.c'; fi`
 
834
 
 
835
unity_musicstore_daemon-genre.o: genre.c
 
836
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-genre.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-genre.Tpo -c -o unity_musicstore_daemon-genre.o `test -f 'genre.c' || echo '$(srcdir)/'`genre.c
 
837
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-genre.Tpo $(DEPDIR)/unity_musicstore_daemon-genre.Po
 
838
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='genre.c' object='unity_musicstore_daemon-genre.o' libtool=no @AMDEPBACKSLASH@
 
840
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
841
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-genre.o `test -f 'genre.c' || echo '$(srcdir)/'`genre.c
 
842
 
 
843
unity_musicstore_daemon-genre.obj: genre.c
 
844
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-genre.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-genre.Tpo -c -o unity_musicstore_daemon-genre.obj `if test -f 'genre.c'; then $(CYGPATH_W) 'genre.c'; else $(CYGPATH_W) '$(srcdir)/genre.c'; fi`
 
845
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-genre.Tpo $(DEPDIR)/unity_musicstore_daemon-genre.Po
 
846
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
847
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='genre.c' object='unity_musicstore_daemon-genre.obj' libtool=no @AMDEPBACKSLASH@
 
848
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
849
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-genre.obj `if test -f 'genre.c'; then $(CYGPATH_W) 'genre.c'; else $(CYGPATH_W) '$(srcdir)/genre.c'; fi`
 
850
 
 
851
unity_musicstore_daemon-musicstore-collection.o: musicstore-collection.c
 
852
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-collection.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Tpo -c -o unity_musicstore_daemon-musicstore-collection.o `test -f 'musicstore-collection.c' || echo '$(srcdir)/'`musicstore-collection.c
 
853
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Po
 
854
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-collection.c' object='unity_musicstore_daemon-musicstore-collection.o' libtool=no @AMDEPBACKSLASH@
 
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
857
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-collection.o `test -f 'musicstore-collection.c' || echo '$(srcdir)/'`musicstore-collection.c
 
858
 
 
859
unity_musicstore_daemon-musicstore-collection.obj: musicstore-collection.c
 
860
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-collection.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Tpo -c -o unity_musicstore_daemon-musicstore-collection.obj `if test -f 'musicstore-collection.c'; then $(CYGPATH_W) 'musicstore-collection.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-collection.c'; fi`
 
861
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-collection.Po
 
862
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-collection.c' object='unity_musicstore_daemon-musicstore-collection.obj' libtool=no @AMDEPBACKSLASH@
 
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
865
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-collection.obj `if test -f 'musicstore-collection.c'; then $(CYGPATH_W) 'musicstore-collection.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-collection.c'; fi`
 
866
 
 
867
unity_musicstore_daemon-musicstore-daemon.o: musicstore-daemon.c
 
868
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-daemon.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Tpo -c -o unity_musicstore_daemon-musicstore-daemon.o `test -f 'musicstore-daemon.c' || echo '$(srcdir)/'`musicstore-daemon.c
 
869
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Po
 
870
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-daemon.c' object='unity_musicstore_daemon-musicstore-daemon.o' libtool=no @AMDEPBACKSLASH@
 
872
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
873
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-daemon.o `test -f 'musicstore-daemon.c' || echo '$(srcdir)/'`musicstore-daemon.c
 
874
 
 
875
unity_musicstore_daemon-musicstore-daemon.obj: musicstore-daemon.c
 
876
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-daemon.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Tpo -c -o unity_musicstore_daemon-musicstore-daemon.obj `if test -f 'musicstore-daemon.c'; then $(CYGPATH_W) 'musicstore-daemon.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-daemon.c'; fi`
 
877
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-daemon.Po
 
878
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
879
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-daemon.c' object='unity_musicstore_daemon-musicstore-daemon.obj' libtool=no @AMDEPBACKSLASH@
 
880
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
881
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-daemon.obj `if test -f 'musicstore-daemon.c'; then $(CYGPATH_W) 'musicstore-daemon.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-daemon.c'; fi`
 
882
 
 
883
unity_musicstore_daemon-musicstore-filter-parser.o: musicstore-filter-parser.c
 
884
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-filter-parser.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Tpo -c -o unity_musicstore_daemon-musicstore-filter-parser.o `test -f 'musicstore-filter-parser.c' || echo '$(srcdir)/'`musicstore-filter-parser.c
 
885
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Po
 
886
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
887
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-filter-parser.c' object='unity_musicstore_daemon-musicstore-filter-parser.o' libtool=no @AMDEPBACKSLASH@
 
888
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
889
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-filter-parser.o `test -f 'musicstore-filter-parser.c' || echo '$(srcdir)/'`musicstore-filter-parser.c
 
890
 
 
891
unity_musicstore_daemon-musicstore-filter-parser.obj: musicstore-filter-parser.c
 
892
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-filter-parser.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Tpo -c -o unity_musicstore_daemon-musicstore-filter-parser.obj `if test -f 'musicstore-filter-parser.c'; then $(CYGPATH_W) 'musicstore-filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-filter-parser.c'; fi`
 
893
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser.Po
 
894
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
895
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-filter-parser.c' object='unity_musicstore_daemon-musicstore-filter-parser.obj' libtool=no @AMDEPBACKSLASH@
 
896
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
897
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-filter-parser.obj `if test -f 'musicstore-filter-parser.c'; then $(CYGPATH_W) 'musicstore-filter-parser.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-filter-parser.c'; fi`
 
898
 
 
899
unity_musicstore_daemon-musicstore-filter-parser-decade.o: musicstore-filter-parser-decade.c
 
900
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-filter-parser-decade.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Tpo -c -o unity_musicstore_daemon-musicstore-filter-parser-decade.o `test -f 'musicstore-filter-parser-decade.c' || echo '$(srcdir)/'`musicstore-filter-parser-decade.c
 
901
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Po
 
902
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
903
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-filter-parser-decade.c' object='unity_musicstore_daemon-musicstore-filter-parser-decade.o' libtool=no @AMDEPBACKSLASH@
 
904
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
905
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-filter-parser-decade.o `test -f 'musicstore-filter-parser-decade.c' || echo '$(srcdir)/'`musicstore-filter-parser-decade.c
 
906
 
 
907
unity_musicstore_daemon-musicstore-filter-parser-decade.obj: musicstore-filter-parser-decade.c
 
908
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-filter-parser-decade.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Tpo -c -o unity_musicstore_daemon-musicstore-filter-parser-decade.obj `if test -f 'musicstore-filter-parser-decade.c'; then $(CYGPATH_W) 'musicstore-filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-filter-parser-decade.c'; fi`
 
909
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-decade.Po
 
910
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
911
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-filter-parser-decade.c' object='unity_musicstore_daemon-musicstore-filter-parser-decade.obj' libtool=no @AMDEPBACKSLASH@
 
912
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
913
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-filter-parser-decade.obj `if test -f 'musicstore-filter-parser-decade.c'; then $(CYGPATH_W) 'musicstore-filter-parser-decade.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-filter-parser-decade.c'; fi`
 
914
 
 
915
unity_musicstore_daemon-musicstore-filter-parser-genre.o: musicstore-filter-parser-genre.c
 
916
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-filter-parser-genre.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Tpo -c -o unity_musicstore_daemon-musicstore-filter-parser-genre.o `test -f 'musicstore-filter-parser-genre.c' || echo '$(srcdir)/'`musicstore-filter-parser-genre.c
 
917
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Po
 
918
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
919
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-filter-parser-genre.c' object='unity_musicstore_daemon-musicstore-filter-parser-genre.o' libtool=no @AMDEPBACKSLASH@
 
920
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
921
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-filter-parser-genre.o `test -f 'musicstore-filter-parser-genre.c' || echo '$(srcdir)/'`musicstore-filter-parser-genre.c
 
922
 
 
923
unity_musicstore_daemon-musicstore-filter-parser-genre.obj: musicstore-filter-parser-genre.c
 
924
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-filter-parser-genre.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Tpo -c -o unity_musicstore_daemon-musicstore-filter-parser-genre.obj `if test -f 'musicstore-filter-parser-genre.c'; then $(CYGPATH_W) 'musicstore-filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-filter-parser-genre.c'; fi`
 
925
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-filter-parser-genre.Po
 
926
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
927
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-filter-parser-genre.c' object='unity_musicstore_daemon-musicstore-filter-parser-genre.obj' libtool=no @AMDEPBACKSLASH@
 
928
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
929
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-filter-parser-genre.obj `if test -f 'musicstore-filter-parser-genre.c'; then $(CYGPATH_W) 'musicstore-filter-parser-genre.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-filter-parser-genre.c'; fi`
 
930
 
 
931
unity_musicstore_daemon-musicstore-scope.o: musicstore-scope.c
 
932
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-scope.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Tpo -c -o unity_musicstore_daemon-musicstore-scope.o `test -f 'musicstore-scope.c' || echo '$(srcdir)/'`musicstore-scope.c
 
933
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Po
 
934
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
935
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-scope.c' object='unity_musicstore_daemon-musicstore-scope.o' libtool=no @AMDEPBACKSLASH@
 
936
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
937
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-scope.o `test -f 'musicstore-scope.c' || echo '$(srcdir)/'`musicstore-scope.c
 
938
 
 
939
unity_musicstore_daemon-musicstore-scope.obj: musicstore-scope.c
 
940
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-musicstore-scope.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Tpo -c -o unity_musicstore_daemon-musicstore-scope.obj `if test -f 'musicstore-scope.c'; then $(CYGPATH_W) 'musicstore-scope.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-scope.c'; fi`
 
941
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Tpo $(DEPDIR)/unity_musicstore_daemon-musicstore-scope.Po
 
942
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
943
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='musicstore-scope.c' object='unity_musicstore_daemon-musicstore-scope.obj' libtool=no @AMDEPBACKSLASH@
 
944
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
945
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-musicstore-scope.obj `if test -f 'musicstore-scope.c'; then $(CYGPATH_W) 'musicstore-scope.c'; else $(CYGPATH_W) '$(srcdir)/musicstore-scope.c'; fi`
 
946
 
 
947
unity_musicstore_daemon-simple-scope.o: simple-scope.c
 
948
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-simple-scope.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-simple-scope.Tpo -c -o unity_musicstore_daemon-simple-scope.o `test -f 'simple-scope.c' || echo '$(srcdir)/'`simple-scope.c
 
949
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-simple-scope.Tpo $(DEPDIR)/unity_musicstore_daemon-simple-scope.Po
 
950
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
951
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simple-scope.c' object='unity_musicstore_daemon-simple-scope.o' libtool=no @AMDEPBACKSLASH@
 
952
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
953
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-simple-scope.o `test -f 'simple-scope.c' || echo '$(srcdir)/'`simple-scope.c
 
954
 
 
955
unity_musicstore_daemon-simple-scope.obj: simple-scope.c
 
956
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-simple-scope.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-simple-scope.Tpo -c -o unity_musicstore_daemon-simple-scope.obj `if test -f 'simple-scope.c'; then $(CYGPATH_W) 'simple-scope.c'; else $(CYGPATH_W) '$(srcdir)/simple-scope.c'; fi`
 
957
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-simple-scope.Tpo $(DEPDIR)/unity_musicstore_daemon-simple-scope.Po
 
958
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
959
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='simple-scope.c' object='unity_musicstore_daemon-simple-scope.obj' libtool=no @AMDEPBACKSLASH@
 
960
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
961
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-simple-scope.obj `if test -f 'simple-scope.c'; then $(CYGPATH_W) 'simple-scope.c'; else $(CYGPATH_W) '$(srcdir)/simple-scope.c'; fi`
 
962
 
 
963
unity_musicstore_daemon-track.o: track.c
 
964
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-track.o -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-track.Tpo -c -o unity_musicstore_daemon-track.o `test -f 'track.c' || echo '$(srcdir)/'`track.c
 
965
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-track.Tpo $(DEPDIR)/unity_musicstore_daemon-track.Po
 
966
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
967
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='track.c' object='unity_musicstore_daemon-track.o' libtool=no @AMDEPBACKSLASH@
 
968
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
969
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-track.o `test -f 'track.c' || echo '$(srcdir)/'`track.c
 
970
 
 
971
unity_musicstore_daemon-track.obj: track.c
 
972
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unity_musicstore_daemon-track.obj -MD -MP -MF $(DEPDIR)/unity_musicstore_daemon-track.Tpo -c -o unity_musicstore_daemon-track.obj `if test -f 'track.c'; then $(CYGPATH_W) 'track.c'; else $(CYGPATH_W) '$(srcdir)/track.c'; fi`
 
973
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/unity_musicstore_daemon-track.Tpo $(DEPDIR)/unity_musicstore_daemon-track.Po
 
974
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
975
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='track.c' object='unity_musicstore_daemon-track.obj' libtool=no @AMDEPBACKSLASH@
 
976
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
977
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unity_musicstore_daemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unity_musicstore_daemon-track.obj `if test -f 'track.c'; then $(CYGPATH_W) 'track.c'; else $(CYGPATH_W) '$(srcdir)/track.c'; fi`
 
978
 
569
979
mostlyclean-libtool:
570
980
        -rm -f *.lo
571
981
 
778
1188
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
779
1189
 
780
1190
 
781
 
# Major hack alert: https://bugzilla.gnome.org/show_bug.cgi?id=621292
782
 
# Introduced because of our requirements for the GLIB_2_22 define. See above.
783
1191
unity_music_daemon.vala.stamp: $(unity_music_daemon_VALASOURCES)
784
1192
        $(AM_V_GEN) $(VALAC) $(unity_music_daemon_VALAFLAGS) $^
785
1193
        touch unity_music_daemon.vala.stamp
786
1194
 
 
1195
unity_musicstore_daemon.vala.stamp: $(unity_musicstore_daemon_VALASOURCES)
 
1196
        $(AM_V_GEN) $(VALAC) $(unity_musicstore_daemon_VALAFLAGS) $^
 
1197
        touch unity_musicstore_daemon.vala.stamp
 
1198
 
787
1199
# Tell versions [3.59,3.63) of GNU make to not export all variables.
788
1200
# Otherwise a system limit (for SysV at least) may be exceeded.
789
1201
.NOEXPORT: