File diff 000000000000 → d6faa5ffcedf
libconfig-1.4.9/Makefile.am
Show inline comments
 
new file 100644
 

	
 
ACLOCAL_AMFLAGS = -I m4
 

	
 
SUBDIRS = lib doc tinytest tests
 

	
 
if BUILDEXAMPLES
 
SUBDIRS += examples
 
endif
 

	
 
.PHONY: dist-rpm
 

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

	
 
EXTRA_DIST = \
 
	m4/*.m4 \
 
	*.sln \
 
	test.cfg \
 
	TODO \
 
	debian/changelog \
 
	debian/compat \
 
	debian/control \
 
	debian/copyright \
 
	debian/docs \
 
	debian/libconfig++9-dev.install \
 
	debian/libconfig++9.install \
 
	debian/libconfig9-dev.docs \
 
	debian/libconfig9-dev.install \
 
	debian/libconfig9.info \
 
	debian/libconfig9.install \
 
	debian/rules \
 
	debian/shlibs \
 
	debian/watch \
 
	libconfig.spec \
 
	contrib
 

	
 
dist-hook:
 
	rm -rf `find $(distdir)/contrib -name .svn`
 

	
 
test:
 
	cd tests && ./libconfig_tests