summaryrefslogtreecommitdiff
path: root/tools/tools.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.make')
-rw-r--r--tools/tools.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tools.make b/tools/tools.make
index 64a47c53de..c143157dab 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -33,6 +33,11 @@ $(TOOLSDIR)/uclpack: $(TOOLSDIR)/ucl/uclpack.c $(wildcard $(TOOLSDIR)/ucl/src/*.
33 $(call PRINTS,CC $(@F))$(HOSTCC) $(TOOLSCFLAGS) -I$(TOOLSDIR)/ucl \ 33 $(call PRINTS,CC $(@F))$(HOSTCC) $(TOOLSCFLAGS) -I$(TOOLSDIR)/ucl \
34 -I$(TOOLSDIR)/ucl/include -o $@ $^ 34 -I$(TOOLSDIR)/ucl/include -o $@ $^
35 35
36$(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c
37 $(call PRINTS,CC $(@F))
38 $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \
39 `freetype-config --libs` `freetype-config --cflags`
40
36# implicit rule for simple tools 41# implicit rule for simple tools
37$(TOOLSDIR)/%: $(TOOLSDIR)/%.c 42$(TOOLSDIR)/%: $(TOOLSDIR)/%.c
38 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$@)) 43 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$@))