From: erg Date: Thu, 13 Jan 2005 23:43:57 +0000 (+0000) Subject: Update Makefile.old files to reflect new files and directory structure X-Git-Tag: LAST_LIBGRAPH~32^2~8089 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eff68522ffc9405dd51295510ae72ae5890351c5;p=graphviz Update Makefile.old files to reflect new files and directory structure --- diff --git a/lib/vmalloc/Makefile.old b/lib/vmalloc/Makefile.old index 1e9362b6f..a05d16bdd 100644 --- a/lib/vmalloc/Makefile.old +++ b/lib/vmalloc/Makefile.old @@ -1,8 +1,9 @@ # libvmalloc.a old make makefile # Written by Kiem-Phong Vo (03/18/1998) -include ../../Config.mk -include ../../makearch/$(ARCH) +ROOT=../.. +include $(ROOT)/Config.mk +include $(ROOT)/makearch/$(ARCH) LOC_LIBDIR= ../lib LOC_INCDIR= ../include @@ -29,15 +30,15 @@ $(OBJS) : ast_common.h #ast_common.h : features/common # ../../iffe - set cc $(CC) $(CCMODE) $(CXFLAGS) : run features/common > ast_common.h -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) FEATURE/vmalloc : features/vmalloc - ../../iffe set cc $(CC) $(CCMODE) $(CXFLAGS) : run features/vmalloc + $(ROOT)/iffe set cc $(CC) $(CCMODE) $(CXFLAGS) : run features/vmalloc loc_install : libvmalloc.a $(MKPATH) $(LOC_INCDIR)