From: erg Date: Mon, 22 May 2006 20:26:59 +0000 (+0000) Subject: Fix dot makefile to reflect file changes from pango X-Git-Tag: LAST_LIBGRAPH~32^2~6573 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc1959d61b9b2cc1c6b64422f89202fc36fc6413;p=graphviz Fix dot makefile to reflect file changes from pango --- diff --git a/cmd/dot/Makefile.old b/cmd/dot/Makefile.old index 32f8ec840..ea4de9815 100644 --- a/cmd/dot/Makefile.old +++ b/cmd/dot/Makefile.old @@ -26,6 +26,7 @@ LIBS = -L$(LOC_LIB)/gvc -lgvc_dot_builtins $(PLUGS) \ -L$(LOC_LIB)/common -lcommon \ -L$(LOC_LIB)/gvc -lgvc_dot_builtins $(PLUGS) \ -L$(LOC_LIB)/neatogen -lneatogen \ + -L$(LOC_LIB)/vpsc -lvpsc \ -L$(LOC_LIB)/dotgen -ldotgen \ -L$(LOC_LIB)/circogen -lcircogen \ -L$(LOC_LIB)/fdpgen -lfdpgen \ @@ -50,11 +51,11 @@ OBJS = dot.o all : dot dot : $(OBJS) $(DOTLIBS) - $(CSLD) $(LDFLAGS) $(OBJS) $(LIBS) -o /tmp/dot + $(CPP) $(LDFLAGS) $(OBJS) $(LIBS) -o /tmp/dot mv /tmp/dot dot dot.o : dot.c - $(CC) -c $(CCFLAGS) $(DEFINES) $(INCS) dot.c + $(CPP) -c $(CCFLAGS) $(DEFINES) $(INCS) dot.c install: all $(MKPATH) $(BINDIR)