Mercurial > hg > x
diff Makefile.gcc-linux @ 13:de3961f74f30 tip
Add Linux/gcc Makefile; build fix
author | Chris Cannam |
---|---|
date | Mon, 05 Sep 2011 15:22:35 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.gcc-linux Mon Sep 05 15:22:35 2011 +0100 @@ -0,0 +1,5 @@ + +CXXFLAGS := -fno-strict-aliasing -D__fastcall= -D__int32=int -D__int8='signed char' -D__int16=short -D__int64='long long' + +libx.a: align8.o fft.o hs.o hsedit.o hssf.o matrix.o multires.o opt.o procedures.o quickspec.o sinest.o sinsyn.o splines.o vibrato.o wavelet.o windowfunctions.o +