From: erg <devnull@localhost> Date: Thu, 13 Jan 2005 23:43:56 +0000 (+0000) Subject: Update Makefile.old files to reflect new files and directory structure X-Git-Tag: LAST_LIBGRAPH~32^2~8091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ec409be58982b845456f80273365c0d8cd86ac1;p=graphviz Update Makefile.old files to reflect new files and directory structure --- diff --git a/lib/pack/Makefile.old b/lib/pack/Makefile.old index 2169c2043..c6d2f7179 100644 --- a/lib/pack/Makefile.old +++ b/lib/pack/Makefile.old @@ -1,16 +1,16 @@ all: libpack.a - -include ../../Config.mk -include ../../makearch/$(ARCH) +ROOT=../.. +include $(ROOT)/Config.mk +include $(ROOT)/makearch/$(ARCH) INCS = -I. \ - -I../.. \ - -I../gvrender \ + -I$(ROOT) \ + -I../gvc \ -I../common \ -I../neatogen \ - -I../../graph \ - -I../../cdt \ - -I../../pathplan + -I../graph \ + -I../cdt \ + -I../pathplan DEFINES = -DHAVE_CONFIG_H @@ -35,10 +35,10 @@ pack.o : pack.h ccomps.o : pack.h TESTLIBS = -L../neatogen -lneato -L../common -ldotneato \ - -L../../pathplan -lpathplan \ - -L../../graph -lgraph \ - -L../../cdt -lcdt \ - -L../../gd -lgd \ + -L../pathplan -lpathplan \ + -L../graph -lgraph \ + -L../cdt -lcdt \ + -L../gd -lgd \ $(EXTLIB_LIB) -lm ptest : ptest.o libpack.a