summaryrefslogtreecommitdiff
path: root/posix.mk
diff options
context:
space:
mode:
authorMatthew Hambley <lists@aether.demon.co.uk>2004-05-20 20:06:31 +0000
committerMatthew Hambley <lists@aether.demon.co.uk>2004-05-20 20:06:31 +0000
commit6838b11f6c3c89940336833e903ef376010acc32 (patch)
treed5ebcd0a3b1c4160cd0a34edf07f892b4de7478d /posix.mk
parent9eb483c6e8e626644c7a6e0e5a4b91bbf22eb59c (diff)
downloadnetsurf-6838b11f6c3c89940336833e903ef376010acc32.tar.gz
netsurf-6838b11f6c3c89940336833e903ef376010acc32.tar.bz2
[project @ 2004-05-20 20:06:31 by matthewh]
Introduced a new a amalgamated build system which should support both Posix and RiscOS developers svn path=/import/netsurf/; revision=870
Diffstat (limited to 'posix.mk')
-rw-r--r--posix.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/posix.mk b/posix.mk
new file mode 100644
index 000000000..ba89a877a
--- /dev/null
+++ b/posix.mk
@@ -0,0 +1,12 @@
+CC = /riscos/bin/gcc
+CC_DEBUG = gcc
+
+PLATFORM_CFLAGS =
+PLATFORM_CFLAGS_DEBUG = -I/usr/include/libxml2 -I/riscos/include
+
+LDFLAGS = -L/riscos/lib -lxml2 -lz -lcurl -lssl -lcrypto -lcares -lanim -lpng \
+ -loslib -ljpeg
+LDFLAGS_SMALL = -L/riscos/lib -lxml2 -lz -lucurl -lcares -lanim -lpng -loslib -ljpeg
+LDFLAGS_DEBUG = -L/usr/lib -lxml2 -lz -lm -lcurl -lssl -lcrypto -ldl -ljpeg
+
+include depend