~ubuntu-branches/ubuntu/hardy/pxp/hardy

« back to all changes in this revision

Viewing changes to src/pxp-lex-utf8/Makefile.code

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2005-03-29 11:06:39 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050329110639-5p39hz1d4aq3r2ec
Tags: 1.1.95-6
* Rebuilt against ocaml 3.08.3
* No longer built with wlex support (since wlex is no longer supported
  upstream and corresponding package has been removed from the debian
  archive)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Such that we have all the definitions:
2
 
include Makefile
3
 
 
4
 
OCAMLC_OPTIONS   = -I ../pxp-engine
5
 
OCAMLOPT_OPTIONS = -I ../pxp-engine
6
 
PACKAGES = netstring
7
 
 
8
 
pxp_lex_utf8.cma: $(OBJ) pxp_lex_link_utf8.cmo 
9
 
        $(OCAMLC) -o pxp_lex_utf8.cma -a $(OBJ)
10
 
 
11
 
pxp_lex_utf8.cmxa: $(XOBJ) pxp_lex_link_utf8.cmx
12
 
        $(OCAMLOPT) -o pxp_lex_utf8.cmxa -a $(XOBJ)
13
 
 
14
 
include depend
15
 
 
16
 
*.ml: ../pxp-engine/pxp_types.cmi ../pxp-engine/pxp_lexer_types.cmi