INCLUDES=-I$(top_srcdir)/src noinst_PROGRAMS=testevent testlocsock 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