]> andersk Git - libyaml.git/blame - Makefile.am
Imported Upstream version 0.1.1
[libyaml.git] / Makefile.am
CommitLineData
cec6fc98
KS
1## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
2## the "$SUBDIR" subdirectories.
3
4SUBDIRS = include src . tests
721c1923 5
028f3e87 6EXTRA_DIST = README LICENSE doc/doxygen.cfg
721c1923
KS
7
8maintainer-clean-local:
9 -rm -f aclocal.m4 config.h.in configure config/*
10 -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
11
12.PHONY: bootstrap
13bootstrap: maintainer-clean
14 ./bootstrap
15
This page took 0.056913 seconds and 5 git commands to generate.