1 # User-configurable section:
3 # yes or no: Do you want that the parser has support for the internal
4 # representation as UTF-8 strings? "yes" is recommended, but the parser
8 # --- End of User-configurable section.
15 # Caml objects that are needed by the lexers:
17 pxp_types.cmo pxp_lexer_types.cmo
19 CMI_types = $(OBJECTS_types:.cmo=.cmi)
21 # Caml objects that depend on the lexers:
25 pxp_aux.cmo pxp_reader.cmo \
26 pxp_entity.cmo pxp_dtd.cmo pxp_document.cmo \
27 pxp_yacc.cmo pxp_codewriter.cmo
29 # Same as native objects:
30 XOBJECTS_types = $(OBJECTS_types:.cmo=.cmx)
31 XOBJECTS_engine = $(OBJECTS_engine:.cmo=.cmx)
33 # .mli files to install:
35 MLI = pxp_document.mli pxp_dtd.mli \
36 pxp_types.mli pxp_yacc.mli \
37 pxp_codewriter.mli pxp_dfa.mli