Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 220) sorted by relevance

123456789

/civetweb-2.7.6/test/
DMakefileTest.mk27 $(MAKE) -C $(TOP) -f Makefile.osx clean package
31 $(MAKE) -C $(TOP)/examples/embedded_c clean all
32 $(MAKE) -C $(TOP)/examples/embedded_c clean
34 $(MAKE) -C $(TOP)/examples/embedded_cpp clean all
35 $(MAKE) -C $(TOP)/examples/embedded_cpp clean
37 $(MAKE) -C $(TOP)/examples/chat clean all
38 $(MAKE) -C $(TOP)/examples/chat clean
40 $(MAKE) -C $(TOP)/examples/hello clean all
41 $(MAKE) -C $(TOP)/examples/hello clean
43 $(MAKE) -C $(TOP)/examples/post clean all
[all …]
/civetweb-2.7.6/docs/
DBuilding.md29 mingw32-make CC=gcc
43 ## Using Make
46 make help
48 Get a list of all supported make option
51 make build
56 make install
61 make lib WITH_CPP=1 WITH_IPV6=1
62 make clean slib WITH_CPP=1 WITH_LUA=1 WITH_WEBSOCKET=1
65 The *WITH_CPP* make option is to include the CivetServer class.
66 The additional make options configure the library just as it would the application.
[all …]
DInstalling.md35 3. make help
36 4. make
37 5. make install
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
DMakefile84 …$(MAKE) all CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl" MYLDFLAGS="-brtl …
87 $(MAKE) all MYCFLAGS=-DLUA_ANSI
90 $(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-Wl,-E"
93 $(MAKE) all MYCFLAGS="-DLUA_USE_LINUX" MYLIBS="-Wl,-E -lreadline"
96 $(MAKE) all MYCFLAGS=
99 $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
102 $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-lreadline"
104 # $(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
107 $(MAKE) "LUA_A=lua51.dll" "LUA_T=lua.exe" \
110 $(MAKE) "LUAC_T=luac.exe" luac.exe
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
DMakefile88 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
92 …$(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-…
95 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_ANSI"
98 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-Wl,-E"
101 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -lreadline"
106 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
109 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_MACOSX" SYSLIBS="-lreadline" CC=cc
112 $(MAKE) "LUA_A=lua52.dll" "LUA_T=lua.exe" \
115 $(MAKE) "LUAC_T=luac.exe" luac.exe
118 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
DMakefile88 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
92 …$(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-…
95 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-Wl,-E"
98 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_C89" CC="gcc -std=c89"
105 …$(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_READLINE -I/usr/include/edit" SYSLIBS="-Wl,-E …
110 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
113 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_MACOSX" SYSLIBS="-lreadline"
116 $(MAKE) "LUA_A=lua53.dll" "LUA_T=lua.exe" \
119 $(MAKE) "LUAC_T=luac.exe" luac.exe
122 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX"
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DINSTALL8 Building Lua on Unix systems should be very easy. First do "make" and
9 see if your platform is listed. If so, just do "make xxx", where xxx
19 If you want to check that Lua has been built correctly, do "make test"
25 place in your system. In this case, do "make install". The official
29 If you want to build and install Lua in one step, do "make xxx install",
32 If you want to install Lua locally, then do "make local". This will
48 "make install INSTALL_TOP=xxx", where xxx is your chosen directory.
60 relevant variables when invoking make.
DMakefile18 # You probably want to make INSTALL_LMOD and INSTALL_CMOD consistent with
24 # may have to run ranlib on the installed liblua.a (do "make ranlib").
56 cd src && $(MAKE) $@
72 $(MAKE) install INSTALL_TOP=..
76 @echo " make PLATFORM"
81 # make may get confused with test/ and INSTALL in a case-insensitive OS
89 @cd src && $(MAKE) -s echo
122 @$(MAKE) echo | grep = | sed -e 's/= /= "/' -e 's/$$/"/' #-e 's/""/nil/'
/civetweb-2.7.6/
DMakefile7 # For help try, "make help"
222 @echo "make help show this message"
223 @echo "make build compile"
224 @echo "make install install on the system"
225 @echo "make clean clean up the mess"
226 @echo "make install-headers install headers"
227 @echo "make lib build a static library"
228 @echo "make install-lib install the static library"
229 @echo "make slib build a shared library"
230 @echo "make install-slib install the shared library"
[all …]
DRELEASE_NOTES.md92 - Make maximum request size configurable
110 - Make auth domain check optional (configuration)
162 - Make usage of Linux sendfile configurable
260 - Make content length available in request_info
383 The objective of this release is to make installation seamless.
394 - Made doc root and ports configurable during the make install.
412 - Reorangized build directories to make them more intuitive
427 + Features can be chosen in make options
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/
Dreadme.html104 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target.
114 Do "<KBD>make</KBD>" and see if your platform is listed.
121 If your platform is listed, just do "<KBD>make xxx</KBD>", where xxx
135 To check that Lua has been built correctly, do "<KBD>make test</KBD>"
140 make sure you have installed the <TT>readline</TT> development package
143 then try "<KBD>make linux MYLIBS=-ltermcap</KBD>".
148 place in your system. In this case, do "<KBD>make install</KBD>". The official
153 To build and install Lua in one step, do "<KBD>make xxx install</KBD>",
157 To install Lua locally, do "<KBD>make local</KBD>".
163 "<KBD>make install INSTALL_TOP=xxx</KBD>", where xxx is your chosen directory.
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/
Dreadme.html107 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target.
117 Do "<KBD>make</KBD>" and see if your platform is listed.
124 If your platform is listed, just do "<KBD>make xxx</KBD>", where xxx
138 To check that Lua has been built correctly, do "<KBD>make test</KBD>"
143 make sure you have installed the <TT>readline</TT> development package
146 then try "<KBD>make linux MYLIBS=-ltermcap</KBD>".
151 place in your system. In this case, do "<KBD>make install</KBD>". The official
156 To build and install Lua in one step, do "<KBD>make xxx install</KBD>",
160 To install Lua locally, do "<KBD>make local</KBD>".
166 "<KBD>make install INSTALL_TOP=xxx</KBD>", where xxx is your chosen directory.
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/
DMakefile11 # You may want to make INSTALL_LMOD and INSTALL_CMOD consistent with
55 cd src && $(MAKE) $@
74 $(MAKE) install INSTALL_TOP=../install
77 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
81 # make may get confused with test/ and install/
86 @cd src && $(MAKE) -s echo
/civetweb-2.7.6/src/third_party/lua-5.3.5/
DMakefile11 # You may want to make INSTALL_LMOD and INSTALL_CMOD consistent with
55 cd src && $(MAKE) $@
74 $(MAKE) install INSTALL_TOP=../install
77 @echo "Please do 'make PLATFORM' where PLATFORM is one of these:"
81 # make may get confused with test/ and install/
86 @cd src && $(MAKE) -s echo
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/
DREADME9 Do "make one" for a demo.
28 Do "make min" for a demo.
32 Do "make noparser" for a demo.
36 Do "make strict" for a demo.
Dnoparser.c2 * The code below can be used to make a Lua core that does not contain the
7 * To use this module, simply compile it ("make noparser" does that) and list
9 * the parsing modules. To try it, do "make luab".
/civetweb-2.7.6/ci/travis/
Dsetup_lua.sh31 make $PLATFORM
32 make local
54 make build
55 make install
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/
DREADME.rst40 $ make -f Makefile.dukdebug
44 $ make clean duk
65 $ make # runs 'node duk_debug.js'
98 * ``make``
110 $ make runproxydukluv
143 $ make runproxydukluv
197 $ make runproxynodejs
357 To make ``duk_debug.js`` use a custom transport you need to:
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
DREADME.rst40 $ make -f Makefile.dukdebug
44 $ make clean duk
65 $ make # runs 'node duk_debug.js'
98 * ``make``
110 $ make runproxydukluv
143 $ make runproxydukluv
197 $ make runproxynodejs
357 To make ``duk_debug.js`` use a custom transport you need to:
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/
DREADME2 They are meant to be run to make sure Lua is built correctly and also
19 readonly.lua make global variables readonly
22 table.lua make table, grouping all data for the same item
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DMakefile.sharedlibrary6 # $ make -f Makefile.sharedlibrary
7 # $ sudo make -f Makefile.sharedlibrary install
8 # $ make -f Makefile.sharedlibrary duk # --> example 'duk' linked to shared libduktape
DREADME.rst38 $ make -f Makefile.hello
47 $ make -f Makefile.cmdline
89 (one written in Node.js and another in DukLuv) to make talking to the
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DMakefile.sharedlibrary6 # $ make -f Makefile.sharedlibrary
7 # $ sudo make -f Makefile.sharedlibrary install
8 # $ make -f Makefile.sharedlibrary duk # --> example 'duk' linked to shared libduktape
DREADME.rst38 $ make -f Makefile.hello
47 $ make -f Makefile.cmdline
89 (one written in Node.js and another in DukLuv) to make talking to the
/civetweb-2.7.6/resources/
Dmingw.bat12 @rem make CC=gcc CFLAGS=-w CFLAGS+=-Iinclude/ CFLAGS+=-lws2_32 CFLAGS+=-liphlpapi
15 make build CC=gcc WITH_LUA=1 WITH_WEBSOCKET=1

123456789