~liuxingcs/unity-china-music-scope/unity-china-music-scope

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
SUBDIRS = src data po #tests

#
# Install the music.lens and musicstore.scope files
#
# lens_in_files = music.lens.in
lensdir = $(LENSESDIR)/music
#lens_DATA = $(lens_in_files:.lens.in=.lens)

scopedir = $(lensdir)
scope_DATA = musicbaidu.scope

icondir = $(datadir)/unity/themes

@INTLTOOL_LENS_RULE@

DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall

# ChangeLog file created at distcheck time
dist-hook:
	@if test -d "$(srcdir)/.bzr"; \
	then \
	echo Creating ChangeLog && \
      ( cd "$(top_srcdir)" && \
	echo '# Generated by Makefile. Do not edit.'; echo; \
        $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
        && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
        || (rm -f ChangeLog.tmp; \
					echo Failed to generate ChangeLog >&2 ); \
	else \
	echo Failed to generate ChangeLog: not a branch >&2; \
  fi

EXTRA_DIST = \
  autogen.sh \
  $(lens_in_music) \
  $(scope_DATA) \
  AUTHORS \
  COPYING \
  MAINTAINERS \
  README

#  $(lens_DATA) 
CLEANFILES =