Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
872888a5
Commit
872888a5
authored
2 months ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Makefile.am: added CMakeLists.txt
parent
dd60703b
No related branches found
No related tags found
1 merge request
!116
Makefile.am: added CMakeLists.txt
Pipeline
#94573
passed
2 months ago
Stage: basic
Stage: levante
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+1
-0
1 addition, 0 deletions
Makefile.am
app/Makefile.am
+2
-0
2 additions, 0 deletions
app/Makefile.am
src/Makefile.am
+1
-0
1 addition, 0 deletions
src/Makefile.am
tests/Makefile.am
+2
-0
2 additions, 0 deletions
tests/Makefile.am
with
6 additions
and
0 deletions
Makefile.am
+
1
−
0
View file @
872888a5
...
...
@@ -11,6 +11,7 @@ doc/cdi_fman.pdf:
EXTRA_DIST
=
\
LICENSE
\
CMakeLists.txt
\
config/interface.rb
\
doc/cdi_cman.pdf
\
doc/cdi_fman.pdf
\
...
...
This diff is collapsed.
Click to expand it.
app/Makefile.am
+
2
−
0
View file @
872888a5
...
...
@@ -2,6 +2,8 @@ bin_PROGRAMS =
noinst_PROGRAMS
=
check_PROGRAMS
=
EXTRA_DIST
=
CMakeLists.txt
if
ENABLE_CDI_APP
if
ENABLE_CDI_LIB
bin_PROGRAMS
+=
cdi
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
0
View file @
872888a5
...
...
@@ -3,6 +3,7 @@ check_LTLIBRARIES =
noinst_LTLIBRARIES
=
EXTRA_PROGRAMS
=
make_fint
EXTRA_DIST
=
\
CMakeLists.txt
\
cdilib.c
\
make_cdilib
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
2
−
0
View file @
872888a5
TEST_EXTENSIONS
=
@EXEEXT@ .run
EXTRA_DIST
=
CMakeLists.txt
# Serial tests:
TESTS
=
\
calendar_test1
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment