~ubuntu-branches/ubuntu/oneiric/ocaml-vorbis/oneiric

« back to all changes in this revision

Viewing changes to examples/Makefile.wav2ogg

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-10-14 17:07:30 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091014170730-ip0cqnl0eyat91oy
Tags: 0.5.1-1
* New upstream release.
* Bumped standards version to 3.8.3
* Changed section to ocaml
* Use new automatic dependency system.
* Enabled debugging.
* Fixed Vcs-* fields. 
* Switch to ocaml.mk
* Versioned license in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SOURCES = wav2ogg.ml
2
2
RESULT = wav2ogg
3
3
LIBS = unix str ogg vorbis
4
 
INCDIRS = ../src /usr/local/lib/ocaml/3.11.0/ogg
 
4
INCDIRS = ../src /usr/lib/ocaml/ogg
5
5
 
6
6
all: nc
7
7