You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|