File: Makefile.am

package info (click to toggle)
docky 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,516 kB
  • ctags: 4,518
  • sloc: cs: 28,580; makefile: 895; sh: 604; xml: 16
file content (28 lines) | stat: -rw-r--r-- 428 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
EXTRA_DIST = \
	COPYRIGHT \
	NEWS

ACLOCAL_AMFLAGS = -I m4 -I m4/shamrock

# Install copied assemblies to our libdir
copiedlibsdir = $(pkglibdir)
copiedlibs_DATA = \
	$(GIO_SHARP_ASSEMBLIES)

SUBDIRS = \
	. \
	data \
	po \
	Docky.CairoHelper \
	Docky.Services \
	Docky.Widgets \
	Docky.Items \
	Docky.DBus \
	StandardPlugins \
	Docky \
	man \
	m4

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