]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/management/opensm/osmtest/Makefile.am
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / management / opensm / osmtest / Makefile.am
1
2 if DEBUG
3 DBGFLAGS = -ggdb -D_DEBUG_
4 else
5 DBGFLAGS = -g
6 endif
7
8 INCLUDES = -I$(srcdir)/include $(OSMV_INCLUDES)
9
10 sbin_PROGRAMS = osmtest
11 osmtest_SOURCES = main.c osmtest.c osmt_service.c osmt_slvl_vl_arb.c \
12                  osmt_multicast.c osmt_inform.c
13 if OSMV_VAPI
14 osmtest_SOURCES += osmt_mtl_regular_qp.c
15 endif
16 osmtest_CFLAGS = -Wall $(DBGFLAGS)
17 osmtest_LDADD = -L../complib -losmcomp -L../libvendor -losmvendor -L../opensm -lopensm $(OSMV_LDADD)
18
19 EXTRA_DIST = $(srcdir)/include/osmt_inform.h \
20    $(srcdir)/include/osmtest_subnet.h \
21    $(srcdir)/include/osmtest.h \
22    $(srcdir)/include/osmt_mtl_regular_qp.h \
23    $(srcdir)/include/osmtest_base.h