]> granicus.if.org Git - graphviz/commitdiff
Fix old makefiles
authorerg <devnull@localhost>
Thu, 30 Oct 2008 22:13:44 +0000 (22:13 +0000)
committererg <devnull@localhost>
Thu, 30 Oct 2008 22:13:44 +0000 (22:13 +0000)
lib/common/Makefile.old

index f651615e525188d548e0d4a61e2bfc49fb68e5a3..bae88716a5477a19f3ffd91622595ebfa89d8c05 100644 (file)
@@ -21,7 +21,7 @@ AWKDIR = $(ROOT)/awk
 INST_HDRS = geom.h color.h types.h textpara.h usershape.h
 NOINST_HDRS = render.h utils.h memory.h \
        geomprocs.h colorprocs.h const.h macros.h pointset.h
-NOINST_GENERATED_HDRS = colortbl.h ps.h htmltable.h  htmlparse.h htmllex.h 
+NOINST_GENERATED_HDRS = colortbl.h htmltable.h  htmlparse.h htmllex.h 
 
 GD_CODEGENS = 
 CODEGENS = $(GD_CODEGENS) diagen.o hpglgen.o mifgen.o mpgen.o picgen.o vtxgen.o 
@@ -56,7 +56,6 @@ install: libcommon.a
 
 $(OBJS) : $(INST_HDRS) $(NOINST_HDRS)
 colxlate.o : colortbl.h
-utils.o : ps.h
 emit.o mapgen.o utils.o htmllex.o htmltable.o htmlparse.o : htmltable.h
 htmllex.o : htmlparse.h
 htmlparse.o htmllex.o : htmllex.h
@@ -69,9 +68,6 @@ ps_font_equiv.h: ps_font_equiv.txt ps_fontmap.txt ps_fontmap.txt
        cp ps_fontmap.txt ps_font_equiv.h
        ./mksvgfonts.pl fontmap.cfg ps_font_equiv.txt | LC_ALL=C $(SORT) >>ps_font_equiv.h
 
-ps.h : ps.txt
-       $(AWK) -f $(AWKDIR)/stringize.awk ps.txt > ps.h
-
 colortbl.h : color_names brewer_colors
        $(AWK) -f $(AWKDIR)/brewer.awk brewer_colors > brewer_lib
        cat brewer_lib color_names | LC_COLLATE=C $(SORT) > color_lib