]> granicus.if.org Git - graphviz/commitdiff
Fix old makefiles for new plugin for fig and changes in common
authorerg <devnull@localhost>
Thu, 27 Jul 2006 02:13:03 +0000 (02:13 +0000)
committererg <devnull@localhost>
Thu, 27 Jul 2006 02:13:03 +0000 (02:13 +0000)
concerning ps_font_equiv.h

lib/common/Makefile.old
plugin/core/Makefile.old

index b3518fc64989dc5bec352d3ea80b7b27c79c112f..8b2a99be050610ce4ae9f032d12fa1f23b87150c 100644 (file)
@@ -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.txt >ps_font_equiv.h
+
 ps.h : ps.txt
        $(AWK) -f $(AWKDIR)/stringize.awk ps.txt > ps.h
 
index e161d76c31889af0b393c68bb73829d28ac431bc..ffd8f81044e7ad61963f9288f4f63fd4043f9a80 100644 (file)
@@ -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