| Commit message (Expand) | Author | Age | Files | Lines |
* | make: load only required dependency files. | Victor Kaplansky | 2015-08-13 | 1 | -1/+1 |
* | make: fix where dependency *.d are stored. | Victor Kaplansky | 2015-08-13 | 1 | -1/+1 |
* | rules.mak: Force CFLAGS for all objects in DSO | Fam Zheng | 2015-05-08 | 1 | -1/+3 |
* | rules.mak: Fix module build | Fam Zheng | 2015-01-14 | 1 | -11/+12 |
* | rules.mak: Allow .mo-objs and .mo-cflags in -y variables | Fam Zheng | 2014-10-31 | 1 | -0/+5 |
* | Fix cross compilation (nm command) | Stefan Weil | 2014-09-19 | 1 | -1/+1 |
* | rules.mak: Fix DSO build by pulling in archive symbols | Fam Zheng | 2014-09-09 | 1 | -3/+40 |
* | build-sys: introduce install-prog macro to install&strip binaries and use it | Michael Tokarev | 2014-06-24 | 1 | -0/+7 |
* | rules.mak: remove $(sort) from extract-libs | Paolo Bonzini | 2014-06-16 | 1 | -1/+1 |
* | rules.mak: Rewrite unnest-vars | Fam Zheng | 2014-06-10 | 1 | -79/+158 |
* | build: simplify and fix fix-obj-vars | Paolo Bonzini | 2014-05-09 | 1 | -7/+7 |
* | build: add support for per-object -cflags and -libs to all rules | Paolo Bonzini | 2014-05-08 | 1 | -5/+5 |
* | build: Fix per-object variables for Makefile.target | Paolo Bonzini | 2014-05-08 | 1 | -0/+1 |
* | rules.mak: Fix per object libs extraction | Fam Zheng | 2014-03-17 | 1 | -2/+2 |
* | module: implement module loading | Fam Zheng | 2014-02-20 | 1 | -0/+3 |
* | rules.mak: introduce DSO rules | Fam Zheng | 2014-02-20 | 1 | -9/+43 |
* | rules.mak: allow per object cflags and libs | Fam Zheng | 2014-02-20 | 1 | -3/+16 |
* | rules.mak: fix $(obj) to a real relative path | Fam Zheng | 2014-02-20 | 1 | -5/+9 |
* | rules.mak: Link with C++ if we have a C++ compiler | Peter Maydell | 2014-02-08 | 1 | -2/+6 |
* | rules.mak: Support .cc as a C++ source file suffix | Peter Maydell | 2014-02-08 | 1 | -1/+5 |
* | rules.mak: New string testing functions | Peter Maydell | 2013-10-16 | 1 | -0/+11 |
* | rules.mak: New logical functions for handling y/n values | Peter Maydell | 2013-10-16 | 1 | -0/+17 |
* | configure: Support configuring C++ compiler | Tomoki Sekiyama | 2013-09-09 | 1 | -1/+8 |
* | win32: fix compilation again | Paolo Bonzini | 2013-05-03 | 1 | -5/+1 |
* | rules.mk: Fix build breakage | Dunrong Huang | 2013-04-30 | 1 | -1/+1 |
* | win32: move Makefile dependencies on version-obj-y to rules.mak | Paolo Bonzini | 2013-04-27 | 1 | -0/+3 |
* | win32: add generic RC rules to rules.mak | Paolo Bonzini | 2013-04-27 | 1 | -0/+4 |
* | libcacard: fix mingw64 cross-compilation | Marc-André Lureau | 2013-04-24 | 1 | -1/+2 |
* | build-sys: must link with -fstack-protector | Marc-André Lureau | 2013-04-24 | 1 | -0/+1 |
* | rules/mak: make clean should blow away timestamp files | Michael S. Tsirkin | 2013-01-30 | 1 | -0/+5 |
* | rules.mak: cleanup config generation rules | Michael S. Tsirkin | 2013-01-30 | 1 | -5/+4 |
* | build: move version-obj-y to the generic LINK rule | Paolo Bonzini | 2013-01-12 | 1 | -2/+2 |
* | libcacard: require libtool to build it | Paolo Bonzini | 2013-01-12 | 1 | -5/+1 |
* | build: move dtrace rules to rules.mak | Paolo Bonzini | 2013-01-12 | 1 | -0/+9 |
* | build: support linking with libtool objects/libraries | Paolo Bonzini | 2013-01-12 | 1 | -2/+8 |
* | build: make libtool verbose when making with V=1 | Paolo Bonzini | 2013-01-12 | 1 | -1/+2 |
* | optionrom: build with discrete CPP and AS steps | Blue Swirl | 2013-01-12 | 1 | -2/+5 |
* | build: add $(TARGET_DIR) to "GEN config-target.h" lines | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | build: adjust setting of QEMU_INCLUDES | Paolo Bonzini | 2012-12-19 | 1 | -0/+3 |
* | build: replace weak symbols with a static library | Paolo Bonzini | 2012-11-18 | 1 | -1/+1 |
* | Support using a different compiler for Objective-C files | Peter Maydell | 2012-08-16 | 1 | -1/+1 |
* | build: get dependency file directories from object file names | Paolo Bonzini | 2012-07-28 | 1 | -1/+2 |
* | make: automatically include dependencies in recursive subdir rules (v2) | Anthony Liguori | 2012-06-19 | 1 | -0/+1 |
* | build: do not create directories at configure time | Paolo Bonzini | 2012-06-07 | 1 | -0/+1 |
* | build: add rules for nesting | Paolo Bonzini | 2012-06-07 | 1 | -0/+39 |
* | Beautify makefile commands for generation of files with tracetool | Lluís Vilanova | 2012-04-25 | 1 | -0/+3 |
* | test makefile overhaul | Paolo Bonzini | 2012-03-30 | 1 | -1/+1 |
* | build: sort objects to remove duplicates for link | Stefan Hajnoczi | 2011-09-01 | 1 | -1/+1 |
* | Improvements to libtool support. | Brad | 2011-08-22 | 1 | -1/+1 |
* | build: Move QEMU_INCLUDES before QEMU_CFLAGS | Jiri Denemark | 2011-08-12 | 1 | -4/+4 |