Codebase list burgerspace / upstream/1.9.3 Makefile.am
upstream/1.9.3

Tree @upstream/1.9.3 (Download .tar.gz)

Makefile.am @upstream/1.9.3raw · history · blame

# $Id: Makefile.am,v 1.16 2019/11/12 02:22:31 sarrazip Exp $

SUBDIRS = src

man_MANS = doc/burgerspace.6 doc/burgerspace-server.6

docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = \
	AUTHORS \
	COPYING \
	NEWS \
	README \
	THANKS

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

EXTRA_DIST = \
	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