## Makefile.am for the fame library # These are the subdirectories that are always built SUBDIRS = doc src bin_SCRIPTS = libfame-config EXTRA_DIST = \ debian \ CHANGES \ COPYING \ TODO \ README \ INSTALL \ BUGS \ autogen.sh \ libfame-config \ libfame-config.in \ libfame.m4.in \ libfame.m4 \ libfame.spec.in \ libfame.spec # M4 macro file for inclusion with autoconf m4datadir = $(datadir)/aclocal m4data_DATA = libfame.m4 # Rule to build tar-gzipped distribution package $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES rpm -ba libfame.spec