summaryrefslogtreecommitdiff
path: root/gfx/template/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/template/Makefile.fpc')
-rw-r--r--gfx/template/Makefile.fpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/gfx/template/Makefile.fpc b/gfx/template/Makefile.fpc
new file mode 100644
index 00000000..85bbc17e
--- /dev/null
+++ b/gfx/template/Makefile.fpc
@@ -0,0 +1,22 @@
+#
+# Makefile.fpc for fpGFX target template
+#
+
+[targets]
+units=gfx_xxx
+# do not compile gfximpl for this dummy target
+rst=gfx_xxx
+
+[require]
+options=-S2h
+packages=
+
+[libs]
+libname=fpgfx_xxx
+
+[install]
+subdir=
+
+[dirs]
+fpcdir=../../../..
+unitdir=..