Codebase list burgerspace / lintian-fixes/main Makefile.am
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

Makefile.am @lintian-fixes/mainraw · history · blame

# $Id: Makefile.am,v 1.17 2021/06/13 02:43:45 sarrazip Exp $

SUBDIRS = src

man_MANS = doc/burgerspace.6
if BUILD_NETWORK
man_MANS += doc/burgerspace-server.6
endif

doc_DATA = \
	AUTHORS \
	NEWS \
	README \
	THANKS

RPMBUILD = rpmbuild
rpm: dist
	$(RPMBUILD) -ta $(distdir).tar.gz

EXTRA_DIST = \
	COPYING \
	bootstrap \
	autogen.sh \
	$(PACKAGE).spec \
	$(man_MANS) \
	macros/ac_compile_warnings.m4 \
	macros/getopt_long.m4 \
	$(PACKAGE).sln \
	$(PACKAGE).vcproj \
	$(PACKAGE)-core.vcproj \
	$(PACKAGE)-server.vcproj

ACLOCAL_AMFLAGS = -I macros

MAINTAINERCLEANFILES = \
	Makefile.in \
	aclocal.m4 \
	configure \
	config.guess \
	config.sub \
	depcomp \
	install-sh \
	missing \
	mkinstalldirs