network/http_server/http_server.mk

# The name of the project component
NAME := app_network_http_server
$(NAME)_INCLUDES := .
# Enable/disable automatic generation of static function prototypes in project source code
$(NAME)_AUTO_PROTOTYPE := 1
# List of files to include in the project build. Paths relative to the project's directory
$(NAME)_SOURCES := main.c \
requests/root_page.c \
requests/toggle_light.c \
requests/set_light.c \
requests/get_params.c \
requests/json_parser.c \
requests/json_generator.c
# Paths to app settings .ini files (paths are relative to project directory)
$(NAME)_SETTINGS_INCLUDES := resources/settings.ini
# Include the webapp resource files
$(NAME)_REQUIRED_COMPONENTS := resources.gecko_os.webapp