File: Makefile.am

package info (click to toggle)
gtkpod 2.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,412 kB
  • ctags: 6,307
  • sloc: ansic: 51,604; xml: 16,135; sh: 11,916; cpp: 7,545; perl: 1,449; makefile: 1,378; lex: 638; awk: 73; python: 35
file content (39 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (6)
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
## Process this file with automake to produce Makefile.in

SUBDIRS = libgtkpod libs src po scripts data icons doc plugins

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgtkpod-1.1.0.pc

aboutdir = $(pkgdatadir)/data
about_DATA = COPYING \
			 AUTHORS

EXTRA_DIST =			\
	autogen.sh		\
	CMakeLists.txt \
	cmake \
	generate-ChangeLog.sh \
	intltool-extract.in	\
	intltool-merge.in	\
	intltool-update.in	\
	TROUBLESHOOTING		\
	TODO \
	libgtkpod-1.1.0.pc.in \
	version.sh \
	version

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

dist-hook: configure.ac
	sh $(top_srcdir)/generate-ChangeLog.sh $(top_srcdir) $(distdir)

uninstall-hook:
	-rm -rf $(DESTDIR)$(pkgdatadir)

update-docs:
	cd doc && make update-docs