~ubuntu-branches/ubuntu/raring/orpie/raring

« back to all changes in this revision

Viewing changes to units/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Steinmann
  • Date: 2004-09-20 14:18:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040920141845-j092sbrg4hd0nfsf
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all: units.cmo constants.cmo
 
2
 
 
3
test: test.ml units.cmx
 
4
        ocamlopt -o test str.cmxa units.cmx test.ml
 
5
 
 
6
units.cmo: units.ml
 
7
        ocamlc -c units.ml
 
8
 
 
9
units.cmx: units.ml
 
10
        ocamlopt -c units.ml
 
11
 
 
12
constants.cmo: constants.ml
 
13
        ocamlc -c constants.ml
 
14
 
 
15
constants.cmx: constants.ml
 
16
        ocamlopt -c constants.ml
 
17
 
 
18
clean:
 
19
        rm -f *.cmo *.cmi *.mli test
 
20
 
 
21
 
 
22
 
 
23
 
 
24
# arch-tag: DO_NOT_CHANGE_0bfec0da-df85-45c5-8615-10d4efc283c6