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

« back to all changes in this revision

Viewing changes to sflphone-common/src/history/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
VPATH = @srcdir@
19
23
pkgdatadir = $(datadir)/@PACKAGE@
20
24
pkgincludedir = $(includedir)/@PACKAGE@
220
224
PKGADD_PKG = @PKGADD_PKG@
221
225
PKGADD_VENDOR = @PKGADD_VENDOR@
222
226
PKG_CONFIG = @PKG_CONFIG@
 
227
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
228
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
223
229
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
224
230
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
225
231
RANLIB = @RANLIB@
303
309
top_srcdir = @top_srcdir@
304
310
xml_CFLAGS = @xml_CFLAGS@
305
311
xml_LIBS = @xml_LIBS@
306
 
 
307
 
# Global variables
 
312
yaml_CFLAGS = @yaml_CFLAGS@
 
313
yaml_LIBS = @yaml_LIBS@
308
314
src = $(top_srcdir)
309
315
sfllibdir = $(DESTDIR)$(libdir)/sflphone
310
316
sflcodecdir = $(sfllibdir)/codecs
311
317
sflplugindir = $(sfllibdir)/plugins
312
 
ASTYLERC = "../astylerc"
 
318
ASTYLERC = "$(top_srcdir)/../astylerc"
313
319
indent = "/usr/bin/astyle"
314
320
 
315
321
# for pjsip
353
359
        -DPREFIX=\"$(prefix)\" \
354
360
        -DPROGSHAREDIR=\"${datadir}/sflphone\" \
355
361
        $(ZEROCONFFLAGS) \
 
362
        $(GSTREAMER_CFLAGS) \
 
363
        $(LIBAVCODEC_CFLAGS) \
 
364
        $(LIBSWSCALE_CFLAGS) \
356
365
        $(IAX_FLAGS) \
357
366
        $(SIP_CFLAGS) \
358
367
        -DCODECS_DIR=\""$(sflcodecdir)"\" \
767
776
        uninstall uninstall-am
768
777
 
769
778
 
 
779
indent:
 
780
        @echo "Indenting code:"
 
781
        if [ -f $(ASTYLERC) ] ; then \
 
782
                find $(top_srcdir)/src/ -regex ".*\.\(h\|cpp\)" -exec $(indent) --options=$(ASTYLERC) {} \; ; \
 
783
        fi
 
784
 
770
785
# Tell versions [3.59,3.63) of GNU make to not export all variables.
771
786
# Otherwise a system limit (for SysV at least) may be exceeded.
772
787
.NOEXPORT: