Skip to content

Commit

Permalink
More reorganisation after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed May 10, 2012
1 parent 8718828 commit 352ddbd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.jsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PP=-pp "camlp4o $(JS_DIR)/lib/syntax/pa_js.cmo"
OCAMLFIND=ocamlfind
OCAMLFIND_OPTIONS= -package lwt,str
18 changes: 18 additions & 0 deletions cmicomp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

JS_CMIS= \
CSS.cmi event_arrows.cmi js.cmi typed_array.cmi \
dom.cmi file.cmi json.cmi url.cmi \
dom_events.cmi firebug.cmi lwt_js.cmi webGL.cmi \
dom_html.cmi form.cmi regexp.cmi xmlHttpRequest.cmi

all: cmicomp $(JS_CMIS)

ROOT=..
include $(ROOT)/Makefile.config

CMICOMP=./cmicomp

$(JS_CMIS): $(JS_DIR)/lib/*.cmi
cp -f $(JS_DIR)/lib/*.cmi .
cp -f $(JS_DIR)/lib/js_of_ocaml.cma .
$(CMICOMP) -without-log $(JS_CMIS)

0 comments on commit 352ddbd

Please sign in to comment.