/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc
24 by Suren A. Chilingaryan
Translation
1
SUBDIRS = src engines external ui
87 by Suren A. Chilingaryan
Multiple fixes of build system
2
DIST_SUBDIRS = ${SUBDIRS} examples
3
EXTRA_DIST = librcc.spec
1 by Suren A. Chilingaryan
Initial Import
4
71 by Suren A. Chilingaryan
pkgconfig
5
pkgconfigdir = $(libdir)/pkgconfig
6
pkgconfig_DATA = librcc.pc
7
9 by Suren A. Chilingaryan
08.07.2005
8
ACLOCAL_AMFLAGS = -I m4
78 by Suren A. Chilingaryan
Always clean examples
9
87 by Suren A. Chilingaryan
Multiple fixes of build system
10
@SET_MAKE@
11
12
.PHONY: examples
13
14
examples:
15
	${MAKE} -C examples
16
78 by Suren A. Chilingaryan
Always clean examples
17
clean-local:
87 by Suren A. Chilingaryan
Multiple fixes of build system
18
	if [ -f examples/Makefile ]; then\
19
	    ${MAKE} -C examples clean;\
20
	fi