INCLUDES=-I$(top_srcdir)/src noinst_PROGRAMS=testthread testevent testlocsock testblkstream testmutex testcondvar if TARGET_API_POSIX noinst_PROGRAMS+=testrandom endif testthread_SOURCES=testthread.cc testthread_LDADD=../src/xplcommon/libxplcommon.la if TARGET_API_POSIX testthread_LDADD+=-lpthread endif if TARGET_API_WIN32 testthread_LDFLAGS=-static-libgcc -static-libstdc++ endif testevent_SOURCES=testevent.cc testevent_LDADD=../src/xplcommon/libxplcommon.la if TARGET_API_POSIX testevent_LDADD+=-lpthread endif if TARGET_API_WIN32 testevent_LDFLAGS=-static-libgcc -static-libstdc++ endif testlocsock_SOURCES=testlocsock.cc testlocsock_LDADD=../src/xplcommon/libxplcommon.la if TARGET_API_POSIX testlocsock_LDADD+=-lpthread endif if TARGET_API_WIN32 testlocsock_LDFLAGS=-static-libgcc -static-libstdc++ endif testblkstream_SOURCES=testblkstream.cc testblkstream_LDADD=../src/xplcommon/libxplcommon.la if TARGET_API_POSIX testblkstream_LDADD+=-lpthread endif if TARGET_API_WIN32 testblkstream_LDFLAGS=-static-libgcc -static-libstdc++ endif testmutex_SOURCES=testmutex.cc testmutex_LDADD=../src/xplcommon/libxplcommon.la if TARGET_API_POSIX testmutex_LDADD+=-lpthread endif if TARGET_API_WIN32 testmutex_LDFLAGS=-static-libgcc -static-libstdc++ endif testcondvar_SOURCES=testcondvar.cc testcondvar_LDADD=../src/xplcommon/libxplcommon.la if TARGET_API_POSIX testcondvar_LDADD+=-lpthread endif if TARGET_API_WIN32 testcondvar_LDFLAGS=-static-libgcc -static-libstdc++ endif testrandom_SOURCES=testrandom.cc testrandom_LDADD=../src/xplcommon/libxplcommon.la