summarylogtreecommitdiffstats
path: root/makefile.patch
blob: 7ad7b69caed9f669f4af636e55612b06062c1a21 (plain)
1
2
3
4
5
6
7
8
9
12c12
< everything:    	tmt example test_exc nl_ex sl_ex garch 
---
> everything:    	libnewmat.so tmt example test_exc nl_ex sl_ex garch 
14a15,18
> 
> libnewmat.so: CXXFLAGS += -fPIC
> libnewmat.so:   $(newmat_lobj)
> 		gcc -shared $(newmat_lobj) -o $@