From 4b392cd105b0904790c0f7c694c382096963fe42 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 10 Jul 2003 11:52:42 +0000 Subject: Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3825 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 5 ++++- uisimulator/x11/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index aa72171bdb..1ec4ccf357 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -119,7 +119,10 @@ ROCKSRCS := $(patsubst $(PLUGINDIR)/%.c,%.c,$(wildcard $(PLUGINDIR)/*.c)) ROCKS := $(ROCKSRCS:%.c=$(OBJDIR)/%.rock) -all: $(TARGET) $(ROCKS) +all: $(TOOLSDIR)/convbdf $(TARGET) $(ROCKS) + +$(TOOLSDIR)/convbdf: + $(MAKE) -C $(TOOLSDIR) $(TARGET): $(OBJS) $(CC) $(OBJS) -o $(TARGET) $(LDFLAGS) diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 2ce4606468..fa3613767d 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -117,7 +117,10 @@ ROCKS := $(ROCKSRC:$(APPDIR)/plugins/%.c=$(OBJDIR)/%.rock) OBJS := $(OBJDIR)/lang.o $(SRCS:%.c=$(OBJDIR)/%.o) -all: $(TARGET) $(EXTRA_TARGETS) $(ROCKS) +all: $(TOOLSDIR)/convbdf $(TARGET) $(EXTRA_TARGETS) $(ROCKS) + +$(TOOLSDIR)/convbdf: + $(MAKE) -C $(TOOLSDIR) clean: $(RM) $(OBJS) *~ core $(TARGET) $(CLIENTS) $(OBJDIR)/lang.[cho] \ -- cgit v1.2.3