Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Biosig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Alois SCHLOEGL
Biosig
Commits
5f4a37bd
Commit
5f4a37bd
authored
4 years ago
by
Alois Schlögl
Browse files
Options
Downloads
Patches
Plain Diff
- install biosig4octave scripts added
- install biosig4matlab scripts in $PREFIX/share/biosig
parent
c89e6459
No related branches found
Branches containing commit
Tags
libbiosig-2.0.5
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.in
+22
-6
22 additions, 6 deletions
Makefile.in
with
22 additions
and
6 deletions
Makefile.in
+
22
−
6
View file @
5f4a37bd
...
...
@@ -32,14 +32,15 @@ mex4o octave: lib
R
:
lib
make
-C
biosig4c++/R
install
::
tools
install
::
make
-C
biosig4c++
install
install
-d
$(
DESTDIR
)
/share/biosig/matlab
cp
-r
biosig4matlab/
*
$(
DESTDIR
)
/share/biosig/matlab/
install
-d
$(
DESTDIR
)
@prefix@/share/biosig/matlab
cp
-r
biosig4matlab/
*
$(
DESTDIR
)
@prefix@/share/biosig/matlab/
rm
-rf
$(
DESTDIR
)
@prefix@/share/biosig/matlab/maybe-missing
uninstall
::
make
-C
biosig4c++ uninstall
rm
-rf
$(
DESTDIR
)
/share/biosig
rm
-rf
$(
DESTDIR
)
@prefix@
/share/biosig
clean
::
make
-C
biosig4c++/mma clean
...
...
@@ -49,7 +50,6 @@ distclean ::
make
-C
biosig4c++ distclean
ifneq
(:,@JAVA@)
ifneq
(:,@JAVAC@)
first
::
lib
...
...
@@ -82,18 +82,34 @@ endif
ifneq
(:,@OCTAVE@)
ifneq
(:,@MKOCTFILE@)
BIOSIG_MEX_DIR
=
$(
shell octave-config
-p
LOCALOCTFILEDIR
)
/biosig
BIOSIG_DIR
=
$(
shell octave-config
-p
LOCALFCNFILEDIR
)
/biosig
first
::
make octave
make
-C
biosig4c++ mexbiosig
install
::
# mexbiosig
-
@OCTAVE@
--no-gui
--eval
"pkg install -global biosig4c++/mex/mexbiosig-@PACKAGE_VERSION@.src.tar.gz"
# *.mex
mkdir
-p
$(
BIOSIG_MEX_DIR
)
install
biosig4c++/mex/
*
.mex
$(
BIOSIG_MEX_DIR
)
# biosig for octave and matlab
mkdir
-p
$(
BIOSIG_DIR
)
cp
-r
biosig4matlab/
*
$(
BIOSIG_DIR
)
rm
-rf
$(
BIOSIG_DIR
)
/maybe-missing
uninstall
::
# mexbiosig
-
@OCTAVE@
--no-gui
--eval
"pkg uninstall -global mexbiosig"
# *.mex
rm
-rf
$(
BIOSIG_MEX_DIR
)
# biosig for octave and matlab
rm
-rf
$(
BIOSIG_MEX_DIR
)
endif
endif
ifneq
(:,@PYTHON@)
first
::
-
PYTHON
=
@PYTHON@ make
-C
biosig4c++/python
build
-
PYTHON
=
@PYTHON@ make
-C
biosig4c++/python
release
install
::
-
PYTHON
=
@PYTHON@ make
-C
biosig4c++/python
install
-
@PYTHON@
-m
pip
install
biosig4c++/python/dist/Biosig-@PACKAGE_VERSION@.tar.gz
...
...
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