annotate src/of-quaternion-1-cross-fixes.patch @ 3968:d0d5dacd1941

octave: add msys2 patch * src/mingw-default-octave-1-msys-fixes.patch: new file * src/mingw-default-octave-1-msys-fixes.patch: new file * dist-files.mk: add new patches * src/default-octave.mk: add ac_cv_search_tputs=-ltermcap configure option for native mingw * src/octave.mk: add ac_cv_search_tputs=-ltermcap configure option for native mingw
author John Donoghue
date Tue, 16 Jun 2015 11:43:16 -0400
parents 2d8b0a2025e4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3937
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 diff -ur quaternion.orig/src/Makefile quaternion/src/Makefile
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 --- quaternion.orig/src/Makefile 2015-05-10 07:14:09.000000000 -0400
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 +++ quaternion/src/Makefile 2015-05-10 07:15:03.000000000 -0400
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 @@ -1,11 +1,13 @@
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 +MKOCTFILE ?= mkoctfile
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 all: is_real_array.oct
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 # helper
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 is_real_array.oct: is_real_array.cc
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 - mkoctfile is_real_array.cc
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 + $(MKOCTFILE) is_real_array.cc
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 clean:
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 rm -rf *.o core octave-core *.oct *~
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 realclean: clean
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 - rm -rf *.a
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 \ No newline at end of file
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 + rm -rf *.a