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

« back to all changes in this revision

Viewing changes to examples/xmlforms/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:
9
9
REQUIRES = labltk str pxp
10
10
 
11
11
xmlforms: $(ARCHIVE) ds_app.cmo
12
 
        ocamlfind ocamlc -g -o xmlforms -custom -package "$(REQUIRES)" \
 
12
        ocamlfind ocamlc -g -o xmlforms -package "$(REQUIRES)" \
13
13
                -linkpkg $(ARCHIVE) ds_app.cmo 
14
14
 
15
15
xmlform.opt: $(XARCHIVE) ds_app.cmx
16
 
        ocamlfind ocamlopt -o xmlforms.opt -custom -package "$(REQUIRES)" \
 
16
        ocamlfind ocamlopt -o xmlforms.opt -package "$(REQUIRES)" \
17
17
                -linkpkg $(XARCHIVE) ds_app.cmx
18
18
 
19
19
$(ARCHIVE): $(OBJECTS)