summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-23 22:33:39 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-23 22:33:39 +0000
commitd1ce4e779ee8e5aef34da33ca26968cc9da10c3f (patch)
tree71b798a99632c8836ad7c09278bc8fd841f98949 /apps/plugins
parent76b2efbb433258097e23e0a35b09a5f5aa4d2e42 (diff)
downloadrockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.tar.gz
rockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.zip
Consistent style of 'make' messages. Always use ranlib after ar.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/Makefile2
-rw-r--r--apps/plugins/chessbox/Makefile4
-rw-r--r--apps/plugins/databox/Makefile4
-rw-r--r--apps/plugins/doom/Makefile9
-rw-r--r--apps/plugins/lib/Makefile2
-rw-r--r--apps/plugins/mpegplayer/Makefile4
-rw-r--r--apps/plugins/pacbox/Makefile4
-rw-r--r--apps/plugins/rockboy/Makefile4
-rw-r--r--apps/plugins/searchengine/Makefile4
-rw-r--r--apps/plugins/sudoku/Makefile4
-rw-r--r--apps/plugins/zxbox/Makefile2
11 files changed, 23 insertions, 20 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index c3f718c954..a35bcf7dfd 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -152,7 +152,7 @@ $(BUILDDIR)/libplugin.a:
152 $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib 152 $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib
153 153
154$(LINKFILE): $(LDS) 154$(LINKFILE): $(LDS)
155 @echo "build $@" 155 @echo "build $(notdir $@)"
156 $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@ 156 $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
157 157
158$(SUBDIRS): $(BITMAPLIBS) 158$(SUBDIRS): $(BITMAPLIBS)
diff --git a/apps/plugins/chessbox/Makefile b/apps/plugins/chessbox/Makefile
index c86d8056ad..7b3ade24e4 100644
--- a/apps/plugins/chessbox/Makefile
+++ b/apps/plugins/chessbox/Makefile
@@ -54,7 +54,7 @@ ifeq ($(SIMVER), x11)
54# This is the X11 simulator version 54# This is the X11 simulator version
55 55
56$(OUTPUT): $(OBJS) 56$(OUTPUT): $(OBJS)
57 @echo "LD $<" 57 @echo "LD $(notdir $@)"
58 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@ 58 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@
59ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 59ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
60# 'x' must be kept or you'll have "Win32 error 5" 60# 'x' must be kept or you'll have "Win32 error 5"
@@ -70,7 +70,7 @@ ifeq ($(SIMVER), sdl)
70# This is the SDL simulator version 70# This is the SDL simulator version
71 71
72$(OUTPUT): $(OBJS) 72$(OUTPUT): $(OBJS)
73 @echo "LD $<" 73 @echo "LD $(notdir $@)"
74 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@ 74 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@
75ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 75ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
76# 'x' must be kept or you'll have "Win32 error 5" 76# 'x' must be kept or you'll have "Win32 error 5"
diff --git a/apps/plugins/databox/Makefile b/apps/plugins/databox/Makefile
index 451f3415b4..818ceb450c 100644
--- a/apps/plugins/databox/Makefile
+++ b/apps/plugins/databox/Makefile
@@ -45,7 +45,7 @@ ifeq ($(SIMVER), x11)
45# This is the X11 simulator version 45# This is the X11 simulator version
46 46
47$(OUTPUT): $(OBJS) 47$(OUTPUT): $(OBJS)
48 @echo "LD $<" 48 @echo "LD $(notdir $@)"
49 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 49 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
50ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 50ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
51# 'x' must be kept or you'll have "Win32 error 5" 51# 'x' must be kept or you'll have "Win32 error 5"
@@ -61,7 +61,7 @@ ifeq ($(SIMVER), sdl)
61# This is the SDL simulator version 61# This is the SDL simulator version
62 62
63$(OUTPUT): $(OBJS) 63$(OUTPUT): $(OBJS)
64 @echo "LD $<" 64 @echo "LD $(notdir $@)"
65 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 65 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
66ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 66ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
67# 'x' must be kept or you'll have "Win32 error 5" 67# 'x' must be kept or you'll have "Win32 error 5"
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"
diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile
index 8482b1f1dd..35bf3ac7ac 100644
--- a/apps/plugins/lib/Makefile
+++ b/apps/plugins/lib/Makefile
@@ -38,7 +38,7 @@ OUTPUT = $(BUILDDIR)/libplugin.a
38all: $(OUTPUT) 38all: $(OUTPUT)
39 39
40$(OUTPUT): $(OBJS) 40$(OUTPUT): $(OBJS)
41 @echo "AR+RANLIB $@" 41 @echo "AR+RANLIB $(notdir $@)"
42 @$(AR) ruv $@ $+ >/dev/null 2>&1 42 @$(AR) ruv $@ $+ >/dev/null 2>&1
43 @$(RANLIB) $@ 43 @$(RANLIB) $@
44 44
diff --git a/apps/plugins/mpegplayer/Makefile b/apps/plugins/mpegplayer/Makefile
index 61eae88db9..82782b737c 100644
--- a/apps/plugins/mpegplayer/Makefile
+++ b/apps/plugins/mpegplayer/Makefile
@@ -48,7 +48,7 @@ ifeq ($(SIMVER), x11)
48# This is the X11 simulator version 48# This is the X11 simulator version
49 49
50$(OUTPUT): $(OBJS) 50$(OUTPUT): $(OBJS)
51 @echo "LD $<" 51 @echo "LD $(notdir $@)"
52 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 52 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
53ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 53ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
54# 'x' must be kept or you'll have "Win32 error 5" 54# 'x' must be kept or you'll have "Win32 error 5"
@@ -64,7 +64,7 @@ ifeq ($(SIMVER), sdl)
64# This is the SDL simulator version 64# This is the SDL simulator version
65 65
66$(OUTPUT): $(OBJS) 66$(OUTPUT): $(OBJS)
67 @echo "LD $<" 67 @echo "LD $(notdir $@)"
68 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 68 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
69ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 69ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
70# 'x' must be kept or you'll have "Win32 error 5" 70# 'x' must be kept or you'll have "Win32 error 5"
diff --git a/apps/plugins/pacbox/Makefile b/apps/plugins/pacbox/Makefile
index 7af0216a4f..7cc8da02a4 100644
--- a/apps/plugins/pacbox/Makefile
+++ b/apps/plugins/pacbox/Makefile
@@ -48,7 +48,7 @@ ifeq ($(SIMVER), x11)
48# This is the X11 simulator version 48# This is the X11 simulator version
49 49
50$(OUTPUT): $(OBJS) 50$(OUTPUT): $(OBJS)
51 @echo "LD $<" 51 @echo "LD $(notdir $@)"
52 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 52 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
53ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 53ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
54# 'x' must be kept or you'll have "Win32 error 5" 54# 'x' must be kept or you'll have "Win32 error 5"
@@ -64,7 +64,7 @@ ifeq ($(SIMVER), sdl)
64# This is the SDL simulator version 64# This is the SDL simulator version
65 65
66$(OUTPUT): $(OBJS) 66$(OUTPUT): $(OBJS)
67 @echo "LD $<" 67 @echo "LD $(notdir $@)"
68 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 68 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
69ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 69ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
70# 'x' must be kept or you'll have "Win32 error 5" 70# 'x' must be kept or you'll have "Win32 error 5"
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile
index b68229429f..275d2ffd9b 100644
--- a/apps/plugins/rockboy/Makefile
+++ b/apps/plugins/rockboy/Makefile
@@ -61,7 +61,7 @@ ifeq ($(SIMVER), x11)
61# This is the X11 simulator version 61# This is the X11 simulator version
62 62
63$(OUTPUT): $(OBJS) 63$(OUTPUT): $(OBJS)
64 @echo "LD $@" 64 @echo "LD $(notdir $@)"
65 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 65 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
66ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 66ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
67# 'x' must be kept or you'll have "Win32 error 5" 67# 'x' must be kept or you'll have "Win32 error 5"
@@ -77,7 +77,7 @@ ifeq ($(SIMVER), sdl)
77# This is the sdl simulator version 77# This is the sdl simulator version
78 78
79$(OUTPUT): $(OBJS) 79$(OUTPUT): $(OBJS)
80 @echo "LD $@" 80 @echo "LD $(notdir $@)"
81 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 81 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
82ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 82ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
83# 'x' must be kept or you'll have "Win32 error 5" 83# 'x' must be kept or you'll have "Win32 error 5"
diff --git a/apps/plugins/searchengine/Makefile b/apps/plugins/searchengine/Makefile
index 7b4576802d..beadac7ea1 100644
--- a/apps/plugins/searchengine/Makefile
+++ b/apps/plugins/searchengine/Makefile
@@ -45,7 +45,7 @@ ifeq ($(SIMVER), x11)
45# This is the X11 simulator version 45# This is the X11 simulator version
46 46
47$(OUTPUT): $(OBJS) 47$(OUTPUT): $(OBJS)
48 @echo "LD $<" 48 @echo "LD $(notdir $@)"
49 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 49 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
50ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 50ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
51# 'x' must be kept or you'll have "Win32 error 5" 51# 'x' must be kept or you'll have "Win32 error 5"
@@ -61,7 +61,7 @@ ifeq ($(SIMVER), sdl)
61# This is the SDL simulator version 61# This is the SDL simulator version
62 62
63$(OUTPUT): $(OBJS) 63$(OUTPUT): $(OBJS)
64 @echo "LD $<" 64 @echo "LD $(notdir $@)"
65 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 65 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
66ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 66ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
67# 'x' must be kept or you'll have "Win32 error 5" 67# 'x' must be kept or you'll have "Win32 error 5"
diff --git a/apps/plugins/sudoku/Makefile b/apps/plugins/sudoku/Makefile
index ff2ab2e4a0..7093de93c0 100644
--- a/apps/plugins/sudoku/Makefile
+++ b/apps/plugins/sudoku/Makefile
@@ -52,7 +52,7 @@ ifeq ($(SIMVER), x11)
52# This is the X11 simulator version 52# This is the X11 simulator version
53 53
54$(OUTPUT): $(OBJS) 54$(OUTPUT): $(OBJS)
55 @echo "LD $<" 55 @echo "LD $(notdir $@)"
56 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@ 56 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@
57ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 57ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
58# 'x' must be kept or you'll have "Win32 error 5" 58# 'x' must be kept or you'll have "Win32 error 5"
@@ -68,7 +68,7 @@ ifeq ($(SIMVER), sdl)
68# This is the SDL simulator version 68# This is the SDL simulator version
69 69
70$(OUTPUT): $(OBJS) 70$(OUTPUT): $(OBJS)
71 @echo "LD $<" 71 @echo "LD $(notdir $@)"
72 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@ 72 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin $(LINKBITMAPS) -o $@
73ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 73ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
74# 'x' must be kept or you'll have "Win32 error 5" 74# 'x' must be kept or you'll have "Win32 error 5"
diff --git a/apps/plugins/zxbox/Makefile b/apps/plugins/zxbox/Makefile
index 14234cd896..8f26ce6f40 100644
--- a/apps/plugins/zxbox/Makefile
+++ b/apps/plugins/zxbox/Makefile
@@ -57,7 +57,7 @@ ifeq ($(SIMVER), sdl)
57# This is the SDL simulator version 57# This is the SDL simulator version
58 58
59$(OUTPUT): $(OBJS) 59$(OUTPUT): $(OBJS)
60 @echo "LD $<" 60 @echo "LD $(notdir $@)"
61 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 61 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
62ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 62ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
63# 'x' must be kept or you'll have "Win32 error 5" 63# 'x' must be kept or you'll have "Win32 error 5"