Codebase list burgerspace / debian/1.9.5-1 Makefile.am
debian/1.9.5-1

Tree @debian/1.9.5-1 (Download .tar.gz)

Makefile.am @debian/1.9.5-1raw · 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