]> andersk Git - libyaml.git/blame_incremental - Makefile.am
Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.
[libyaml.git] / Makefile.am
... / ...
CommitLineData
1## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
2## the "$SUBDIRS" subdirectories.
3
4SUBDIRS = include src . tests win32
5
6EXTRA_DIST = README LICENSE doc/doxygen.cfg
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.028508 seconds and 5 git commands to generate.