Blame Makefile.am

rpm-build 6f7582
ACLOCAL_AMFLAGS = -I m4
rpm-build 6f7582
rpm-build 6f7582
pkgconfdir = $(libdir)/pkgconfig
rpm-build 6f7582
rpm-build 6f7582
pkgconf_DATA = libmwaw-@MWAW_MAJOR_VERSION@.@MWAW_MINOR_VERSION@.pc
rpm-build 6f7582
rpm-build 6f7582
SUBDIRS = src build docs inc
rpm-build 6f7582
rpm-build 6f7582
EXTRA_DIST = \
rpm-build 6f7582
	autogen.sh \
rpm-build 6f7582
	libmwaw.spec \
rpm-build 6f7582
	libmwaw.spec.in \
rpm-build 6f7582
	libmwaw.pc.in \
rpm-build 6f7582
	libmwaw-zip.in \
rpm-build 6f7582
	CHANGES \
rpm-build 6f7582
	COPYING.LGPL \
rpm-build 6f7582
	COPYING.MPL \
rpm-build 6f7582
	CREDITS \
rpm-build 6f7582
	HACKING \
rpm-build 6f7582
	INSTALL \
rpm-build 6f7582
	README
rpm-build 6f7582
rpm-build 6f7582
distclean-local:
rpm-build 6f7582
	rm -rf *.cache *~ *.pc
rpm-build 6f7582
rpm-build 6f7582
rpm: dist
rpm-build 6f7582
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
rpm-build 6f7582
	@rm -f $(PACKAGE)-$(VERSION).tar.gz
rpm-build 6f7582
rpm-build 6f7582
zip: install
rpm-build 6f7582
	sh libmwaw-zip
rpm-build 6f7582
rpm-build 6f7582
astyle:
rpm-build 6f7582
	astyle -HU -A3 -k3 -y -n -s2 -r \*.cpp \*.h \*.?xx
rpm-build 6f7582