From d21447d096a320a08b3efb2b8768fad0dcdcfd64 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:28:51 +0100 Subject: move frontends into sub directory --- frontends/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontends/Makefile (limited to 'frontends/Makefile') 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)) -- cgit v1.2.3