summaryrefslogtreecommitdiffstats
path: root/rules.mak
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcacard: add libcacard.la targetAlon Levy2011-06-141-0/+8
* Add scripts directoryBlue Swirl2011-01-201-1/+1
* do not pass bogus $(SRC_PATH) include paths to cc during configurePaolo Bonzini2011-01-141-3/+3
* rewrite i386 tests MakefilePaolo Bonzini2010-10-231-0/+9
* Put dependency files in proper subdirJan Kiszka2010-05-221-1/+1
* fix whitespace bogon in some versions of makeNathan Froyd2010-05-031-1/+1
* finish VPATH -> vpath translationPaolo Bonzini2010-01-081-1/+2
* Use vpath directivePaolo Bonzini2010-01-081-0/+2
* Drop --whole-archive and static librariesAndreas Färber2010-01-071-2/+2
* qemu: delete rule target on errorMichael S. Tsirkin2009-12-071-0/+3
* Fix build for mingw32 on windows ($@ in macro)Stefan Weil2009-12-031-4/+5
* Do not execute shell scripts directlymalc2009-11-141-1/+1
* fix type in CFLAGS nameJuan Quintela2009-11-121-1/+1
* fix parallel buildJuan Quintela2009-11-121-1/+1
* Add *CFLAGS to LINK in rules.makPeter Hjalmarsson2009-10-301-1/+1
* Move dependency generation falgs out of configuremalc2009-10-111-0/+2
* Move generation of config-host.h to Makefile from configureJuan Quintela2009-10-081-0/+9
* Don't use implicit rules for MakefileJuan Quintela2009-10-061-0/+12
* restore CFLAGS check for conflict and fix recursive CFLAGS issueThomas Monjalon2009-10-051-2/+2
* Remove CFLAGS parameter in cc-optionJuan Quintela2009-09-091-3/+3
* Rename CPPFLAGS to QEMU_CFLAGSJuan Quintela2009-08-101-3/+3
* move cc-option definition to rules.makJuan Quintela2009-07-271-0/+6
OpenPOWER on IntegriCloud