From: erg Date: Thu, 27 Jul 2006 02:13:03 +0000 (+0000) Subject: Fix old makefiles for new plugin for fig and changes in common X-Git-Tag: LAST_LIBGRAPH~32^2~6045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cbc4025b705a443d7f2a2ba7839e3ce41b3af46;p=graphviz Fix old makefiles for new plugin for fig and changes in common concerning ps_font_equiv.h --- diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index b3518fc64..8b2a99be0 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -62,6 +62,12 @@ emit.o mapgen.o utils.o htmllex.o htmltable.o htmlparse.o : htmltable.h htmllex.o : htmlparse.h htmlparse.o htmllex.o : htmllex.h +fontmetrics.o: ps_font_equiv.h + +# ensure font names are properly sorted for bsearch operation +ps_font_equiv.h: ps_font_equiv.txt + LC_COLLATE=C $(SORT) ps_font_equiv.h + ps.h : ps.txt $(AWK) -f $(AWKDIR)/stringize.awk ps.txt > ps.h diff --git a/plugin/core/Makefile.old b/plugin/core/Makefile.old index e161d76c3..ffd8f8104 100644 --- a/plugin/core/Makefile.old +++ b/plugin/core/Makefile.old @@ -14,7 +14,7 @@ INCS = -I. \ DEFINES = -DHAVE_CONFIG_H OBJS = gvplugin_core.o gvrender_core_ps.o gvrender_core_svg.o \ - gvrender_core_map.o gvloadimage_core.o + gvrender_core_map.o gvloadimage_core.o gvrender_core_fig.o libgvplugin_core.a : $(OBJS) $(RM) libgvplugin_core.a