1
by Didier Roche
Import upstream version 0.2.7 |
1 |
SUBDIRS = data unity unity-private targets tests tools vapi po |
2 |
||
3 |
# Test reports
|
|
4 |
.PHONY: check-report |
|
5 |
check-report: |
|
6 |
$(MAKE) -C tests/ $(@) |
|
7 |
||
8 |
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-mutter |
|
9 |
||
10 |
# ChangeLog file created at distcheck time
|
|
11 |
dist-hook: |
|
12 |
@if test -d "$(srcdir)/.bzr"; \ |
|
13 |
then \ |
|
14 |
echo Creating ChangeLog && \ |
|
15 |
( cd "$(top_srcdir)" && \ |
|
16 |
echo '# Generated by Makefile. Do not edit.'; echo; \ |
|
17 |
$(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \ |
|
18 |
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ |
|
19 |
|| (rm -f ChangeLog.tmp; \ |
|
20 |
echo Failed to generate ChangeLog >&2 ); \ |
|
21 |
else \
|
|
22 |
echo Failed to generate ChangeLog: not a branch >&2; \
|
|
23 |
fi
|
|
24 |
||
2
by Didier Roche
* New upstream release. |
25 |
pkgconfigdir = $(libdir)/pkgconfig |
26 |
pkgconfig_DATA = unity.pc |
|
27 |
||
1
by Didier Roche
Import upstream version 0.2.7 |
28 |
EXTRA_DIST = \ |
29 |
autogen.sh \
|
|
2
by Didier Roche
* New upstream release. |
30 |
COPYING \
|
1.1.5
by Didier Roche
Import upstream version 0.2.16 |
31 |
COPYING.LGPL \
|
32 |
HACKING \
|
|
33 |
unity.pc.in |
|
34 |