X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/cec6fc98ebecc208edc30a900e6ab195e7c21851..986dbde7b3ffb0826521b590bf46ec6ff8ff1eba:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d25f6d2..e6dd92c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,20 @@ ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and -## the "$SUBDIR" subdirectories. +## the "$SUBDIRS" subdirectories. -SUBDIRS = include src . tests +SUBDIRS = include src . tests win32 + +EXTRA_DIST = README LICENSE CMakeLists.txt doc/doxygen.cfg + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = yaml-0.1.pc + +maintainer-clean-local: + -rm -f aclocal.m4 config.h.in configure config/* + -find ${builddir} -name Makefile.in -exec rm -f '{}' ';' + +.PHONY: bootstrap +bootstrap: maintainer-clean + ./bootstrap + +test: all + make -C tests check-TESTS