Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
d547e72eba2e44a3201f603fee66bd504db7b854
/
.
/
common
/
network
/
Makefile.in
blob: 8aed303a24d506a2ddbf88a29f70b6e6c8da644a [
file
] [
log
] [
blame
]
SRCS
=
TcpSocket
.
cxx
OBJS
=
$
(
SRCS
:.
cxx
=.
o
)
DIR_CPPFLAGS
=
-
I$
(
top_srcdir
)
@SOCKLEN_T_DEFINE@
library
=
libnetwork
.
a
all
::
$
(
library
)
$
(
library
):
$
(
OBJS
)
rm
-
f $
(
library
)
$
(
AR
)
$
(
library
)
$
(
OBJS
)
$
(
RANLIB
)
$
(
library
)
# followed by boilerplate.mk