Mercurial > hg > m4-sa
changeset 67:8c65fff56cab
more libs use static linking
author | gyorgyf |
---|---|
date | Sat, 18 Feb 2012 21:18:17 +0000 |
parents | c98f0ece3e80 |
children | 5e432835d7e1 |
files | Makefile sonic-annotator |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Feb 17 11:38:04 2012 +0000 +++ b/Makefile Sat Feb 18 21:18:17 2012 +0000 @@ -16,7 +16,8 @@ INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I../svcore -Io LINK = g++ LFLAGS = -Wl,-O1 -LIBS = $(SUBLIBS) -L../svcore -L/usr/lib -lsvcore -lasound -lbz2 -lfftw3 -lfftw3f -lm -lsndfile -lsamplerate -L/usr/local/lib -lvamp-hostsdk -ldl -lrubberband -lrdf -lrasqal -lraptor -llo -ljack -lrt -lpulse -llrdf -loggz -logg -lfishsound -lmad -lid3tag -lz -lpthread -lQtXml -lQtNetwork -lQtCore +#LIBS = $(SUBLIBS) -L../svcore -L/usr/lib -lsvcore -lasound -lbz2 -lfftw3 -lfftw3f -lm -lsndfile -lsamplerate -lpulse -L/usr/local/lib -lvamp-hostsdk -ldl -lrubberband -lrdf -lrasqal -lraptor -llo -ljack -lrt -llrdf -loggz -logg -lfishsound -lmad -lid3tag -lz -lpthread -lQtXml -lQtNetwork -lQtCore +LIBS = $(SUBLIBS) -L../svcore -L/usr/lib -L/usr/local/lib -Wl,-Bstatic -lsvcore -lasound -lbz2 -lfftw3 -lfftw3f -lm -lsndfile -lsamplerate -lvamp-hostsdk -lrubberband -llo -ljack -lrt -llrdf -loggz -logg -lfishsound -lmad -lz -lid3tag -Wl,-Bdynamic -lQtXml -lQtNetwork -lQtCore -lpthread -ldl -lpulse -lrdf -lrasqal -lraptor AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake-qt4