summaryrefslogtreecommitdiff
path: root/frontends/Makefile
blob: f0f91456ed0ad47eccac891912bfac9034a9c8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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