~unico-team/unico/trunk

1 by Andrea Cimitan
First commit, adding files
1
SUBDIRS = \
42 by Andrea Cimitan
Use Loic's autogen common behavior
2
	build \
136 by Andrea Cimitan
Removing useless code to rely on gtk theming engine
3
	unico
1 by Andrea Cimitan
First commit, adding files
4
42 by Andrea Cimitan
Use Loic's autogen common behavior
5
ACLOCAL_AMFLAGS = -I build
6
64.1.1 by Ken VanDine
distcheck fixes
7
EXTRA_DIST = autogen.sh COPYING
42 by Andrea Cimitan
Use Loic's autogen common behavior
8
9
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
10
11
MAINTAINERCLEANFILES = \
12
	build/compile \
13
	build/config.guess \
14
	build/config.sub \
15
	build/depcomp \
16
	build/install-sh \
17
	build/ltmain.sh \
18
	build/missing \
19
	Makefile.in \
20
	config.h.in \
21
	configure \
22
	aclocal.m4
23
24
release: dist
25
	make $(PACKAGE)-$(VERSION).tar.gz.md5
26
	make $(PACKAGE)-$(VERSION).tar.bz2.md5
27
28
%.md5: %
29
	md5sum $< > $@