File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iperf / examples / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 13:28:18 2016 UTC (7 years, 8 months ago) by misho
Branches: iperf, MAIN
CVS tags: v3_3_9, v3_1_3p0, v3_1_3, v3_15, HEAD
iperf3 3.1.3

noinst_PROGRAMS		= mic mis		# Build, but don't install

AM_CPPFLAGS		= -I$(top_srcdir)/src

mic_SOURCES		= mic.c
mic_CFLAGS		= -g
mic_LDADD		= ../src/libiperf.la
mic_LDFLAGS		= -g

mis_SOURCES		= mis.c
mis_CFLAGS		= -g
mis_LDADD		= ../src/libiperf.la
mis_LDFLAGS		= -g

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>