~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to include/c/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
DIST_COMMON = $(libc_urg_include_HEADERS) $(srcdir)/Makefile.am \
37
37
        $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
40
 
        $(top_srcdir)/configure.in
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
41
        $(ACLOCAL_M4)
43
42
mkinstalldirs = $(install_sh) -d
64
63
AUTOHEADER = @AUTOHEADER@
65
64
AUTOMAKE = @AUTOMAKE@
66
65
AWK = @AWK@
67
 
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
68
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
69
66
CC = @CC@
70
67
CCDEPMODE = @CCDEPMODE@
71
68
CFLAGS = @CFLAGS@
182
179
top_builddir = @top_builddir@
183
180
top_srcdir = @top_srcdir@
184
181
libc_urg_includedir = ${includedir}/c_urg
185
 
libc_urg_include_HEADERS = urg_ctrl.h urg_t.h urg_parameter_t.h serial_ctrl.h serial_utils.h serial_t.h serial_t_lin.h serial_t_win.h detect_os.h delay.h math_utils.h ticks.h ring_buffer.h
 
182
libc_urg_include_HEADERS = urg_ctrl.h urg_t.h urg_parameter_t.h serial_ctrl.h serial_utils.h serial_t.h serial_t_lin.h serial_t_win.h detect_os.h urg_delay.h math_utils.h urg_ticks.h ring_buffer.h
186
183
all: all-am
187
184
 
188
185
.SUFFIXES: