mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Makefile should create all required directories
This commit is contained in:
parent
3e8bc6e784
commit
698303af84
1
Makefile
1
Makefile
@ -320,3 +320,4 @@ indent:
|
||||
astyle --suffix=none --style=linux --indent=spaces=4 --lineend=linux include/*.h src/*.c src/*.cpp src/*.inl examples/*/*.c examples/*/*.cpp
|
||||
|
||||
.PHONY: all help build install clean lib so
|
||||
|
||||
|
@ -57,4 +57,5 @@ DUKTAPE_OBJECTS = $(DUKTAPE_SOURCES:.c=.o)
|
||||
OBJECTS += $(DUKTAPE_OBJECTS)
|
||||
CFLAGS += $(DUKTAPE_CFLAGS)
|
||||
SOURCE_DIRS = $(DUKTAPE_DIR)
|
||||
BUILD_DIRS += $(BUILD_DIR)/$(DUKTAPE_DIR)
|
||||
|
||||
|
@ -108,6 +108,7 @@ LUA_OBJECTS = $(LUA_SOURCES:.c=.o)
|
||||
OBJECTS += $(LUA_OBJECTS)
|
||||
CFLAGS += $(LUA_CFLAGS)
|
||||
SOURCE_DIRS = $(LUA_DIR)
|
||||
BUILD_DIRS += $(BUILD_DIR)/$(LUA_DIR)
|
||||
|
||||
|
||||
ifneq ($(WITH_LUA_VERSION), 501)
|
||||
|
@ -20,3 +20,4 @@ ifeq ($(TARGET_OS),)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user