Skip to content
Snippets Groups Projects
Commit 672e60fa authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Remove graphlib from repo

parent 7369dd14
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,6 @@ minisat.cmxa: minisat.cmx minisat_stub.o
# Object files... sorted topologically by their dependency...
COALG_OBJS := minisat$(SUFFIXLIB) \
lib/ocamlgraph-1.8.3/graph$(SUFFIX) \
genAndComp$(SUFFIX) MiscSolver$(SUFFIX) altGenlex$(SUFFIX) HashConsing$(SUFFIX) \
ALCFormula$(SUFFIX) ALCMisc$(SUFFIX) ALCGraph$(SUFFIX) \
CoAlgFormula$(SUFFIX) \
......@@ -103,23 +102,6 @@ clean:
$(RM) -f .depend
$(RM) -f $(PROGS)
$(RM) -f *.a
$(RM) -rf lib/
GRAPHLIBTAR := lib/ocamlgraph-1.8.3.tar.gz
$(GRAPHLIBTAR):
mkdir -p lib/
wget -O $@ http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.3.tar.gz
lib/ocamlgraph-1.8.3/src/graphml.ml: $(GRAPHLIBTAR)
tar xf $(GRAPHLIBTAR) -C lib/
touch $@
lib/ocamlgraph-1.8.3/graph$(SUFFIX): lib/ocamlgraph-1.8.3/src/graphml.ml
cd lib/ocamlgraph-1.8.3/ ; ./configure
make -C lib/ocamlgraph-1.8.3/
.PHONY: depend
depend: .depend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment