]> granicus.if.org Git - graphviz/commitdiff
Update Makefile.old files to reflect new files and directory structure
authorerg <devnull@localhost>
Thu, 13 Jan 2005 23:43:57 +0000 (23:43 +0000)
committererg <devnull@localhost>
Thu, 13 Jan 2005 23:43:57 +0000 (23:43 +0000)
lib/vmalloc/Makefile.old

index 1e9362b6f9cb6c8490213bb64c1df9b19a0c1c40..a05d16bdd2f809b0011558536a2cc86706046bac 100644 (file)
@@ -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)