/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = src engines external ui
DIST_SUBDIRS = ${SUBDIRS} examples
EXTRA_DIST = librcc.spec

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = librcc.pc

ACLOCAL_AMFLAGS = -I m4

@SET_MAKE@

.PHONY: examples

examples:
	${MAKE} -C examples

clean-local:
	if [ -f examples/Makefile ]; then\
	    ${MAKE} -C examples clean;\
	fi