mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-27 03:24:07 +00:00
No recursive make anymore Remove MY_LD_LIBRARY_PATH and friends This is now done by the wrapper script Remove LIBYAML_DIR variable not needed anymore Merge ReadMe.md files to one
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
|