summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-03 23:12:16 +0200
committerMattias Andrée <maandree@kth.se>2017-07-03 23:12:16 +0200
commit87719884e259bcf11794cba30c8b8df5ef10a1cd (patch)
tree43afee9eb7815216674459c0e791edcb34c42218 /config.mk
parentFirst commit (diff)
downloadbff-87719884e259bcf11794cba30c8b8df5ef10a1cd.tar.gz
bff-87719884e259bcf11794cba30c8b8df5ef10a1cd.tar.bz2
bff-87719884e259bcf11794cba30c8b8df5ef10a1cd.tar.xz
Add bff-premultiply and bff-unpremultiply
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..4cafaa4
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,10 @@
+# BFF version
+VERSION = 1.0
+
+# Paths
+PREFIX = /usr/local
+MANPREFIX = $(PREFIX)/share/man
+
+CFLAGS = -std=c99 -Wall -pedantic -O2
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+LDFLAGS = -s