summaryrefslogtreecommitdiff
path: root/rules.mak
AgeCommit message (Expand)AuthorFilesLines
2018-03-23make: switch from -I to -iquoteMichael S. Tsirkin1-1/+1
2018-02-13Revert "build-sys: silence make by default or V=0"Daniel P. Berrange1-2/+0
2018-01-12build-sys: silence make by default or V=0Marc-André Lureau1-0/+2
2017-06-15docs: create interop/ subdirectoryPaolo Bonzini1-1/+1
2017-06-07configure: split c and cxx extra flagsBruno Dominguez1-3/+0
2017-03-16qapi: Clean up build of generated documentationMarkus Armbruster1-1/+1
2017-02-07rules: don't try to create missing include dirsDaniel P. Berrange1-1/+0
2017-01-31make: move top level dir to end of include search pathDaniel P. Berrange1-7/+23
2017-01-16build-sys: add qapi doc generation targetsMarc-André Lureau1-0/+2
2017-01-16build-sys: use a generic TEXI2MAN ruleMarc-André Lureau1-0/+10
2016-12-22rules.mak: add more rules to avoid chainingPaolo Bonzini1-0/+4
2016-12-22rules.mak: speedup save-vars load-varsPaolo Bonzini1-12/+10
2016-11-29rules.mak: Also try -r to build modulesPaolo Bonzini1-1/+1
2016-11-28rules.mak: Use -r instead of -Wl, -r to fix building when PIE is defaultAdrian Bunk1-1/+1
2016-10-08build-sys: fix find-in-pathMarc-André Lureau1-1/+1
2016-10-06rules.mak: quiet-command: Split command name and args to printPeter Maydell1-13/+19
2016-09-13rules.mak: Don't extract libs from .mo-libs in link commandFam Zheng1-1/+1
2016-09-06s390x/cpumodel: generate CPU feature lists for CPU modelsMichael Mueller1-0/+1
2016-07-29optionrom: fix detection of -Wa,-32Paolo Bonzini1-0/+2
2016-07-10build: Use $(AS) for optionrom explicitlyRichard Henderson1-1/+1
2016-07-05build: Use $(CCAS) for compiling .S filesRichard Henderson1-5/+2
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-06-07Fix linking relocatable objects on SparcJames Clarke1-1/+1
2016-06-07Makefile: add dependency on scripts/create_configPaolo Bonzini1-1/+1
2016-06-01rules.mak: Add "COMMA" constantFam Zheng1-0/+2
2016-02-17rules: filter out irrelevant filesMichael S. Tsirkin1-1/+1
2016-02-11remove libtool supportMichael Tokarev1-18/+0
2015-08-13make: load only required dependency files.Victor Kaplansky1-1/+1
2015-08-13make: fix where dependency *.d are stored.Victor Kaplansky1-1/+1
2015-05-08rules.mak: Force CFLAGS for all objects in DSOFam Zheng1-1/+3
2015-01-14rules.mak: Fix module buildFam Zheng1-11/+12
2014-10-31rules.mak: Allow .mo-objs and .mo-cflags in -y variablesFam Zheng1-0/+5
2014-09-19Fix cross compilation (nm command)Stefan Weil1-1/+1
2014-09-09rules.mak: Fix DSO build by pulling in archive symbolsFam Zheng1-3/+40
2014-06-24build-sys: introduce install-prog macro to install&strip binaries and use itMichael Tokarev1-0/+7
2014-06-16rules.mak: remove $(sort) from extract-libsPaolo Bonzini1-1/+1
2014-06-10rules.mak: Rewrite unnest-varsFam Zheng1-79/+158
2014-05-09build: simplify and fix fix-obj-varsPaolo Bonzini1-7/+7
2014-05-08build: add support for per-object -cflags and -libs to all rulesPaolo Bonzini1-5/+5
2014-05-08build: Fix per-object variables for Makefile.targetPaolo Bonzini1-0/+1
2014-03-17rules.mak: Fix per object libs extractionFam Zheng1-2/+2
2014-02-20module: implement module loadingFam Zheng1-0/+3
2014-02-20rules.mak: introduce DSO rulesFam Zheng1-9/+43
2014-02-20rules.mak: allow per object cflags and libsFam Zheng1-3/+16
2014-02-20rules.mak: fix $(obj) to a real relative pathFam Zheng1-5/+9
2014-02-08rules.mak: Link with C++ if we have a C++ compilerPeter Maydell1-2/+6
2014-02-08rules.mak: Support .cc as a C++ source file suffixPeter Maydell1-1/+5
2013-10-16rules.mak: New string testing functionsPeter Maydell1-0/+11
2013-10-16rules.mak: New logical functions for handling y/n valuesPeter Maydell1-0/+17
2013-09-09configure: Support configuring C++ compilerTomoki Sekiyama1-1/+8