~ubuntu-branches/ubuntu/lucid/type-conv/lucid

« back to all changes in this revision

Viewing changes to lib/OMakefile

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-11-08 23:00:32 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091108230032-hoqmw4obsprtb5xq
Tags: 1.6.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
match $(OCAML_VERSION)
 
2
case ^3.11.*
 
3
  export
 
4
  VER = 3.11
 
5
default
 
6
  export
 
7
  VER = 3.10
 
8
 
 
9
AUTOGEN = pa_type_conv.ml
 
10
 
 
11
pa_type_conv.ml: pa_type_conv.$(VER).ml
 
12
  ln -sf $< $@
 
13
 
1
14
OCAML_LIBRARIES =
2
15
 
3
16
OCamlMakeLibDeps(%)
17
30
.DEFAULT: pa_type_conv
18
31
 
19
32
clean:
20
 
        rm -f *.cmi *.cmo *.annot
 
33
        rm -f *.cmi *.cmo *.annot *.spit *.spot pa_type_conv.ml
21
34
 
22
35
doc: all $(OCAMLDOC_PP)
23
36
  $(OCamlDocs Type_conv, *.mli *.ml, \