~ubuntu-branches/ubuntu/hardy/ocaml-doc/hardy

« back to all changes in this revision

Viewing changes to examples/grep/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2007-09-08 01:49:22 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070908014922-lvihyehz0ndq7suu
Tags: 3.10-1
* New upstream release.
* Removed camlp4 documentation since it is not up-to-date.
* Updated to standards version 3.7.2, no changes needed.
* Updated my email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CamlProgP4(grep,expr.cmo auto.cmo ensent.cmo determ.cmo grep.cmo,)
2
 
CamlProgP4Opt(fastgrep,expr.cmx auto.cmx ensent.cmx determ.cmx grep.cmx,)
3
 
CamlCustomProg(cfastgrep,expr.cmo auto.cmo ensent.cmo determ.cmo fastgrep.cmo fastrec.o,)
4
 
 
5
 
fastrec.o: fastrec.c
6
 
        $(CAMLC) -c -I $(LIBDIR)/caml fastrec.c
7
 
 
8
 
clean::
9
 
        rm -f fastrec.o