File: Makefile.am

package info (click to toggle)
docky 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,280 kB
  • ctags: 5,001
  • sloc: cs: 30,675; python: 1,670; sh: 1,276; makefile: 900; xml: 16
file content (26 lines) | stat: -rw-r--r-- 357 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
EXTRA_DIST = \
	config.rpath \
	COPYRIGHT \
	NEWS

ACLOCAL_AMFLAGS = -I m4 -I m4/shamrock

SUBDIRS = \
	. \
	data \
	scripts \
	lib \
	po \
	Docky.CairoHelper \
	Docky.Services \
	Docky.Widgets \
	Docky.Windowing \
	Docky.Items \
	Docky.DBus \
	StandardPlugins \
	Docky \
	m4

# Get rid of the build dir on clean.
clean-local:
	rm -rf $(top_builddir)/build