~ubuntu-branches/ubuntu/trusty/mira/trusty-proposed

« back to all changes in this revision

Viewing changes to src/debuggersupport/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz, Thorsten Alteholz, Andreas Tille
  • Date: 2014-02-02 22:51:35 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140202225135-nesemzj59jjgogh0
Tags: 4.0-1
[ Thorsten Alteholz ]
* New upstream version 
* debian/rules: add boost dir in auto_configure (Closes: #735798)

[ Andreas Tille ]
* cme fix dpkg-control
* debian/patches/{make.patch,spelling.patch}: applied upstream (thus removed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40
40
        $(srcdir)/Makefile.in
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/config/m4/ax_boost_base.m4 \
43
 
        $(top_srcdir)/config/m4/ax_boost_filesystem.m4 \
44
 
        $(top_srcdir)/config/m4/ax_boost_iostreams.m4 \
45
 
        $(top_srcdir)/config/m4/ax_boost_regex.m4 \
46
 
        $(top_srcdir)/config/m4/ax_boost_system.m4 \
47
 
        $(top_srcdir)/config/m4/ax_boost_thread.m4 \
48
 
        $(top_srcdir)/config/m4/ax_check_zlib.m4 \
49
 
        $(top_srcdir)/config/m4/ax_cxx_have_std.m4 \
50
 
        $(top_srcdir)/config/m4/ax_cxx_have_stl.m4 \
51
 
        $(top_srcdir)/config/m4/ax_cxx_namespaces.m4 \
52
 
        $(top_srcdir)/config/m4/ax_lib_expat.m4 \
53
 
        $(top_srcdir)/config/m4/libtool.m4 \
54
 
        $(top_srcdir)/config/m4/ltoptions.m4 \
55
 
        $(top_srcdir)/config/m4/ltsugar.m4 \
56
 
        $(top_srcdir)/config/m4/ltversion.m4 \
57
 
        $(top_srcdir)/config/m4/lt~obsolete.m4 \
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
 
43
        $(top_srcdir)/m4/ax_boost_filesystem.m4 \
 
44
        $(top_srcdir)/m4/ax_boost_iostreams.m4 \
 
45
        $(top_srcdir)/m4/ax_boost_regex.m4 \
 
46
        $(top_srcdir)/m4/ax_boost_system.m4 \
 
47
        $(top_srcdir)/m4/ax_boost_thread.m4 \
 
48
        $(top_srcdir)/m4/ax_check_zlib.m4 \
 
49
        $(top_srcdir)/m4/ax_cxx_have_std.m4 \
 
50
        $(top_srcdir)/m4/ax_cxx_have_stl.m4 \
 
51
        $(top_srcdir)/m4/ax_cxx_namespaces.m4 \
 
52
        $(top_srcdir)/m4/ax_lib_expat.m4 $(top_srcdir)/m4/libtool.m4 \
 
53
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
54
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
58
55
        $(top_srcdir)/configure.ac
59
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
57
        $(ACLOCAL_M4)
103
100
BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
104
101
BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
105
102
BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
 
103
BUNDLETARGET = @BUNDLETARGET@
106
104
CC = @CC@
107
105
CCDEPMODE = @CCDEPMODE@
108
106
CFLAGS = @CFLAGS@