pkg-config control file.
svn path=/trunk/libsvgtiny/; revision=9426
# Setup the tooling
include build/makefiles/Makefile.tools
+TESTRUNNER := $(ECHO)
+
# Toolchain flags
WARNFLAGS := -Wall -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
--- /dev/null
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libsvgtiny
+Description: SVG Tiny 1.1 rendering library
+Version: VERSION
+Requires: libxml-2.0
+Libs: -L${libdir} -lsvgtiny
+Cflags: -I${includedir}
--- /dev/null
+# Tests
+DIR_TEST_ITEMS := svgtiny_test:svgtiny_test.c
+
+include build/makefiles/Makefile.subdir