comparison src/of-ocs-1-cross-fixes.patch @ 3989:cdbce8086eaa

of-ocs: new package * Makefile.in: add ocs to OCTAVE_FORGE_PACKAGES * build_packages.m: add ocs-0.1.4.tar.gz to install * dist-files.mk: add refs to of-ocs-1-cross-fixes.patch, of-ocs.mk * src/of-ocs-1-cross-fixes.patch: new file * src/of-ocs.mk: new file * index.html: add of-ocs
author John Donoghue <john.donoghue@ieee.org>
date Tue, 07 Jul 2015 20:43:46 -0400
parents
children
comparison
equal deleted inserted replaced
3988:5b8ff612595a 3989:cdbce8086eaa
1 diff -ur ocs.old/src/Makefile ocs/src/Makefile
2 --- ocs.old/src/Makefile 2015-07-07 20:23:51.000000000 -0400
3 +++ ocs/src/Makefile 2015-07-07 20:24:25.000000000 -0400
4 @@ -1,9 +1,10 @@
5 OCTFILES:=Mshichmanhodgesmosfet.oct
6 +MKOCTFILE ?= mkoctfile
7
8 all: $(OCTFILES)
9
10 %.oct: %.cc
11 - mkoctfile $<
12 + $(MKOCTFILE) $<
13
14 clean:
15 -rm -f *.o core octave-core *.oct *~