From: erg Date: Fri, 8 Apr 2005 20:33:58 +0000 (+0000) Subject: Change old makefile to handle increasing recursion among the graphviz X-Git-Tag: LAST_LIBGRAPH~32^2~7725 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8635e31db60315a16b90b042a3dc05c4307da487;p=graphviz Change old makefile to handle increasing recursion among the graphviz modules. --- diff --git a/cmd/dot/Makefile.old b/cmd/dot/Makefile.old index ba12ad2d1..8641a99a1 100644 --- a/cmd/dot/Makefile.old +++ b/cmd/dot/Makefile.old @@ -23,6 +23,8 @@ XLIBS = -L$(LOC_LIB)/pathplan -lpathplan \ PLUGS = -L$(LOC_PLUG) -lplugins -L$(LOC_PLUG)/cairo -lgvplugin_cairo -L$(LOC_PLUG)/layout -lgvplugin_layout -L$(LOC_PLUG)/gd -lgvplugin_gd -L$(LOC_PLUG)/text -lgvplugin_text LIBS = -L$(LOC_LIB)/gvc -lgvc $(PLUGS) \ + -L$(LOC_LIB)/common -lcommon \ + -L$(LOC_LIB)/gvc -lgvc $(PLUGS) \ -L$(LOC_LIB)/neatogen -lneatogen \ -L$(LOC_LIB)/dotgen -ldotgen \ -L$(LOC_LIB)/circogen -lcircogen \ @@ -30,7 +32,6 @@ LIBS = -L$(LOC_LIB)/gvc -lgvc $(PLUGS) \ -L$(LOC_LIB)/twopigen -ltwopigen \ -L$(LOC_LIB)/pack -lpack \ -L$(LOC_LIB)/common -lcommon \ - -L$(LOC_LIB)/gvc -lgvc \ $(XLIBS) DOTLIBS = ../../lib/common/libcommon.a ../../lib/dotgen/libdotgen.a \