blob: 8aed303a24d506a2ddbf88a29f70b6e6c8da644a [file] [log] [blame]
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +00001
2SRCS = TcpSocket.cxx
3
4OBJS = $(SRCS:.cxx=.o)
5
6DIR_CPPFLAGS = -I$(top_srcdir) @SOCKLEN_T_DEFINE@
7
8library = libnetwork.a
9
10all:: $(library)
11
12$(library): $(OBJS)
13 rm -f $(library)
14 $(AR) $(library) $(OBJS)
15 $(RANLIB) $(library)
16
17# followed by boilerplate.mk