File: Makefile.am

package info (click to toggle)
docky 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,036 kB
  • sloc: cs: 28,250; sh: 1,155; makefile: 868; xml: 16
file content (29 lines) | stat: -rw-r--r-- 444 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
EXTRA_DIST = \
	config.rpath \
	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