~ubuntu-branches/ubuntu/lucid/ocaml-alsa/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis, Stefano Zacchiroli, Romain Beauxis, Julien Cristau
  • Date: 2008-04-14 21:13:15 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080414211315-ajfpbr6vnnp9sjvb
Tags: 0.1.3-1
[ Stefano Zacchiroli ]
* fix vcs-svn field to point just above the debian/ dir

[ Romain Beauxis ]
* New upstream release, now installs .cmx file
* Updated standards to 3.7.3
* Changed maintainer and uploaders to Liquidsoap Packaging Team
* Changed doc-bace section to new name

[ Julien Cristau ]
* Fix FTBFS with new dpkg-dev by setting CFLAGS correctly in
  debian/rules (closes: 476037)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
# by Samuel Mimram and Romain Beauxis
5
5
 
6
 
# $Id: Makefile.in 4670 2007-10-17 16:34:56Z metamorph68 $
 
6
# $Id: Makefile.in 5348 2008-03-31 00:48:52Z metamorph68 $
7
7
 
8
8
OCAMLMAKEFILE = OCamlMakefile
9
9
 
26
26
SOURCES = alsa.mli alsa.ml alsa_stubs.c
27
27
RESULT = alsa
28
28
OCAMLDOCFLAGS = -stars
29
 
LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
 
29
LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.cmx *.a *.so)
30
30
ACLIBS = @LIBS@ @libasound2_LIBS@
31
31
LDFLAGS = @LDFLAGS@ @libasound2_LDFLAGS@
32
32
CLIBS = $(ACLIBS:-l%=%)