You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
484 B
31 lines
484 B
SUBDIRS = \
|
|
build \
|
|
tdegtk \
|
|
tests
|
|
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
EXTRA_DIST = autogen.sh COPYING
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
build/compile \
|
|
build/config.guess \
|
|
build/config.sub \
|
|
build/depcomp \
|
|
build/install-sh \
|
|
build/ltmain.sh \
|
|
build/missing \
|
|
Makefile.in \
|
|
config.h.in \
|
|
configure \
|
|
aclocal.m4
|
|
|
|
release: dist
|
|
make $(PACKAGE)-$(VERSION).tar.gz.md5
|
|
make $(PACKAGE)-$(VERSION).tar.bz2.md5
|
|
|
|
%.md5: %
|
|
md5sum $< > $@
|