INCLUDES=@XPSDK_INCLUDES@ if TARGET_API_POSIX AM_CPPFLAGS=-DLIN AM_CXXFLAGS=-fPIC -fno-stack-protector endif if TARGET_API_WIN32 AM_CPPFLAGS=-DIBM AM_LDFLAGS=@XPSDK_LDFLAGS@ -no-undefined if TARGET_API_WIN64 AM_LDFLAGS+=-lXPLM_64 else AM_LDFLAGS+=-lXPLM endif endif lib_LTLIBRARIES=libxplcommon.la libxplcommon_la_SOURCES= \ Util.cc include_xplcommondir=$(includedir)/xplcommon include_xplcommon_HEADERS=\ Util.h