]> granicus.if.org Git - graphviz/commitdiff
Change old makefiles to reflect move of plugins.c from cmd to plugin.
authorerg <devnull@localhost>
Thu, 31 Mar 2005 19:20:30 +0000 (19:20 +0000)
committererg <devnull@localhost>
Thu, 31 Mar 2005 19:20:30 +0000 (19:20 +0000)
cmd/dot/Makefile.old

index a0547c2ed0d529dd995298358c80b69ace41aa1b..ba12ad2d1cb30ac49270beec6224e2ef920931d6 100644 (file)
@@ -20,11 +20,10 @@ XLIBS = -L$(LOC_LIB)/pathplan -lpathplan \
         -L$(LOC_LIB)/gd -lgd \
         $(EXTLIB_LIB) $(EXPAT_LIB) -lm
 
-PLUGS = -L$(LOC_PLUG)/cairo -lgvplugin_cairo \
-        -L$(LOC_PLUG)/layout -lgvplugin_layout \
-        -L$(LOC_PLUG)/gd -lgvplugin_gd -L$(LOC_PLUG)/text -lgvplugin_text
+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 = $(PLUGS) -L$(LOC_LIB)/neatogen -lneatogen \
+LIBS = -L$(LOC_LIB)/gvc -lgvc $(PLUGS) \
+       -L$(LOC_LIB)/neatogen -lneatogen \
        -L$(LOC_LIB)/dotgen -ldotgen \
        -L$(LOC_LIB)/circogen -lcircogen \
        -L$(LOC_LIB)/fdpgen -lfdpgen \
@@ -33,13 +32,14 @@ LIBS = $(PLUGS) -L$(LOC_LIB)/neatogen -lneatogen \
        -L$(LOC_LIB)/common -lcommon \
        -L$(LOC_LIB)/gvc -lgvc \
        $(XLIBS)
+
 DOTLIBS = ../../lib/common/libcommon.a ../../lib/dotgen/libdotgen.a \
           ../../lib/neatogen/libneatogen.a ../../lib/fdpgen/libfdpgen.a \
           ../../lib/twopigen/libtwopigen.a ../../lib/circogen/libcircogen.a
 
 
 LIBDOTNEATO = libdotneato.a
-OBJS = dot.o args.o plugins.o
+OBJS = dot.o args.o
 SHLIBS = twopigen/libtwopi.a dotgen/libdot.a neatogen/libneato.a pack/libpack.a gvrender/libgvrender.a common/libcommon.a
 
 all : dot $(LIBDOTNEATO)