# Such that we have all the definitions: include Makefile OCAMLC_OPTIONS = -I ../pxp-engine OCAMLOPT_OPTIONS = -I ../pxp-engine PACKAGES = netstring pxp_lex_utf8.cma: $(OBJ) pxp_lex_link_utf8.cmo $(OCAMLC) -o pxp_lex_utf8.cma -a $(OBJ) pxp_lex_utf8.cmxa: $(XOBJ) pxp_lex_link_utf8.cmx $(OCAMLOPT) -o pxp_lex_utf8.cmxa -a $(XOBJ) include depend *.ml: ../pxp-engine/pxp_types.cmi ../pxp-engine/pxp_lexer_types.cmi