summaryrefslogtreecommitdiff
path: root/apps/codecs/dumb/make/unix.inc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/dumb/make/unix.inc')
-rw-r--r--apps/codecs/dumb/make/unix.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/codecs/dumb/make/unix.inc b/apps/codecs/dumb/make/unix.inc
new file mode 100644
index 0000000000..89d47c0997
--- /dev/null
+++ b/apps/codecs/dumb/make/unix.inc
@@ -0,0 +1,20 @@
1# This file contains definitions suitable for Unix-compatible systems. It will
2# be included by the main Makefile when you compile on such a system.
3
4PLATFORM := unix
5
6APOST := \'
7
8# Macro that on DOS and Windows would replace / with \. Usage: $(call FIX,path)
9FIX = $(1)
10
11ECHO = @echo $(1)
12DELETE = rm -f $(1)
13COPY = cp $(1) $(2)
14
15EXE_SUFFIX :=
16
17LINK_MATH := -lm
18LINK_ALLEGRO := `allegro-config --libs`
19
20# PREFIX is set by config.sh.