macemu/cxmon/Makefile.am
Christian Bauer 07b8b22c9b Update autotools stuff for cxmon
Remove autotools generated files from the repository, provide a 'bootstrap'
script for regenerating them, and update the configure.ac and Makefile.am
files.
2016-01-31 15:46:49 +01:00

18 lines
391 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = src
# Manpages
man_MANS = cxmon.1
EXTRA_DIST = cxmon.1 bootstrap
dist-hook: cxmon.spec
cp cxmon.spec $(distdir)
# Rule to build tar-gzipped distribution package
$(PACKAGE)-$(VERSION).tar.gz: dist
# Rule to build RPM distribution package
rpm: $(PACKAGE)-$(VERSION).tar.gz
rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz