File: Makefile.am

package info (click to toggle)
rhythmbox 0.8.8-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,004 kB
  • ctags: 4,769
  • sloc: ansic: 44,295; sh: 8,373; xml: 3,595; makefile: 687
file content (34 lines) | stat: -rw-r--r-- 708 bytes parent folder | download
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
## arch-tag: Automake rules for the toplevel source

AUTOMAKE_OPTIONS = 1.7

DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install

SUBDIRS = lib corba metadata player rhythmdb widgets sources iradio shell data po help tests

if WITH_NAUTILUS_MENU
SUBDIRS += component
endif

EXTRA_DIST = 			\
	autogen.sh		\
	config.h.in		\
	intltool-merge.in	\
	intltool-update.in	\
	intltool-extract.in	\
	rhythmbox.spec		\
	rhythmbox.spec.in	\
	MAINTAINERS		\
	MAINTAINERS.old		\
	DOCUMENTERS		\
	INTERNALS		\
	README.iPod

DISTCLEANFILES =			\
	intltool-extract		\
	intltool-merge			\
	intltool-update

CLEANFILES = ./po/.intltool-merge-cache 	\
	     ./help/C/rhythmbox-C.omf.out	\
	     ./help/ja/rhythmbox-ja.omf.out