OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libevhtp
(Results
1 - 4
of
4
) sorted by null
/external/libweave/third_party/
get_libevhtp.sh
6
# Make
libevhtp
.
7
# Example uses
libevhtp
to implement HTTPS server. This step could be
16
rm -rf $THIRD_PARTY/
libevhtp
17
curl -L https://github.com/ellzey/
libevhtp
/archive/$LIBEVHTP_VERSION.tar.gz | tar xz || exit 1
18
mv
libevhtp
-$LIBEVHTP_VERSION $THIRD_PARTY/
libevhtp
|| exit 1
19
cd $THIRD_PARTY/
libevhtp
|| exit 1
25
cp -f
libevhtp
.a $THIRD_PARTY/lib/ || exit 1
27
rm -rf $THIRD_PARTY/
libevhtp
third_party.mk
67
#
libevhtp
(third_party, downloaded on build)
69
third_party/lib/
libevhtp
.a : third_party/include/evhtp.h
71
@echo Downloading and building
libevhtp
...
73
@echo Finished downloading and building
libevhtp
.
75
clean-
libevhtp
:
77
rm -rf third_party/lib/
libevhtp
.a
78
rm -rf third_party/
libevhtp
/external/libweave/
Makefile
104
cleanall : clean clean-gtest clean-
libevhtp
/external/libweave/examples/
examples.mk
58
daemon_deps += third_party/lib/
libevhtp
.a
Completed in 214 milliseconds