bin_PROGRAMS = if UA_ENCODING_XML bin_PROGRAMS += $(top_builddir)/bin/xml2ns0 __top_builddir__bin_xml2ns0_SOURCES = xml2ns0.c __top_builddir__bin_xml2ns0_CFLAGS = -I$(top_builddir)/src -I$(top_builddir)/include $(GLOBAL_AM_CFLAGS) __top_builddir__bin_xml2ns0_LDADD = $(top_builddir)/lib/libopen62541.a $(GLOBAL_AM_LDADD) __top_builddir__bin_xml2ns0_LDFLAGS = -lexpat bin_PROGRAMS += $(top_builddir)/bin/generateSam __top_builddir__bin_generateSam_SOURCES = generateSam.c __top_builddir__bin_generateSam_CFLAGS = -I$(top_builddir)/src -I$(top_builddir)/include $(GLOBAL_AM_CFLAGS) __top_builddir__bin_generateSam_LDADD = $(top_builddir)/lib/libopen62541.a $(GLOBAL_AM_LDADD) __top_builddir__bin_generateSam_LDFLAGS = -lexpat endif if MULTITHREADING bin_PROGRAMS += $(top_builddir)/bin/exampleServerMT __top_builddir__bin_exampleServerMT_CFLAGS = -I$(top_builddir)/src -I$(top_builddir)/include $(GLOBAL_AM_CFLAGS) __top_builddir__bin_exampleServerMT_SOURCES = opcuaServerMT.c networklayer.c __top_builddir__bin_exampleServerMT_LDADD= $(top_builddir)/lib/libopen62541.a $(GLOBAL_AM_LDADD) else #bin_PROGRAMS += $(top_builddir)/bin/exampleServer $(top_builddir)/bin/exampleServerACPLT $(top_builddir)/bin/exampleServerMini bin_PROGRAMS += $(top_builddir)/bin/exampleServer $(top_builddir)/bin/exampleServerACPLT __top_builddir__bin_exampleServer_CFLAGS = -I$(top_builddir)/src -I$(top_builddir)/include $(GLOBAL_AM_CFLAGS) __top_builddir__bin_exampleServer_SOURCES = opcuaServer.c networklayer.c __top_builddir__bin_exampleServer_LDADD= $(top_builddir)/lib/libopen62541.a $(GLOBAL_AM_LDADD) __top_builddir__bin_exampleServerACPLT_CFLAGS = -I$(top_builddir)/src -I$(top_builddir)/include $(GLOBAL_AM_CFLAGS) __top_builddir__bin_exampleServerACPLT_SOURCES = opcuaServerACPLT.c networklayer.c __top_builddir__bin_exampleServerACPLT_LDADD= $(top_builddir)/lib/libopen62541.a $(GLOBAL_AM_LDADD) #__top_builddir__bin_exampleServerMini_CFLAGS = -I$(top_builddir)/src -I$(top_builddir)/include $(GLOBAL_AM_CFLAGS) #__top_builddir__bin_exampleServerMini_SOURCES = opcuaServerMini.c #__top_builddir__bin_exampleServerMini_LDADD= $(GLOBAL_AM_LDADD) endif