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

    1: noinst_PROGRAMS		= mic mis		# Build, but don't install
    2: 
    3: AM_CPPFLAGS		= -I$(top_srcdir)/src
    4: 
    5: mic_SOURCES		= mic.c
    6: mic_CFLAGS		= -g
    7: mic_LDADD		= ../src/libiperf.la
    8: mic_LDFLAGS		= -g
    9: 
   10: mis_SOURCES		= mis.c
   11: mis_CFLAGS		= -g
   12: mis_LDADD		= ../src/libiperf.la
   13: mis_LDFLAGS		= -g

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