summaryrefslogtreecommitdiff
path: root/frontends/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/Makefile')
-rw-r--r--frontends/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontends/Makefile b/frontends/Makefile
new file mode 100644
index 000000000..da6fe2019
--- /dev/null
+++ b/frontends/Makefile
@@ -0,0 +1,9 @@
+# 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))