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

« back to all changes in this revision

Viewing changes to sflphone-common/src/iax/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@
178
182
PKGADD_PKG = @PKGADD_PKG@
179
183
PKGADD_VENDOR = @PKGADD_VENDOR@
180
184
PKG_CONFIG = @PKG_CONFIG@
 
185
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
186
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
181
187
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
182
188
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
183
189
RANLIB = @RANLIB@
261
267
top_srcdir = @top_srcdir@
262
268
xml_CFLAGS = @xml_CFLAGS@
263
269
xml_LIBS = @xml_LIBS@
264
 
 
265
 
# Global variables
 
270
yaml_CFLAGS = @yaml_CFLAGS@
 
271
yaml_LIBS = @yaml_LIBS@
266
272
src = $(top_srcdir)
267
273
sfllibdir = $(DESTDIR)$(libdir)/sflphone
268
274
sflcodecdir = $(sfllibdir)/codecs
269
275
sflplugindir = $(sfllibdir)/plugins
270
 
ASTYLERC = "../astylerc"
 
276
ASTYLERC = "$(top_srcdir)/../astylerc"
271
277
indent = "/usr/bin/astyle"
272
278
 
273
279
# for pjsip
311
317
        -DPREFIX=\"$(prefix)\" \
312
318
        -DPROGSHAREDIR=\"${datadir}/sflphone\" \
313
319
        $(ZEROCONFFLAGS) \
 
320
        $(GSTREAMER_CFLAGS) \
 
321
        $(LIBAVCODEC_CFLAGS) \
 
322
        $(LIBSWSCALE_CFLAGS) \
314
323
        $(IAX_FLAGS) \
315
324
        $(SIP_CFLAGS) \
316
325
        -DCODECS_DIR=\""$(sflcodecdir)"\" \
641
650
        pdf pdf-am ps ps-am tags uninstall uninstall-am
642
651
 
643
652
 
 
653
indent:
 
654
        @echo "Indenting code:"
 
655
        if [ -f $(ASTYLERC) ] ; then \
 
656
                find $(top_srcdir)/src/ -regex ".*\.\(h\|cpp\)" -exec $(indent) --options=$(ASTYLERC) {} \; ; \
 
657
        fi
 
658
 
644
659
# Tell versions [3.59,3.63) of GNU make to not export all variables.
645
660
# Otherwise a system limit (for SysV at least) may be exceeded.
646
661
.NOEXPORT: