]> granicus.if.org Git - graphviz/commitdiff
Update old makefiles to include the cgraph library
authorerg <devnull@localhost>
Thu, 8 Nov 2007 19:00:58 +0000 (19:00 +0000)
committererg <devnull@localhost>
Thu, 8 Nov 2007 19:00:58 +0000 (19:00 +0000)
lib/cgraph/Makefile.old

index 61c7414b1958338b965d91f74816a1a52690a5d3..61c31cf61ce319b266330be7e0f5e6496ca4ee7a 100644 (file)
@@ -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