/civetweb-2.7.6/ |
D | Makefile | 68 CFLAGS += -Wall -Wextra -Wshadow -Wformat-security -Winit-self -Wmissing-prototypes -D$(TARGET_OS) … 73 CFLAGS += -g -DDEBUG 75 CFLAGS += -O2 -DNDEBUG 140 CFLAGS += -DUSE_ZLIB 145 CFLAGS += -DMG_EXPERIMENTAL_INTERFACES 149 CFLAGS += -DUSE_IPV6 153 CFLAGS += -DUSE_WEBSOCKET 156 CFLAGS += -DUSE_WEBSOCKET 160 CFLAGS += -DUSE_SERVER_STATS 163 CFLAGS += -DUSE_SERVER_STATS [all …]
|
D | Makefile.osx | 16 CFLAGS += -DUSE_COCOA -DENABLE_CREATE_CONFIG_FILE -mmacosx-version-min=10.4 -ObjC -arch i386 -arch …
|
D | .travis.yml | 414 CFLAGS="-I${OPENSSL_ROOT_DIR}/include" 415 ADDITIONAL_CMAKE_ARGS="-DCMAKE_SHARED_LINKER_FLAGS=${LDFLAGS} -DCMAKE_C_FLAGS=${CFLAGS}"
|
/civetweb-2.7.6/resources/ |
D | Makefile.in-lua | 124 CFLAGS += $(LUA_CFLAGS) 136 CFLAGS += $(SQLITE_CFLAGS) 137 CFLAGS += -DUSE_LUA_SQLITE3 148 CFLAGS += $(LFS_CFLAGS) 149 CFLAGS += -DUSE_LUA_FILE_SYSTEM 160 CFLAGS += $(LXML_CFLAGS) 161 CFLAGS += -DUSE_LUA_LUAXML
|
D | mingw.bat | 12 @rem make CC=gcc CFLAGS=-w CFLAGS+=-Iinclude/ CFLAGS+=-lws2_32 CFLAGS+=-liphlpapi
|
D | Makefile.in-duktape | 82 CFLAGS += $(DUKTAPE_CFLAGS)
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | Makefile | 11 CFLAGS= -O2 -Wall $(MYCFLAGS) macro 64 @$(CC) $(CFLAGS) -MM l*.c print.c 69 @echo "CFLAGS = $(CFLAGS)" 84 …$(MAKE) all CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl" MYLDFLAGS="-brtl …
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | Makefile | 10 CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS) macro 72 @$(CC) $(CFLAGS) -MM l*.c 77 @echo "CFLAGS= $(CFLAGS)" 92 …$(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-…
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | Makefile | 10 CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS) macro 72 @$(CC) $(CFLAGS) -MM l*.c 77 @echo "CFLAGS= $(CFLAGS)" 92 …$(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-…
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/etc/ |
D | Makefile | 11 CFLAGS= -O2 -Wall -I$(INC) $(MYCFLAGS) macro 22 $(CC) $(CFLAGS) $@.c -L$(LIB) -llua $(MYLIBS) 32 $(CC) $(CFLAGS) all.c $(MYLIBS)
|
D | lua.pc | 29 Cflags: -I${includedir}
|
/civetweb-2.7.6/examples/_obsolete/hello/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) macro 27 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/_obsolete/upload/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) macro 27 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/embedded_cpp/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) macro 27 $(CXX) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/_obsolete/post/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) macro 27 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/_obsolete/websocket/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) macro 27 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/_obsolete/websocket_client/ |
D | Makefile | 16 CFLAGS = -I$(TOP)/include $(COPT) macro 28 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/_obsolete/ws_server/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) macro 27 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/examples/embedded_c/ |
D | Makefile | 15 CFLAGS = -I$(TOP)/include $(COPT) -DUSE_WEBSOCKET -DUSE_IPV6 macro 27 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS) -lcrypto -lssl -DUSE_SSL_DH=1
|
/civetweb-2.7.6/examples/rest/ |
D | Makefile | 16 CFLAGS = -I$(TOP)/include -IcJSON $(COPT) -DNO_FILES macro 28 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS) -lcrypto -lssl -DUSE_SSL_DH=1
|
/civetweb-2.7.6/examples/_obsolete/chat/ |
D | Makefile | 16 CFLAGS = -I$(TOP)/include $(COPT) macro 28 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
|
/civetweb-2.7.6/resources/jni/ |
D | Android.mk | 124 LOCAL_CFLAGS += $(CFLAGS) 138 CFLAGS =
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_bi_date.c | 270 duk_small_uint_t cflags; in duk__parse_string_iso8601_subset() local 280 DUK__UNPACK_RULE(rule, nextpart, cflags); in duk__parse_string_iso8601_subset() 283 "rule=0x%08lx -> nextpart=%ld, cflags=0x%02lx", in duk__parse_string_iso8601_subset() 286 (long) nextpart, (unsigned long) cflags)); in duk__parse_string_iso8601_subset() 288 if (cflags & DUK__CF_NEG) { in duk__parse_string_iso8601_subset() 292 if (cflags & DUK__CF_ACCEPT) { in duk__parse_string_iso8601_subset() 296 if (cflags & DUK__CF_ACCEPT_NUL) { in duk__parse_string_iso8601_subset()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_date.c | 270 duk_small_uint_t cflags; in duk__parse_string_iso8601_subset() local 280 DUK__UNPACK_RULE(rule, nextpart, cflags); in duk__parse_string_iso8601_subset() 283 "rule=0x%08lx -> nextpart=%ld, cflags=0x%02lx", in duk__parse_string_iso8601_subset() 286 (long) nextpart, (unsigned long) cflags)); in duk__parse_string_iso8601_subset() 288 if (cflags & DUK__CF_NEG) { in duk__parse_string_iso8601_subset() 292 if (cflags & DUK__CF_ACCEPT) { in duk__parse_string_iso8601_subset() 296 if (cflags & DUK__CF_ACCEPT_NUL) { in duk__parse_string_iso8601_subset()
|
/civetweb-2.7.6/test/ |
D | all_build_flags.pl | 20 my $cmd = "CFLAGS=\"$defines\" make clean $platform >/dev/null";
|