~ubuntu-branches/ubuntu/karmic/coccinelle/karmic

« back to all changes in this revision

Viewing changes to install.txt

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2009-05-11 15:32:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511153224-1odv41d4dkr3y80v
Tags: 0.1.8.deb-2
Use common install Makefile target for both native and bytecode
build. This hopefully fixes FTBFS on bytecode archs 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 make
17
17
 make install
18
18
 
19
 
Note:   'make' will compile the bytecode version by default.
20
 
        You could use 'make opt' to have the optimized version.
21
 
        If you compile both, 'make install' will take care of that
22
 
        and install both, spatch and spatch.opt.
23
 
        If you use only one of them, 'make install' will install
24
 
        the one you have compiled, either spatch ou spatch.opt,
25
 
        under the front-end spatch. You could use 'make world' to
26
 
        compile the bytecode and the native code version.
27
 
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
'make' will compile the bytecode version by default.
 
24
You could use 'make all.opt' to have the optimized version.
 
25
If you compile both, 'make install' will take care of that
 
26
and install both, spatch and spatch.opt.
 
27
If you use only one of them, 'make install' will install
 
28
the one you have compiled, either spatch ou spatch.opt,
 
29
under the front-end spatch. You could use 'make world' to
 
30
compile the bytecode and the optimized code version.
 
31
 
 
32
We provide the files generated by menhir in the tarball.
 
33
However, 'make distclean' will remove them. You could
 
34
either restore them from the tarball or install menhir.
 
35
Using 'make clean' should be safe with regards to these files.