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

« back to all changes in this revision

Viewing changes to sflphone-common/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:
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
 
17
 
 
18
# Global variables
 
19
 
 
20
#CXXFLAGS=-Wall -Werror -Wextra
17
21
VPATH = @srcdir@
18
22
pkgdatadir = $(datadir)/@PACKAGE@
19
23
pkgincludedir = $(includedir)/@PACKAGE@
190
194
PKGADD_PKG = @PKGADD_PKG@
191
195
PKGADD_VENDOR = @PKGADD_VENDOR@
192
196
PKG_CONFIG = @PKG_CONFIG@
 
197
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
198
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
193
199
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
194
200
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
195
201
RANLIB = @RANLIB@
273
279
top_srcdir = @top_srcdir@
274
280
xml_CFLAGS = @xml_CFLAGS@
275
281
xml_LIBS = @xml_LIBS@
276
 
 
277
 
# Global variables
 
282
yaml_CFLAGS = @yaml_CFLAGS@
 
283
yaml_LIBS = @yaml_LIBS@
278
284
src = $(top_srcdir)
279
285
sfllibdir = $(DESTDIR)$(libdir)/sflphone
280
286
sflcodecdir = $(sfllibdir)/codecs
281
287
sflplugindir = $(sfllibdir)/plugins
282
 
ASTYLERC = "../astylerc"
 
288
ASTYLERC = "$(top_srcdir)/../astylerc"
283
289
indent = "/usr/bin/astyle"
284
290
 
285
291
# for pjsip
323
329
        -DPREFIX=\"$(prefix)\" \
324
330
        -DPROGSHAREDIR=\"${datadir}/sflphone\" \
325
331
        $(ZEROCONFFLAGS) \
 
332
        $(GSTREAMER_CFLAGS) \
 
333
        $(LIBAVCODEC_CFLAGS) \
 
334
        $(LIBSWSCALE_CFLAGS) \
326
335
        $(IAX_FLAGS) \
327
336
        $(SIP_CFLAGS) \
328
337
        -DCODECS_DIR=\""$(sflcodecdir)"\" \
832
841
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
833
842
        ps ps-am tags tags-recursive uninstall uninstall-am
834
843
 
 
844
 
 
845
indent:
 
846
        @echo "Indenting code:"
 
847
        if [ -f $(ASTYLERC) ] ; then \
 
848
                find $(top_srcdir)/src/ -regex ".*\.\(h\|cpp\)" -exec $(indent) --options=$(ASTYLERC) {} \; ; \
 
849
        fi
835
850
@BUILD_TEST_TRUE@unittest:
836
851
@BUILD_TEST_TRUE@       @(cd test; make)
837
852
@BUILD_TEST_TRUE@       @echo ""
848
863
        @echo "D-Bus API HTML documentation has been generated in doc/dbus-api/doc/spec"
849
864
        @echo ""
850
865
 
851
 
indent:
852
 
        @echo "Indenting code:"
853
 
        if [ -f $(ASTYLERC) ] ; then \
854
 
                $(indent) --options=$(ASTYLERC) --recursive *.cpp *.h; \
855
 
        fi
856
 
 
857
866
# Tell versions [3.59,3.63) of GNU make to not export all variables.
858
867
# Otherwise a system limit (for SysV at least) may be exceeded.
859
868
.NOEXPORT: