]> andersk Git - libyaml.git/blame - Makefile.am
Make .travis.yml a little easier to read
[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
01e8dadf 6EXTRA_DIST = README LICENSE CMakeLists.txt doc/doxygen.cfg
721c1923 7
242a44b6
KS
8pkgconfigdir = $(libdir)/pkgconfig
9pkgconfig_DATA = yaml-0.1.pc
10
721c1923
KS
11maintainer-clean-local:
12 -rm -f aclocal.m4 config.h.in configure config/*
13 -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
14
15.PHONY: bootstrap
16bootstrap: maintainer-clean
17 ./bootstrap
18
9db82160
IN
19test: all
20 make -C tests check-TESTS
This page took 1.142905 seconds and 5 git commands to generate.