summaryrefslogtreecommitdiff
path: root/apps/codecs/dumb/make/unix.inc
diff options
context:
space:
mode:
authorMichiel Van Der Kolk <not.valid@email.address>2005-03-17 20:50:03 +0000
committerMichiel Van Der Kolk <not.valid@email.address>2005-03-17 20:50:03 +0000
commit27be5bc72855a0fbbdae230bc144624c9eb85f5e (patch)
treeb553f1321df924c4b744ffcab48dce5f4f081f7d /apps/codecs/dumb/make/unix.inc
parent7e7662bb716917ca431204f0113d400c1014f2e8 (diff)
downloadrockbox-27be5bc72855a0fbbdae230bc144624c9eb85f5e.tar.gz
rockbox-27be5bc72855a0fbbdae230bc144624c9eb85f5e.zip
Initial check in dumb 0.9.2 - has a few usages of floating point that should
be rewritten to fixed point. seems to compile cleanly for iriver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6197 a1c6a512-1295-4272-9138-f99709370657
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.