From: erg Date: Sat, 23 May 2009 18:39:55 +0000 (+0000) Subject: Fix old makefile X-Git-Tag: LAST_LIBGRAPH~32^2~2034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e2c9e55498c9d29152a909a7209c660ab09c216;p=graphviz Fix old makefile --- diff --git a/lib/ortho/Makefile.old b/lib/ortho/Makefile.old index be8064beb..eb03048b7 100644 --- a/lib/ortho/Makefile.old +++ b/lib/ortho/Makefile.old @@ -3,10 +3,18 @@ ROOT=../.. include $(ROOT)/Config.mk include $(ROOT)/makearch/$(ARCH) -INCS = -I. -I.. +INCS = -I. -I$(ROOT) \ + -I../common \ + -I../gvc \ + -I../ortho \ + -I../pathplan \ + -I../graph \ + -I../cdt \ + -I../gd -OBJS = partition.o trapezoid.o main.o ortho.o maze.o sgraph.o fPQ.o \ - rawgraph.o intset.o +DEFINES = -DHAVE_CONFIG_H + +OBJS = fPQ.o intset.o maze.o ortho.o partition.o rawgraph.o sgraph.o trapezoid.o libortho.a: $(OBJS) $(RM) libortho.a