Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
2d92e247
Commit
2d92e247
authored
Jul 02, 2019
by
Sergey Kosukhin
Browse files
Build CDI application for testing.
parent
d3cefd75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
2d92e247
## Process this file with automake to produce Makefile.in
#
SUBDIRS
=
src interfaces examples examples/pio tests
if
ENABLE_CDI_APP
SUBDIRS
+=
app
endif
SUBDIRS
=
src interfaces app examples examples/pio tests
#
EXTRA_DIST
=
config/default
\
doc/cdi_cman.pdf
\
...
...
app/Makefile.am
View file @
2d92e247
...
...
@@ -2,13 +2,18 @@
#
bin_PROGRAMS
=
noinst_PROGRAMS
=
check_PROGRAMS
=
if
ENABLE_CDI_APP
if
ENABLE_CDI_LIB
bin_PROGRAMS
+=
cdi
else
noinst_PROGRAMS
+=
cdi
endif
bin_PROGRAMS
+=
cdi
else
!ENABLE_CDI_LIB
noinst_PROGRAMS
+=
cdi
endif
!ENABLE_CDI_LIB
noinst_PROGRAMS
+=
createtable
else
!ENABLE_CDI_APP
check_PROGRAMS
+=
cdi
endif
!ENABLE_CDI_APP
#
noinst_PROGRAMS
+=
createtable
#
cdi_SOURCES
=
cdi.c printinfo.c printinfo.h
cdi_LDADD
=
$(top_builddir)
/src/libcdi.la @LIBS@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment