~laney/overlay-scrollbar/drop-gtk3

104 by Loïc Molinari
Added a makefile to the build directory
1
SUBDIRS = \
343.1.1 by Andrea Cimitan
Spring cleaning (GtkModule)
2
	build \
216.1.2 by Ken VanDine
moved 81overlay-scrollbar to data/
3
	data \
316.3.1 by György Balló
Make building tests optional
4
	os
5
322 by Andrea Cimitan
Merged branch lp:~ballogy/ayatana-scrollbar/make-tests-optional
6
if ENABLE_TESTS
316.3.1 by György Balló
Make building tests optional
7
SUBDIRS += tests
8
endif
99 by Loïc Molinari
Improved autotools build system
9
10
ACLOCAL_AMFLAGS = -I build
11
216.1.2 by Ken VanDine
moved 81overlay-scrollbar to data/
12
EXTRA_DIST = autogen.sh COPYING RELEASE
99 by Loïc Molinari
Improved autotools build system
13
14
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
15
16
MAINTAINERCLEANFILES = \
17
	build/compile \
18
	build/config.guess \
19
	build/config.sub \
20
	build/depcomp \
21
	build/install-sh \
22
	build/ltmain.sh \
23
	build/missing \
24
	Makefile.in \
25
	config.h.in \
26
	configure \
27
	aclocal.m4
28
29
release: dist
30
	make $(PACKAGE)-$(VERSION).tar.gz.md5
31
	make $(PACKAGE)-$(VERSION).tar.bz2.md5
32
33
%.md5: %
34
	md5sum $< > $@