annotate examples/data/module.mk @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents c2c528319260
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 %canon_reldir%_EXTRA_DIST =
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
28404
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
3 %canon_reldir%_DAT = \
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
4 %reldir%/penny.mat \
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
5 %reldir%/west0479.mat
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
6
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
7 %canon_reldir%_EXTRA_DIST += \
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
8 $(%canon_reldir%_DAT) \
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
9 %reldir%/README \
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
10 %reldir%/west0479.mtx
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 octdata_DATA += \
28404
c2c528319260 add west0479 sample data file (patch #9544)
John W. Eaton <jwe@octave.org>
parents: 28403
diff changeset
13 $(%canon_reldir%_DAT)
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)