summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/test/bsm/Makefile.am
blob: a4f58b5cf0fd1a7a6cf593a83de11864736aa00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $P4: //depot/projects/trustedbsd/openbsm/test/bsm/Makefile.am#3 $
#

if USE_NATIVE_INCLUDES
INCLUDES = -I$(top_builddir) -I$(top_srcdir)
else
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys
endif

bin_PROGRAMS = generate
generate_SOURCES = generate.c
generate_LDADD = $(top_builddir)/libbsm/libbsm.la
OpenPOWER on IntegriCloud