X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/cec6fc98ebecc208edc30a900e6ab195e7c21851..d571cc8b026fbc1a06c4143e622a22ba52ac05ff:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d25f6d2..7835b61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,15 @@ ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and -## the "$SUBDIR" subdirectories. +## the "$SUBDIRS" subdirectories. + +SUBDIRS = include src . tests win32 + +EXTRA_DIST = README LICENSE doc/doxygen.cfg + +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 -SUBDIRS = include src . tests