2006-01-10 12:47:36 +00:00
|
|
|
SUBDIRS = .
|
2006-01-10 10:42:33 +00:00
|
|
|
|
2006-01-10 12:47:36 +00:00
|
|
|
lib_LTLIBRARIES = libxsock.la
|
2006-01-10 10:42:33 +00:00
|
|
|
|
|
|
|
#bin_PROGRAMS = libulm.o
|
|
|
|
|
2006-01-10 12:47:36 +00:00
|
|
|
libxsock_la_SOURCES = \
|
2006-01-10 12:03:37 +00:00
|
|
|
xsock.cpp \
|
|
|
|
xsock_tcp.cpp \
|
|
|
|
xsock_udp.cpp \
|
|
|
|
xsock_udp_reliable.cpp
|
2006-01-10 10:42:33 +00:00
|
|
|
|
2006-01-10 12:47:36 +00:00
|
|
|
libxsock_la_SOURCES += \
|
2006-01-10 10:42:33 +00:00
|
|
|
xsock.h \
|
2006-01-10 12:03:37 +00:00
|
|
|
xsock_errors.h \
|
|
|
|
xsock_global.h \
|
|
|
|
xsock_iface.h
|
2006-01-10 10:42:33 +00:00
|
|
|
|
2006-01-10 12:47:36 +00:00
|
|
|
libxsock_la_CFLAGS = -DTRACE -static
|
2006-01-10 10:42:33 +00:00
|
|
|
|
2006-01-10 12:47:36 +00:00
|
|
|
libxsock_la_LDFLAGS = \
|
2006-01-10 12:43:24 +00:00
|
|
|
-no-undefined \
|
|
|
|
-version-info @XSOCK_LIB_CURRENT@:@XSOCK_LIB_REVISION@:@XSOCK_LIB_AGE@
|
2006-01-10 10:42:33 +00:00
|
|
|
|
|
|
|
INCLUDES= \
|
|
|
|
-I../
|
|
|
|
|