From 0ec409be58982b845456f80273365c0d8cd86ac1 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 13 Jan 2005 23:43:56 +0000 Subject: [PATCH] Update Makefile.old files to reflect new files and directory structure --- lib/pack/Makefile.old | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 -- 2.40.0