subrepo: subdir: "deps/libyaml" merged: "2c891fc" upstream: origin: "https://github.com/yaml/libyaml.git" branch: "0.2.5" commit: "2c891fc" git-subrepo: version: "0.4.6" origin: "???" commit: "???"
10 lines
425 B
Makefile
10 lines
425 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include -Wall
|
|
#AM_CFLAGS = -Wno-pointer-sign
|
|
LDADD = $(top_builddir)/src/libyaml.la
|
|
TESTS = test-version test-reader
|
|
check_PROGRAMS = test-version test-reader
|
|
noinst_PROGRAMS = run-scanner run-parser run-loader run-emitter run-dumper \
|
|
example-reformatter example-reformatter-alt \
|
|
example-deconstructor example-deconstructor-alt \
|
|
run-parser-test-suite run-emitter-test-suite
|