summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-12-10 15:31:21 +0000
committerAdrian Lees <adrian@aemulor.com>2005-12-10 15:31:21 +0000
commit6c9e05f1a503440fc7b86ca4d887563243ea542c (patch)
treef3ec01aaa6278a95c9cd1963f4e16e926dbe14e6 /makefile
parent6f9e2048a3aca79ea34e9440141ab536a1ceab60 (diff)
downloadnetsurf-6c9e05f1a503440fc7b86ca4d887563243ea542c.tar.gz
netsurf-6c9e05f1a503440fc7b86ca4d887563243ea542c.tar.bz2
[project @ 2005-12-10 15:31:21 by adrianl]
Fix NC build svn path=/import/netsurf/; revision=1894
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index bb69d82df..ae76b8cf3 100644
--- a/makefile
+++ b/makefile
@@ -111,6 +111,7 @@ CFLAGS_GTK = -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \
`pkg-config --cflags gtk+-2.0` `xml2-config --cflags`
AFLAGS_RISCOS = -I..,. $(PLATFORM_AFLAGS_RISCOS)
+AFLAGS_NCOS = $(AFLAGS_RISCOS) -Dncos
# targets
riscos: $(RUNIMAGE)
@@ -158,6 +159,9 @@ $(OBJDIR_GTK)/%.o : %.c
$(OBJDIR_RISCOS)/%.o : %.s
@echo "== $<"
$(ASM) -o $@ -c $(AFLAGS_RISCOS) $<
+$(OBJDIR_NCOS)/%.o : %.s
+ @echo "== $<"
+ $(ASM) -o $@ -c $(AFLAGS_NCOS) $<
# special cases
css/css_enum.c css/css_enum.h: css/css_enums css/makeenum