aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-08-10CURL libs are used both by tools and softmmuJuan Quintela
2009-08-10VDE libs are used both by tools and softmmuJuan Quintela
2009-08-10Add libs_tools supportJuan Quintela
2009-08-10CONFIG_POSIX makes more sense that not CONFIG_WIN32Juan Quintela
2009-08-10Generate CONFIG_AUDIO_PT_INT in configureJuan Quintela
2009-08-10AUDIO_PT is not neededJuan Quintela
2009-08-10FMOD_CFLAGS is not set when CONFIG_FMOD is undefJuan Quintela
2009-08-10Make slirp include dir globlal in cflagsJuan Quintela
2009-08-10Fold BRLAPI_LIBS into libs_softmmuJuan Quintela
2009-08-10move common QEMU_CFLAGS to configureJuan Quintela
2009-08-10Rename CPPFLAGS to QEMU_CFLAGSJuan Quintela
2009-08-10Move to configure CONFIG_WIN32 libraries needed alwaysJuan Quintela
2009-08-10Move to configure CONFIG_SOLARIS libraries needed alwaysJuan Quintela
2009-08-10CLOCKLIBS was used for all binariesJuan Quintela
2009-08-10PTHREADLIBS was used for all binariesJuan Quintela
2009-08-10We want to pass LIB through configuration files nowJuan Quintela
2009-08-10We use -lz for all binariesJuan Quintela
2009-08-10Add CURL_CFLAGSJuan Quintela
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil
2009-07-31Option rom makefile fixesPaul Brook
2009-07-27set SEARCH_PATH for the linker script from output of ld --verbose -vJuan Quintela
2009-07-27simplify brlapi selectionJuan Quintela
2009-07-27Use CONFIG_POSIX to simplify MakefileJuan Quintela
2009-07-27Add -static in configure if neededJuan Quintela
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela
2009-07-16We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela
2009-07-16We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela
2009-07-16already defined several lines before in block-obj-yJuan Quintela
2009-07-16use block-nested-y for files inside block/Juan Quintela
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-09Fix build for ESD audioAnthony Liguori
2009-07-01Fix sdl_zoom compile problems on OpenBSDBlue Swirl
2009-06-29make tags useful for block drivers and hardaware devicesJuan Quintela
2009-06-29Substitute ifdef CONFIG_FOO by obj-Juan Quintela
2009-06-29Rename OBJS to obj-yJuan Quintela
2009-06-29Rename USER_OBJS to user-obj-yJuan Quintela
2009-06-29Rename XEN_OBJS to xen-obj-yJuan Quintela
2009-06-29Rename SLIRP_OBJS to slirp-obj-yJuan Quintela
2009-06-29Rename AUDIO_OBJS to audio-obj-yJuan Quintela
2009-06-29Rename BLOCK_OBJS to block-obj-yJuan Quintela
2009-06-29Multiboot build system v4Alexander Graf
2009-06-29slirp: Cleanup and basic reanimation of debug codeJan Kiszka
2009-06-29sdl zoomingStefano Stabellini
2009-06-22Win: Install keymaps for Windows, too (needed for VNC).Stefan Weil
2009-06-22Disable _FORTIFY_SOURCE to fix Ubuntu build with -WerrorAnthony Liguori
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf