aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger/xenitp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools: remove pattern matched linking rulesIan Campbell2011-03-311-24/+3
| | | | | | | | | Most subdirs only build a single tool to start with and those which build multiple tools often have different linkage requirements. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-2/+2
| | | | | | | | | | | | | | | | Linker command lines are order-sensitive. Move linker options -Lfoo -lfoo from LDFLAGS to LDLIBS and place this new variable after the objects to link. This resolves build errors in xenpagin and blktap with recent toolchains. rename SHLIB_CFLAGS to SHLIB_LDFLAGS rename LDFLAGS_* to LDLIBS_* move LDFLAGS usage after CFLAGS in CC calls remove stale comments in xenpaging Makefile Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
* ia64: fix make install under tools/debugger/xenitpKeir Fraser2008-09-241-3/+9
| | | | | | | | | | | | | | | | | | | This patch fixes the following error with make install under the directory, tools/debugger/xenitp by checking whether the variable is length zero string. > # make install > ../../../tools/cross-install -d -m0755 -p //usr/bin > [ -z " xenitp" ] || ../../../tools/cross-install -d -m0755 -p > //usr/lib/xen/bin > ../../../tools/cross-install -d -m0755 -p //usr/share/man/man1 > ../../../tools/cross-install -d -m0755 -p //usr/share/man/man8 > ../../../tools/cross-install -m0755 -p //usr/bin > install: too few arguments > Try `install --help' for more information. > make: *** [install] Error 1 Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
* Define CFLAGS and LDFLAGS for libxenctrl.Keir Fraser2008-01-271-3/+3
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Add PRIVATE_BINDIR. Use it.Keir Fraser2008-01-261-2/+2
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Add MANDIR, MAN1DIR and MAN8DIR. Use it.Keir Fraser2008-01-221-6/+4
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Add BINDIR. Use it.Keir Fraser2008-01-221-2/+2
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-3/+2
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* [IA64] Fix XenITP buildAlex Williamson2007-12-131-1/+0
| | | | Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* [IA64] Add xenitp toolAlex Williamson2007-09-241-0/+51
Xenitp is a low-level debugger for ia64 Signed-off-by: Tristan Gingold <tgingold@free.fr>