Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
cohtdrivers
coht
Merge requests
!10
Resolve "review rawio"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "review rawio"
18-review-rawio
into
master
Overview
0
Commits
4
Changes
1
Merged
Federico Vaga
requested to merge
18-review-rawio
into
master
2 years ago
Overview
0
Commits
4
Changes
1
Expand
Closes
#18 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
006bf481
4 commits,
2 years ago
1 file
+
7
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
rawio/Makefile
+
7
−
8
Options
REPO_PARENT
?=
$(
shell
pwd
)
/..
# include the build environment
include
..
/common.mk
-
include
$(REPO_PARENT)
/common.mk
CFLAGS
+=
-I
..
/vmebridge/include
CFLAGS
+=
-I
$(
REPO_PARENT
)
/vmebridge
-ng
/include
CFLAGS
+=
-DGIT_VERSION
=
\"
$(
GIT_VERSION
)
\"
all
:
vmeio
.$(CPU)
all
:
vmeio
clean
:
$(
RM
)
vmeio.
$(
CPU
)
cleanall
:
$(
RM
)
vmeio.
{
$(
ALL_CPUS_COMMAS
)
}
$(
RM
)
vmeio
PRODUCT_NAME
=
rawio
PROGS_LIST
=
vmeio
.
$(
CPU
)
PROGS_LIST
=
vmeio
# version of the programs/tools
PROG_MAJOR
=
1
Loading