Skip to content
Snippets Groups Projects
Makefile.am 875 B
Newer Older
Perberos's avatar
Perberos committed
# This file will be processed with automake-1.7 to create Makefile.in

AUTOMAKE_OPTIONS = 1.7
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Perberos's avatar
Perberos committed

NULL =

DISTCHECK_CONFIGURE_FLAGS = --without-systemd

Perberos's avatar
Perberos committed
SUBDIRS =			\
	src			\
	savers			\
	po 			\
	data			\
	doc			\
	$(NULL)

EXTRA_DIST =			\
	autogen.sh		\
Perberos's avatar
Perberos committed
	COPYING			\
	COPYING.LIB		\
	AUTHORS			\
	INSTALL			\
	README			\
	ChangeLog		\
	NEWS			\
	intltool-extract.in     \
	intltool-merge.in       \
	intltool-update.in	\
	$(NULL)

DISTCLEANFILES =		\
	intltool-extract	\
	intltool-merge		\
	intltool-update		\
	./po/.intltool-merge-cache	\
	$(NULL)

MAINTAINERCLEANFILES =		\
	*~			\
	intltool-*.in		\
	compile			\
	configure		\
	INSTALL			\
	COPYING			\
	install-sh		\
	missing			\
	mkinstalldirs		\
	config.guess		\
	ltmain.sh		\
	config.sub		\
	depcomp			\
	Makefile.in		\
	config.h.*		\
	aclocal.m4		\
	acinclude.m4		\
	$(NULL)