]> granicus.if.org Git - graphviz/commitdiff
Fix old makefile
authorerg <devnull@localhost>
Sat, 23 May 2009 18:39:55 +0000 (18:39 +0000)
committererg <devnull@localhost>
Sat, 23 May 2009 18:39:55 +0000 (18:39 +0000)
lib/ortho/Makefile.old

index be8064beb74344ebc44dd26f8e9f2ab3f32ee4fc..eb03048b7802cd3216562b1f74b61fa0f4e3a106 100644 (file)
@@ -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