2015-03-19 17:55:02 +00:00
|
|
|
--- Makefile.in.orig 2015-01-23 00:24:01.000000000 -0700
|
|
|
|
+++ Makefile.in 2015-03-17 20:00:00.000000000 -0600
|
|
|
|
@@ -426,16 +426,13 @@
|
2014-02-26 14:35:57 +00:00
|
|
|
ifeq (@LABLGNOMECANVAS@,yes)
|
2015-03-19 17:55:02 +00:00
|
|
|
$(OCAMLFIND) install $(OCAMLFINDDEST) ocamlgraph META \
|
2014-02-26 14:35:57 +00:00
|
|
|
$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
|
|
|
|
- graph$(OBJEXT) graph$(LIBEXT) graph.cmx graph.cmo graph.cmi \
|
|
|
|
- $(CMA) $(CMXA) \
|
|
|
|
- $(VIEWER_CMXLIB) $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
|
|
|
|
- $(VIEWER_CMXLIB:.cmx=.o) \
|
|
|
|
- $(DGRAPH_CMXLIB) $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB) \
|
|
|
|
- $(DGRAPH_CMXLIB:.cmx=.o)
|
|
|
|
+ graph.cmo graph.cmi $(CMA) \
|
|
|
|
+ $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
|
2015-03-19 17:55:02 +00:00
|
|
|
+ $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB)
|
2014-02-26 14:35:57 +00:00
|
|
|
else
|
2015-03-19 17:55:02 +00:00
|
|
|
$(OCAMLFIND) install $(OCAMLFINDDEST) ocamlgraph META \
|
2014-02-26 14:35:57 +00:00
|
|
|
$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
|
|
|
|
- graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
|
|
|
|
+ graph.cmo graph.cmi $(CMA)
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|