SUBDIRS = cdt graph agraph cgraph gd pathplan agutil sfio vmalloc ast circogen \
- dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr
+ dotgen fdpgen sfdpgen neatogen pack twopigen common gvc ingraphs expr
all install clean :
(for i in ${SUBDIRS}; do (cd $$i; make $@); done)
-I../vpsc \
-I../gvc \
-I../cdt \
+ -I../sfdpgen \
-I../pathplan \
-I../gd \
-I../graph
OBJS = adjust.o circuit.o edges.o find_ints.o geometry.o heap.o hedges.o \
info.o neatoinit.o intersect.o legal.o lu.o matinv.o memory.o poly.o \
printvis.o site.o solve.o neatosplines.o stuff.o voronoi.o \
+ delaunay.o \
$(NOBJS) $(POBJS) constraint.o
libneatogen.a : $(OBJS)