From: yifanhu Date: Wed, 14 May 2008 13:10:15 +0000 (+0000) Subject: remove from head and move to branch att_07932 X-Git-Tag: LAST_LIBGRAPH~32^2~4071 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5266feebe2eb53e67cf5a55bd4b7e12020e89222;p=graphviz remove from head and move to branch att_07932 --- diff --git a/lib/sfdpgen/Makefile.old b/lib/sfdpgen/Makefile.old deleted file mode 100644 index 363d06fe1..000000000 --- a/lib/sfdpgen/Makefile.old +++ /dev/null @@ -1,35 +0,0 @@ -all: libsfdpgen.a -ROOT=../.. -include $(ROOT)/Config.mk -include $(ROOT)/makearch/$(ARCH) - -INCS = -I. -I$(ROOT) \ - -I../common \ - -I../neatogen \ - -I../pack \ - -I../gvc \ - -I../pathplan \ - -I../graph \ - -I../cdt \ - -I../gd - -DEFINES = -DDEBUG -DHAVE_CONFIG_H - -OBJS = SparseMatrix.o sfdpinit.o spring_electrical.o LinkedList.o \ - overlap.o red_black_tree.o sparse_solve.o post_process.o \ - QuadTree.o call_tri.o Multilevel.o - -libsfdpgen.a : $(OBJS) - $(RM) libsfdpgen.a - $(AR) cr libsfdpgen.a $(OBJS) - $(RANLIB) libsfdpgen.a - -install: libsfdpgen.a - $(MKPATH) $(LIBDIR) - $(INSTALL) libsfdpgen.a $(LIBDIR) - -clean: - $(RM) *.o core *.a - -distclean: clean - $(RM) lib*.so.*