~ubuntu-branches/ubuntu/trusty/xen-common/trusty

« back to all changes in this revision

Viewing changes to config/StdGNU.mk

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2011-03-23 10:47:52 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323104752-px2hed9476mamxs3
Tags: 4.1.0~rc6-1
* New upstream release candidate.
* Use /var/run for xenstored db.
* Install common hotplug scripts. (closes: #591456)
* Install xl config and cpupool example.
* Install xl wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
INCLUDEDIR = $(PREFIX)/include
29
29
LIBLEAFDIR = lib
30
30
LIBLEAFDIR_x86_32 = lib
31
 
LIBLEAFDIR_x86_64 = lib64
 
31
LIBLEAFDIR_x86_64 ?= lib64
32
32
LIBDIR = $(PREFIX)/$(LIBLEAFDIR)
33
33
LIBDIR_x86_32 = $(PREFIX)/$(LIBLEAFDIR_x86_32)
34
34
LIBDIR_x86_64 = $(PREFIX)/$(LIBLEAFDIR_x86_64)
45
45
 
46
46
ifeq ($(PREFIX),/usr)
47
47
CONFIG_DIR = /etc
 
48
XEN_LOCK_DIR = /var/lock
48
49
else
49
50
CONFIG_DIR = $(PREFIX)/etc
 
51
XEN_LOCK_DIR = $(PREFIX)/var/lock
50
52
endif
 
53
 
 
54
SYSCONFIG_DIR = $(CONFIG_DIR)/$(CONFIG_LEAF_DIR)
 
55
 
51
56
XEN_CONFIG_DIR = $(CONFIG_DIR)/xen
52
57
XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts
53
58
 
55
60
CURSES_LIBS = -lncurses
56
61
PTHREAD_LIBS = -lpthread
57
62
UTIL_LIBS = -lutil
 
63
DLOPEN_LIBS = -ldl
 
64
 
58
65
SONAME_LDFLAG = -soname
59
 
SHLIB_CFLAGS = -shared
 
66
SHLIB_LDFLAGS = -shared
60
67
 
61
68
ifneq ($(debug),y)
62
69
CFLAGS += -O2 -fomit-frame-pointer