]> andersk Git - libyaml.git/blame - Makefile.am
Fixed non-ANSI initializations (fixes #115).
[libyaml.git] / Makefile.am
CommitLineData
cec6fc98 1## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
dded84b1 2## the "$SUBDIRS" subdirectories.
cec6fc98 3
dded84b1 4SUBDIRS = include src . tests win32
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.066314 seconds and 5 git commands to generate.