Mercurial > hg > x
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:4b35f8ac5113 | 13:de3961f74f30 |
---|---|
1 | |
2 CXXFLAGS := -fno-strict-aliasing -D__fastcall= -D__int32=int -D__int8='signed char' -D__int16=short -D__int64='long long' | |
3 | |
4 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 | |
5 |