From: erg Date: Thu, 8 Nov 2007 19:00:58 +0000 (+0000) Subject: Update old makefiles to include the cgraph library X-Git-Tag: LAST_LIBGRAPH~32^2~5053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=104856655e1ec6071b572e47c157cb8a8e25c036;p=graphviz Update old makefiles to include the cgraph library --- diff --git a/lib/cgraph/Makefile.old b/lib/cgraph/Makefile.old index 61c7414b1..61c31cf61 100644 --- a/lib/cgraph/Makefile.old +++ b/lib/cgraph/Makefile.old @@ -1,11 +1,13 @@ -LIBNAME = libxcgraph.a +LIBNAME = libcgraph.a all: $(LIBNAME) -include $(HOME)/src/graphviz2/Config.mk.old -include $(HOME)/src/graphviz2/makearch/$(ARCH) +ROOT=../.. -INCS = -I. -I$(HOME)/arch/$(ARCH)/include +include $(ROOT)/Config.mk +include $(ROOT)/makearch/$(ARCH) + +INCS = -I. -I../cdt -I$(ROOT) CCFLAGS = -g DEFINES = -DHAVE_CONFIG_H