/civetweb-2.7.6/test/ |
D | MakefileTest.mk | 22 test: clean 27 $(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 [all …]
|
/civetweb-2.7.6/examples/_obsolete/hello/ |
D | Makefile | 30 $(MAKE) -C $(TOP) clean lib 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/_obsolete/upload/ |
D | Makefile | 30 $(MAKE) -C $(TOP) clean lib 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/embedded_cpp/ |
D | Makefile | 30 $(MAKE) -C $(TOP) clean lib WITH_CPP=1 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/_obsolete/post/ |
D | Makefile | 30 $(MAKE) -C $(TOP) clean lib 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/_obsolete/websocket_client/ |
D | Makefile | 31 $(MAKE) -C $(TOP) clean lib WITH_WEBSOCKET=1 34 clean: target 37 .PHONY: all clean
|
/civetweb-2.7.6/examples/_obsolete/websocket/ |
D | Makefile | 30 $(MAKE) -C $(TOP) clean lib WITH_WEBSOCKET=1 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/_obsolete/ws_server/ |
D | Makefile | 30 $(MAKE) -C $(TOP) clean lib WITH_WEBSOCKET=1 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/embedded_c/ |
D | Makefile | 30 $(MAKE) -C $(TOP) WITH_IPV6=1 WITH_WEBSOCKET=1 COPT='-DNO_SSL_DL=1' clean lib 33 clean: target 36 .PHONY: all clean
|
/civetweb-2.7.6/examples/_obsolete/chat/ |
D | Makefile | 31 $(MAKE) -C $(TOP) clean lib 37 clean: target 40 .PHONY: all clean
|
/civetweb-2.7.6/examples/rest/ |
D | Makefile | 31 $(MAKE) -C $(TOP) WITH_IPV6=1 WITH_WEBSOCKET=1 COPT='-DNO_SSL_DL=1' clean lib 34 clean: target 37 .PHONY: all clean
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/ |
D | Makefile | 41 clean: target 44 .PHONY: default min noparser one strict clean
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/ |
D | Makefile | 55 $(PLATS) clean: target 126 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
|
D | HISTORY | 126 + major code re-organization and clean-up; reduced module interdependecies.
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/ |
D | Makefile | 54 $(PLATS) clean: target 112 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/ |
D | Makefile | 54 $(PLATS) clean: target 112 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | Makefile | 36 .PHONY: clean 37 clean: target
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | Makefile | 36 .PHONY: clean 37 clean: target
|
/civetweb-2.7.6/ |
D | Makefile | 225 @echo "make clean clean up the mess"
|
D | RELEASE_NOTES.md | 337 - Wait for threads to finish when stopping for a clean shutdown (F-Secure Corporation) 425 + Supports build, install and clean rules.
|
/civetweb-2.7.6/docs/ |
D | Building.md | 62 make clean slib WITH_CPP=1 WITH_LUA=1 WITH_WEBSOCKET=1 68 The *slib* option should be done on a separate clean build as position 73 make clean
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | Makefile | 60 clean: target 119 .PHONY: all $(PLATS) default o a clean depend echo none
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | Makefile | 68 clean: target 124 .PHONY: all $(PLATS) default o a clean depend echo none
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | Makefile | 68 clean: target 128 .PHONY: all $(PLATS) default o a clean depend echo none
|
/civetweb-2.7.6/src/ |
D | mod_duktape.inl | 9 /* Alternative: redefine a new, clean API from scratch (instead of using mg),
|