barrier/lib/net/Makefile.am

40 lines
727 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
NULL =
DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \
net.dsp \
$(NULL)
MAINTAINERCLEANFILES = \
Makefile.in \
$(NULL)
noinst_LIBRARIES = libnet.a
libnet_a_SOURCES = \
CNetwork.cpp \
CNetworkAddress.cpp \
CTCPListenSocket.cpp \
CTCPSocket.cpp \
CTCPSocketFactory.cpp \
XNetwork.cpp \
XSocket.cpp \
2002-06-22 17:31:24 +00:00
CNetwork.h \
CNetworkAddress.h \
CTCPListenSocket.h \
CTCPSocket.h \
CTCPSocketFactory.h \
2002-06-22 17:31:24 +00:00
IDataSocket.h \
IListenSocket.h \
ISocket.h \
ISocketFactory.h \
2002-06-22 17:31:24 +00:00
XNetwork.h \
XSocket.h \
$(NULL)
INCLUDES = \
-I$(VDEPTH)/lib/base \
-I$(VDEPTH)/lib/mt \
-I$(VDEPTH)/lib/io \
$(NULL)