summaryrefslogtreecommitdiffstats
path: root/rules.mak
Commit message (Expand)AuthorAgeFilesLines
* make: load only required dependency files.Victor Kaplansky2015-08-131-1/+1
* make: fix where dependency *.d are stored.Victor Kaplansky2015-08-131-1/+1
* rules.mak: Force CFLAGS for all objects in DSOFam Zheng2015-05-081-1/+3
* rules.mak: Fix module buildFam Zheng2015-01-141-11/+12
* rules.mak: Allow .mo-objs and .mo-cflags in -y variablesFam Zheng2014-10-311-0/+5
* Fix cross compilation (nm command)Stefan Weil2014-09-191-1/+1
* rules.mak: Fix DSO build by pulling in archive symbolsFam Zheng2014-09-091-3/+40
* build-sys: introduce install-prog macro to install&strip binaries and use itMichael Tokarev2014-06-241-0/+7
* rules.mak: remove $(sort) from extract-libsPaolo Bonzini2014-06-161-1/+1
* rules.mak: Rewrite unnest-varsFam Zheng2014-06-101-79/+158
* build: simplify and fix fix-obj-varsPaolo Bonzini2014-05-091-7/+7
* build: add support for per-object -cflags and -libs to all rulesPaolo Bonzini2014-05-081-5/+5
* build: Fix per-object variables for Makefile.targetPaolo Bonzini2014-05-081-0/+1
* rules.mak: Fix per object libs extractionFam Zheng2014-03-171-2/+2
* module: implement module loadingFam Zheng2014-02-201-0/+3
* rules.mak: introduce DSO rulesFam Zheng2014-02-201-9/+43
* rules.mak: allow per object cflags and libsFam Zheng2014-02-201-3/+16
* rules.mak: fix $(obj) to a real relative pathFam Zheng2014-02-201-5/+9
* rules.mak: Link with C++ if we have a C++ compilerPeter Maydell2014-02-081-2/+6
* rules.mak: Support .cc as a C++ source file suffixPeter Maydell2014-02-081-1/+5
* rules.mak: New string testing functionsPeter Maydell2013-10-161-0/+11
* rules.mak: New logical functions for handling y/n valuesPeter Maydell2013-10-161-0/+17
* configure: Support configuring C++ compilerTomoki Sekiyama2013-09-091-1/+8
* win32: fix compilation againPaolo Bonzini2013-05-031-5/+1
* rules.mk: Fix build breakageDunrong Huang2013-04-301-1/+1
* win32: move Makefile dependencies on version-obj-y to rules.makPaolo Bonzini2013-04-271-0/+3
* win32: add generic RC rules to rules.makPaolo Bonzini2013-04-271-0/+4
* libcacard: fix mingw64 cross-compilationMarc-André Lureau2013-04-241-1/+2
* build-sys: must link with -fstack-protectorMarc-André Lureau2013-04-241-0/+1
* rules/mak: make clean should blow away timestamp filesMichael S. Tsirkin2013-01-301-0/+5
* rules.mak: cleanup config generation rulesMichael S. Tsirkin2013-01-301-5/+4
* build: move version-obj-y to the generic LINK rulePaolo Bonzini2013-01-121-2/+2
* libcacard: require libtool to build itPaolo Bonzini2013-01-121-5/+1
* build: move dtrace rules to rules.makPaolo Bonzini2013-01-121-0/+9
* build: support linking with libtool objects/librariesPaolo Bonzini2013-01-121-2/+8
* build: make libtool verbose when making with V=1Paolo Bonzini2013-01-121-1/+2
* optionrom: build with discrete CPP and AS stepsBlue Swirl2013-01-121-2/+5
* build: add $(TARGET_DIR) to "GEN config-target.h" linesPaolo Bonzini2012-12-191-1/+1
* build: adjust setting of QEMU_INCLUDESPaolo Bonzini2012-12-191-0/+3
* build: replace weak symbols with a static libraryPaolo Bonzini2012-11-181-1/+1
* Support using a different compiler for Objective-C filesPeter Maydell2012-08-161-1/+1
* build: get dependency file directories from object file namesPaolo Bonzini2012-07-281-1/+2
* make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori2012-06-191-0/+1
* build: do not create directories at configure timePaolo Bonzini2012-06-071-0/+1
* build: add rules for nestingPaolo Bonzini2012-06-071-0/+39
* Beautify makefile commands for generation of files with tracetoolLluís Vilanova2012-04-251-0/+3
* test makefile overhaulPaolo Bonzini2012-03-301-1/+1
* build: sort objects to remove duplicates for linkStefan Hajnoczi2011-09-011-1/+1
* Improvements to libtool support.Brad2011-08-221-1/+1
* build: Move QEMU_INCLUDES before QEMU_CFLAGSJiri Denemark2011-08-121-4/+4
OpenPOWER on IntegriCloud