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/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/doom/Makefile b/apps/plugins/doom/Makefile
index 20b6aea7a3..e1564a773b 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.8 2006/10/23 14:09:28 markun 6# Revision 1.9 2006/10/23 22:33:36 amiconn
7# Consistent style of 'make' messages. Always use ranlib after ar.
8#
9# Revision 1.8 2006-10-23 14:09:28 markun
7# rearrange compiler options to avoid conflicts with header files on FreeBSD 10# rearrange compiler options to avoid conflicts with header files on FreeBSD
8# 11#
9# Revision 1.7 2006-10-22 00:21:56 amiconn 12# Revision 1.7 2006-10-22 00:21:56 amiconn
@@ -96,7 +99,7 @@ ifeq ($(SIMVER), x11)
96# This is the X11 simulator version 99# This is the X11 simulator version
97 100
98$(OUTPUT): $(OBJS) 101$(OUTPUT): $(OBJS)
99 @echo "LD $@" 102 @echo "LD $(notdir $@)"
100 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 103 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
101ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 104ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
102# 'x' must be kept or you'll have "Win32 error 5" 105# 'x' must be kept or you'll have "Win32 error 5"
@@ -112,7 +115,7 @@ ifeq ($(SIMVER), sdl)
112# This is the sdl simulator version 115# This is the sdl simulator version
113 116
114$(OUTPUT): $(OBJS) 117$(OUTPUT): $(OBJS)
115 @echo "LD $@" 118 @echo "LD $(notdir $@)"
116 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 119 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
117ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 120ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
118# 'x' must be kept or you'll have "Win32 error 5" 121# 'x' must be kept or you'll have "Win32 error 5"