You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/frontends/Makefile

12 lines
273 B

# NetSurf Frontend sources
FRONTEND_SOURCE_DIR := frontends/$(TARGET)
FRONTEND_RESOURCES_DIR := frontends/$(TARGET)/res
# Target Specific setup
include frontends/$(TARGET)/Makefile
S_FRONTEND := $(addprefix frontends/$(TARGET)/,$(S_FRONTEND))
INCLUDE_DIRS += frontends