summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/Makefile')
-rw-r--r--apps/plugins/doom/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/doom/Makefile b/apps/plugins/doom/Makefile
index 90289099df..20b6aea7a3 100644
--- a/apps/plugins/doom/Makefile
+++ b/apps/plugins/doom/Makefile
@@ -3,7 +3,10 @@
3# $Id$ 3# $Id$
4# 4#
5# $Log$ 5# $Log$
6# Revision 1.7 2006/10/22 00:21:56 amiconn 6# Revision 1.8 2006/10/23 14:09:28 markun
7# rearrange compiler options to avoid conflicts with header files on FreeBSD
8#
9# Revision 1.7 2006-10-22 00:21:56 amiconn
7# Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible. 10# Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible.
8# 11#
9# Revision 1.6 2006-09-29 20:04:35 barrywardell 12# Revision 1.6 2006-09-29 20:04:35 barrywardell
@@ -28,7 +31,7 @@
28 31
29INCLUDES = -I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ 32INCLUDES = -I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
30 -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR) 33 -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR)
31CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 34CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET) $(EXTRA_DEFINES) \
32 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN \ 35 -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN \
33 -Wno-strict-prototypes -O2 $(PROFILE_OPTS) 36 -Wno-strict-prototypes -O2 $(PROFILE_OPTS)
34 37