source: tags/terminal-6.x/HEADERLIBS/Makefile

Last change on this file was 15215, checked in by westram, 8 years ago
File size: 179 bytes
Line 
1
2all: eigen
3
4clean:
5        rm -rf eigen/
6
7EIGEN_PATCH=eigen_fix_gcc_610_compile.patch
8
9eigen: eigen.tgz $(EIGEN_PATCH) Makefile
10        tar -zxvf $<
11        patch -p0 < $(EIGEN_PATCH)
12        touch eigen/
13
Note: See TracBrowser for help on using the repository browser.