aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-08-24make pthreads mandatoryChristoph Hellwig1-1/+1
2009-08-24Only build osdep onceAnthony Liguori1-4/+4
2009-08-24Migration via unix sockets.Chris Lalancette1-1/+1
2009-08-24Makefile: fixed rule TAGSAlexandre Bique1-1/+2
2009-08-18Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 hostBlue Swirl1-1/+1
2009-08-16user: compile host-utils.c only onceBlue Swirl1-1/+1
2009-08-15linux-user: compile envlist.c only onceBlue Swirl1-1/+1
2009-08-15user: compile path.c only onceBlue Swirl1-1/+1
2009-08-10CURL libs are used both by tools and softmmuJuan Quintela1-1/+0
2009-08-10VDE libs are used both by tools and softmmuJuan Quintela1-2/+0
2009-08-10Add libs_tools supportJuan Quintela1-1/+1
2009-08-10CONFIG_POSIX makes more sense that not CONFIG_WIN32Juan Quintela1-1/+1
2009-08-10Generate CONFIG_AUDIO_PT_INT in configureJuan Quintela1-7/+1
2009-08-10AUDIO_PT is not neededJuan Quintela1-8/+0
2009-08-10FMOD_CFLAGS is not set when CONFIG_FMOD is undefJuan Quintela1-3/+1
2009-08-10Make slirp include dir globlal in cflagsJuan Quintela1-4/+0
2009-08-10Fold BRLAPI_LIBS into libs_softmmuJuan Quintela1-3/+0
2009-08-10move common QEMU_CFLAGS to configureJuan Quintela1-3/+0
2009-08-10Rename CPPFLAGS to QEMU_CFLAGSJuan Quintela1-9/+9
2009-08-10Move to configure CONFIG_WIN32 libraries needed alwaysJuan Quintela1-4/+0
2009-08-10Move to configure CONFIG_SOLARIS libraries needed alwaysJuan Quintela1-4/+0
2009-08-10CLOCKLIBS was used for all binariesJuan Quintela1-2/+0
2009-08-10PTHREADLIBS was used for all binariesJuan Quintela1-1/+0
2009-08-10We want to pass LIB through configuration files nowJuan Quintela1-1/+1
2009-08-10We use -lz for all binariesJuan Quintela1-3/+1
2009-08-10Add CURL_CFLAGSJuan Quintela1-0/+1
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil1-1/+1
2009-07-31Option rom makefile fixesPaul Brook1-8/+10
2009-07-27set SEARCH_PATH for the linker script from output of ld --verbose -vJuan Quintela1-1/+1
2009-07-27simplify brlapi selectionJuan Quintela1-3/+1
2009-07-27Use CONFIG_POSIX to simplify MakefileJuan Quintela1-16/+5
2009-07-27Add -static in configure if neededJuan Quintela1-3/+1
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela1-1/+1
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela1-1/+1
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela1-1/+1
2009-07-16We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela1-4/+0
2009-07-16We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela1-2/+2
2009-07-16already defined several lines before in block-obj-yJuan Quintela1-1/+1
2009-07-16use block-nested-y for files inside block/Juan Quintela1-9/+11
2009-07-16qdev: rework device properties.Gerd Hoffmann1-1/+1
2009-07-09Fix build for ESD audioAnthony Liguori1-5/+5
2009-07-01Fix sdl_zoom compile problems on OpenBSDBlue Swirl1-1/+1
2009-06-29make tags useful for block drivers and hardaware devicesJuan Quintela1-1/+1
2009-06-29Substitute ifdef CONFIG_FOO by obj-Juan Quintela1-51/+25
2009-06-29Rename OBJS to obj-yJuan Quintela1-33/+33
2009-06-29Rename USER_OBJS to user-obj-yJuan Quintela1-3/+3
2009-06-29Rename XEN_OBJS to xen-obj-yJuan Quintela1-3/+3
2009-06-29Rename SLIRP_OBJS to slirp-obj-yJuan Quintela1-4/+4
2009-06-29Rename AUDIO_OBJS to audio-obj-yJuan Quintela1-12/+12
2009-06-29Rename BLOCK_OBJS to block-obj-yJuan Quintela1-16/+16