~ubuntu-branches/debian/jessie/bristol/jessie

« back to all changes in this revision

Viewing changes to libbristolaudio/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-10 12:21:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091110122104-432yau0haobyl122
Tags: 0.40.6-1
* Adopting this (Closes: #546954).
* Create new bristol-data runtime package, it will contain application's
  architecture-indipendent data files.
* Drop all patches, now useless.
* Switch to debhelper 7.
* debian/copyright: Update according to DEP-5 spec.
* debian/bristol.1: Fix little spelling mistake.
* Replace patch system, from dpatch to quilt.
* Add 01-spelling_errors.patch patch to fix spelling-error-in-binary.
* debian/rules: dh_makeshlibs doesn't touch shlibs/symbols file, libraries
  under /usr/lib/bristol/ are private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
BRISTOL_HAS_ALSA = @BRISTOL_HAS_ALSA@
92
92
BRISTOL_HAS_JACK = @BRISTOL_HAS_JACK@
93
93
BRISTOL_HAS_JACK_MIDI = @BRISTOL_HAS_JACK_MIDI@
 
94
BRISTOL_HAS_LIBLO = @BRISTOL_HAS_LIBLO@
 
95
BRISTOL_HAS_OSS = @BRISTOL_HAS_OSS@
94
96
BRISTOL_MAJOR_VERSION = @BRISTOL_MAJOR_VERSION@
95
97
BRISTOL_MICRO_VERSION = @BRISTOL_MICRO_VERSION@
96
98
BRISTOL_MINOR_VERSION = @BRISTOL_MINOR_VERSION@
125
127
JACK_LIBS = @JACK_LIBS@
126
128
LD = @LD@
127
129
LDFLAGS = @LDFLAGS@
 
130
LIBLO_CFLAGS = @LIBLO_CFLAGS@
 
131
LIBLO_LIBS = @LIBLO_LIBS@
128
132
LIBOBJS = @LIBOBJS@
129
133
LIBS = @LIBS@
130
134
LIBTOOL = @LIBTOOL@
134
138
MAKEINFO = @MAKEINFO@
135
139
NM = @NM@
136
140
NMEDIT = @NMEDIT@
 
141
OBJDUMP = @OBJDUMP@
137
142
OBJEXT = @OBJEXT@
138
143
OTOOL = @OTOOL@
139
144
OTOOL64 = @OTOOL64@
197
202
sysconfdir = @sysconfdir@
198
203
target_alias = @target_alias@
199
204
AUTOMAKE_OPTIONS = foreign
200
 
AM_CFLAGS = -Wall -g -I$(srcdir)/../include/slab -I$(srcdir)/../include/bristol -DBRISTOL_HAS_ALSA=@BRISTOL_HAS_ALSA@ @BRISTOL_HAS_JACK@ @ALSA_CFLAGS@ @JACK_CFLAGS@
 
205
AM_CFLAGS = -Wall -g -I$(srcdir)/../include/slab -I$(srcdir)/../include/bristol -DBRISTOL_HAS_OSS=@BRISTOL_HAS_OSS@ -DBRISTOL_HAS_ALSA=@BRISTOL_HAS_ALSA@ @BRISTOL_HAS_JACK@ @ALSA_CFLAGS@ @JACK_CFLAGS@
201
206
libbristolaudio_la_LDFLAGS = -export-dynamic -version-info @BRISTOL_SO_VERSION@
202
207
libbristolaudio_la_LIBADD = @ALSA_LIBS@ @JACK_LIBS@
203
208
lib_LTLIBRARIES = libbristolaudio.la