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

« back to all changes in this revision

Viewing changes to sflphone-common/src/audio/sound/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@
169
173
PKGADD_PKG = @PKGADD_PKG@
170
174
PKGADD_VENDOR = @PKGADD_VENDOR@
171
175
PKG_CONFIG = @PKG_CONFIG@
 
176
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
177
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
172
178
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
173
179
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
174
180
RANLIB = @RANLIB@
252
258
top_srcdir = @top_srcdir@
253
259
xml_CFLAGS = @xml_CFLAGS@
254
260
xml_LIBS = @xml_LIBS@
255
 
 
256
 
# Global variables
 
261
yaml_CFLAGS = @yaml_CFLAGS@
 
262
yaml_LIBS = @yaml_LIBS@
257
263
src = $(top_srcdir)
258
264
sfllibdir = $(DESTDIR)$(libdir)/sflphone
259
265
sflcodecdir = $(sfllibdir)/codecs
260
266
sflplugindir = $(sfllibdir)/plugins
261
 
ASTYLERC = "../astylerc"
 
267
ASTYLERC = "$(top_srcdir)/../astylerc"
262
268
indent = "/usr/bin/astyle"
263
269
 
264
270
# for pjsip
302
308
        -DPREFIX=\"$(prefix)\" \
303
309
        -DPROGSHAREDIR=\"${datadir}/sflphone\" \
304
310
        $(ZEROCONFFLAGS) \
 
311
        $(GSTREAMER_CFLAGS) \
 
312
        $(LIBAVCODEC_CFLAGS) \
 
313
        $(LIBSWSCALE_CFLAGS) \
305
314
        $(IAX_FLAGS) \
306
315
        $(SIP_CFLAGS) \
307
316
        -DCODECS_DIR=\""$(sflcodecdir)"\" \
611
620
        pdf pdf-am ps ps-am tags uninstall uninstall-am
612
621
 
613
622
 
 
623
indent:
 
624
        @echo "Indenting code:"
 
625
        if [ -f $(ASTYLERC) ] ; then \
 
626
                find $(top_srcdir)/src/ -regex ".*\.\(h\|cpp\)" -exec $(indent) --options=$(ASTYLERC) {} \; ; \
 
627
        fi
 
628
 
614
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.
615
630
# Otherwise a system limit (for SysV at least) may be exceeded.
616
631
.NOEXPORT: