blob: 13653eebc22308f14cd5e819e87d9366795401ef [file] [log] [blame]
AM_CFLAGS = -I${top_srcdir}/include
EXTRA_DIST = StringExample.vcproj
if CF_BUILD_TESTS
check_PROGRAMS = StringExample
endif
StringExample_LDADD = ${top_builddir}/libCoreFoundation.la
StringExample_SOURCES = StringExample.c
if CF_BUILD_TESTS
check:
${LIBTOOL} --mode execute ./StringExample
gdb:
${LIBTOOL} --mode execute ${@} ./StringExample
valgrind:
${LIBTOOL} --mode execute ${@} ${VALGRINDFLAGS} ./StringExample
endif