From: erg Date: Wed, 28 Jun 2006 18:05:48 +0000 (+0000) Subject: Update old makefiles for new plugin directory X-Git-Tag: LAST_LIBGRAPH~32^2~6214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3585666fa4bf1812040d4ab1fffeb88bc2be135b;p=graphviz Update old makefiles for new plugin directory --- diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index aaf65206e..b3518fc64 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -24,7 +24,7 @@ NOINST_HDRS = render.h utils.h memory.h \ NOINST_GENERATED_HDRS = colortbl.h ps.h htmltable.h htmlparse.h htmllex.h GD_CODEGENS = -CODEGENS = $(GD_CODEGENS) diagen.o figgen.o hpglgen.o mapgen.o mifgen.o \ +CODEGENS = $(GD_CODEGENS) diagen.o figgen.o hpglgen.o mifgen.o \ mpgen.o picgen.o vtxgen.o xdgen.o OBJS = arrows.o colxlate.o fontmetrics.o \ diff --git a/plugin/core/Makefile.old b/plugin/core/Makefile.old index 032c822f6..e161d76c3 100644 --- a/plugin/core/Makefile.old +++ b/plugin/core/Makefile.old @@ -5,12 +5,11 @@ include $(ROOT)/makearch/$(ARCH) INCS = -I. \ -I$(ROOT) \ - -I../common \ - -I../gvc \ - -I../pathplan \ - -I../graph \ - -I../cdt \ - $(EXTLIB_INC) + -I../../lib/common \ + -I../../lib/pathplan \ + -I../../lib/graph \ + -I../../lib/cdt \ + -I../../lib/gvc DEFINES = -DHAVE_CONFIG_H