summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-20 22:03:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-20 22:03:15 +0000
commitbdfc932accb1eb2c655887fce74717a8894c6cc3 (patch)
tree3a12ba568dbd554fa10e4c1ef8c8e671ea932c79 /uisimulator/x11
parent91c51764ee024f8f44618be8f6338c5c7faadded (diff)
downloadrockbox-bdfc932accb1eb2c655887fce74717a8894c6cc3.tar.gz
rockbox-bdfc932accb1eb2c655887fce74717a8894c6cc3.zip
extended the clean target to remove the libplugin and the rockbox.zip
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index c095885baa..38983eac47 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -135,6 +135,7 @@ clean:
135 $(OBJDIR)/build.lang $(OBJDIR)/*.o $(OBJDIR)/sysfont.c \ 135 $(OBJDIR)/build.lang $(OBJDIR)/*.o $(OBJDIR)/sysfont.c \
136 $(ROCKS) $(OBJDIR)/credits.raw 136 $(ROCKS) $(OBJDIR)/credits.raw
137 $(RM) -r $(DEPS) 137 $(RM) -r $(DEPS)
138 $(RM) -f $(OBJDIR)/libplugin.a $(OBJDIR)/rockbox.zip
138 139
139$(OBJDIR)/%.rock: $(APPDIR)/plugins/%.c $(APPDIR)/plugin.h 140$(OBJDIR)/%.rock: $(APPDIR)/plugins/%.c $(APPDIR)/plugin.h
140 $(CC) $(APPCFLAGS) -DPLUGIN -L$(OBJDIR) -lplugin -shared $< -o $@ 141 $(CC) $(APPCFLAGS) -DPLUGIN -L$(OBJDIR) -lplugin -shared $< -o $@