~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/src/audio/alsa/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
@SET_MAKE@
17
17
 
 
18
# Global variables
 
19
 
 
20
#CXXFLAGS=-Wall -Werror -Wextra
 
21
 
18
22
 
19
23
VPATH = @srcdir@
20
24
pkgdatadir = $(datadir)/@PACKAGE@
168
172
PKGADD_PKG = @PKGADD_PKG@
169
173
PKGADD_VENDOR = @PKGADD_VENDOR@
170
174
PKG_CONFIG = @PKG_CONFIG@
 
175
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
176
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
171
177
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
172
178
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
173
179
RANLIB = @RANLIB@
251
257
top_srcdir = @top_srcdir@
252
258
xml_CFLAGS = @xml_CFLAGS@
253
259
xml_LIBS = @xml_LIBS@
254
 
 
255
 
# Global variables
 
260
yaml_CFLAGS = @yaml_CFLAGS@
 
261
yaml_LIBS = @yaml_LIBS@
256
262
src = $(top_srcdir)
257
263
sfllibdir = $(DESTDIR)$(libdir)/sflphone
258
264
sflcodecdir = $(sfllibdir)/codecs
259
265
sflplugindir = $(sfllibdir)/plugins
260
 
ASTYLERC = "../astylerc"
 
266
ASTYLERC = "$(top_srcdir)/../astylerc"
261
267
indent = "/usr/bin/astyle"
262
268
 
263
269
# for pjsip
301
307
        -DPREFIX=\"$(prefix)\" \
302
308
        -DPROGSHAREDIR=\"${datadir}/sflphone\" \
303
309
        $(ZEROCONFFLAGS) \
 
310
        $(GSTREAMER_CFLAGS) \
 
311
        $(LIBAVCODEC_CFLAGS) \
 
312
        $(LIBSWSCALE_CFLAGS) \
304
313
        $(IAX_FLAGS) \
305
314
        $(SIP_CFLAGS) \
306
315
        -DCODECS_DIR=\""$(sflcodecdir)"\" \
311
320
 
312
321
noinst_LTLIBRARIES = libalsalayer.la
313
322
libalsalayer_la_SOURCES = alsalayer.cpp 
314
 
noinst_HEADERS = alsalayer.h 
 
323
noinst_HEADERS = alsalayer.h
315
324
all: all-am
316
325
 
317
326
.SUFFIXES:
594
603
        pdf pdf-am ps ps-am tags uninstall uninstall-am
595
604
 
596
605
 
 
606
indent:
 
607
        @echo "Indenting code:"
 
608
        if [ -f $(ASTYLERC) ] ; then \
 
609
                find $(top_srcdir)/src/ -regex ".*\.\(h\|cpp\)" -exec $(indent) --options=$(ASTYLERC) {} \; ; \
 
610
        fi
 
611
 
597
612
# Tell versions [3.59,3.63) of GNU make to not export all variables.
598
613
# Otherwise a system limit (for SysV at least) may be exceeded.
599
614
.NOEXPORT: