~bas-dotbas/do/win32-next

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
EXTRA_DIST = COPYRIGHT

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = \
	. \
	Do.Universe \
	Do.Platform \
	Do.Interface.Linux \
	Do.Interface.Linux.Classic \
	Do.Interface.Linux.Docky \
	Do.Interface.Linux.GlassFrame \
	Do.Interface.Linux.HUD \
	Do.Interface.Linux.Mini \
	Do.Platform.Linux \
	Do.DBus \
	Do \
	po \
	libdo \
	m4 \
	data

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