comparison binary-dist-rules.mk @ 5742:b532d40c63d8

Add Octave package biosig version 2.2.1 * Makefile.in: Add new target and variables for bundled Octave packages that aren't listed on Octave Forge. * binary-dist-rules.mk: Include new build target. * src/opkg-biosig.mk: Add new file for Octave package biosig. * dist-files.mk, index.html: Add new file to build system.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Apr 2021 11:14:17 +0200
parents 6805ab42c8aa
children 90a4202652e7
comparison
equal deleted inserted replaced
5741:572b200a3ef8 5742:b532d40c63d8
47 WINDOWS_BINARY_DIST_DEPS += \ 47 WINDOWS_BINARY_DIST_DEPS += \
48 native-binutils \ 48 native-binutils \
49 native-gcc \ 49 native-gcc \
50 npp 50 npp
51 endif 51 endif
52
53 # other packages we want to include
54 WINDOWS_BINARY_DIST_DEPS += \
55 biosig
56 endif 52 endif
57 53
58 BINARY_DIST_DEPS := \ 54 BINARY_DIST_DEPS := \
59 $(OCTAVE_TARGET) \ 55 $(OCTAVE_TARGET) \
60 blas-packages \ 56 blas-packages \
61 octave-forge-packages \ 57 octave-forge-packages \
58 octave-other-packages \
62 devel-packages \ 59 devel-packages \
63 units \ 60 units \
64 transfig \ 61 transfig \
65 $(WINDOWS_BINARY_DIST_DEPS) 62 $(WINDOWS_BINARY_DIST_DEPS)
66 63