From 9d33c751002e9eedd8e3d7cca93ab0dd3218e639 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 13 Jan 2005 23:43:57 +0000 Subject: [PATCH] Update Makefile.old files to reflect new files and directory structure --- lib/pathplan/Makefile.old | 6 +++--- lib/sfio/Makefile.old | 16 ++++++++-------- lib/twopigen/Makefile.old | 18 +++++++++--------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/pathplan/Makefile.old b/lib/pathplan/Makefile.old index a93c6249a..60c76d4b1 100644 --- a/lib/pathplan/Makefile.old +++ b/lib/pathplan/Makefile.old @@ -1,7 +1,7 @@ all: libpathplan.a - -include ../Config.mk -include ../makearch/$(ARCH) +ROOT=../.. +include $(ROOT)/Config.mk +include $(ROOT)/makearch/$(ARCH) INCS = -I. -I.. diff --git a/lib/sfio/Makefile.old b/lib/sfio/Makefile.old index 1ca62f0e5..5d02c57d0 100644 --- a/lib/sfio/Makefile.old +++ b/lib/sfio/Makefile.old @@ -10,9 +10,9 @@ # Written by Kiem-Phong Vo all : install_ut - -include ../../Config.mk -include ../../makearch/$(ARCH) +ROOT=../.. +include $(ROOT)/Config.mk +include $(ROOT)/makearch/$(ARCH) DEFINES= LIBTYPE= @@ -129,14 +129,14 @@ $(OBJS) : ast_common.h # the make goals below are common to both uni&multi-threaded versions FEATURE/sfio: features/sfio - ../../iffe set cc $(CC) $(CCFLAGS) : run features/sfio + $(ROOT)/iffe set cc $(CC) $(CCFLAGS) : run features/sfio -ast_common.h : ../../cdt/ast_common.h +ast_common.h : ../cdt/ast_common.h rm -f ast_common.h - $(LN) ../../cdt/ast_common.h . + $(LN) ../cdt/ast_common.h . -../../cdt/ast_common.h : ../../cdt/features/common - (cd ../../cdt; make ast_common.h) +../cdt/ast_common.h : ../cdt/features/common + (cd ../cdt; make ast_common.h) #ast_common.h: features/common # ../iffe - set cc $(CC) $(CCFLAGS) : run features/common > ast_common.h diff --git a/lib/twopigen/Makefile.old b/lib/twopigen/Makefile.old index 3cad082aa..cf595ca18 100644 --- a/lib/twopigen/Makefile.old +++ b/lib/twopigen/Makefile.old @@ -1,17 +1,17 @@ all: libtwopi.a +ROOT=../.. +include $(ROOT)/Config.mk +include $(ROOT)/makearch/$(ARCH) -include ../../Config.mk -include ../../makearch/$(ARCH) - -INCS = -I. -I../.. \ +INCS = -I. -I$(ROOT) \ -I../common \ -I../neatogen \ -I../pack \ - -I../gvrender \ - -I../../pathplan \ - -I../../graph \ - -I../../cdt \ - -I../../gd + -I../gvc \ + -I../pathplan \ + -I../graph \ + -I../cdt \ + -I../gd DEFINES = -DHAVE_CONFIG_H -- 2.40.0