# 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=
# 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
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