summaryrefslogtreecommitdiff
path: root/dumb/dumb-kode54/make/unix.inc
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-19 11:31:03 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-19 11:31:03 +0200
commitbe5c03f0510d62bb86c9a11b77977123239b2c7e (patch)
tree33ffc42a8135109e7ca9185072c61d21ddcb3289 /dumb/dumb-kode54/make/unix.inc
parentde9ab352f11a333eaf49030e581bb911b30abb3c (diff)
switched to kode54's version of dumb
Diffstat (limited to 'dumb/dumb-kode54/make/unix.inc')
-rw-r--r--dumb/dumb-kode54/make/unix.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/dumb/dumb-kode54/make/unix.inc b/dumb/dumb-kode54/make/unix.inc
new file mode 100644
index 00000000..2ab5259a
--- /dev/null
+++ b/dumb/dumb-kode54/make/unix.inc
@@ -0,0 +1,20 @@
+# This file contains definitions suitable for Unix-compatible systems. It will
+# be included by the main Makefile when you compile on such a system.
+
+PLATFORM := unix
+
+APOST := \'
+
+# Macro that on DOS and Windows would replace / with \. Usage: $(call FIX,path)
+FIX = $(1)
+
+ECHO = @echo $(1)
+DELETE = rm -f $(1)
+COPY = cp $(1) $(2)
+
+EXE_SUFFIX :=
+
+LINK_MATH := -lm
+LINK_ALLEGRO := `allegro-config --libs`
+
+# PREFIX is set by config.sh.