aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
blob: 0afe43c7be79cb60091c25f33481bd2e91a6f6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Copyright 2010 Ettus Research LLC
#

USRP_UHD_LA = $(abs_top_builddir)/lib/libusrp_uhd.la

USRP_UHD_USRP_DBOARD_LA = $(abs_top_builddir)/lib/usrp/dboard/lib.la

GENERAL_CPPFLAGS = \
	-W -Wall -Werror -ansi -pedantic \
	-I$(top_srcdir)/include \
	$(BOOST_CPPFLAGS)

GENERAL_LDDFLAGS = \
	$(BOOST_LDFLAGS) \
	$(BOOST_THREAD_LIB)