~ubuntu-branches/ubuntu/maverick/coccinelle/maverick

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-09-08 13:06:20 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090908130620-s33aehu14xddef4u
Tags: 0.1.10.deb-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/control: build-depend on python2.6-dev,
    set XB-Python-Version to 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
purebytecode:
210
210
        rm -f spatch.opt spatch
211
211
        $(MAKE) BYTECODE_STATIC="" spatch
 
212
        perl -p -i -e 's/^#!.*/#!\/usr\/bin\/ocamlrun/' spatch
212
213
 
213
214
 
214
215
##############################################################################
341
342
 
342
343
BINSRC=spatch env.sh env.csh standard.h standard.iso \
343
344
       *.txt \
344
 
       docs/manual/options.pdf docs/manual/cocci_syntax.pdf docs/spatch.1 \
 
345
       docs/manual/manual.pdf docs/manual/options.pdf docs/manual/main_grammar.pdf docs/spatch.1 \
345
346
       docs/manual/cocci-python.txt \
346
347
       demos/foo.* demos/simple.*
347
348
#      $(PYLIB) python/coccilib/ demos/printloc.*
387
388
        ./configure --without-python
388
389
        make docs
389
390
        make bintar
 
391
        make bytecodetar
390
392
        make staticbintar
391
 
        make bytecodetar
 
393
 
392
394
 
393
395
# I currently pre-generate the parser so the user does not have to
394
396
# install menhir on his machine. We could also do a few cleanups.