4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 # Definitions common for HAL code and consumers
30 ROOTLIB_HAL = $(ROOTLIB)/hal
31 ROOTLIB_HAL_SCRIPTS = $(ROOTLIB)/hal
33 ROOT_HAL_FDI = $(ROOT)/etc/hal/fdi
38 # derived from the generated config.h
39 HAL_CONFIG_CPPFLAGS = -DPACKAGE_DATA_DIR=\"/usr/share\" \
40 -DPACKAGE_OLD_DATA_DIR=\"/usr/lib\" \
41 -DPACKAGE_BIN_DIR=\"/usr/bin\" \
42 -DPACKAGE_LIBEXEC_DIR=\"/usr/lib/hal\" \
43 -DPACKAGE_SCRIPT_DIR=\"/usr/lib/hal\" \
44 -DPACKAGE_LOCALSTATEDIR=\"/var\" \
45 -DPACKAGE_SYSCONF_DIR=\"/etc\" \
46 -DPACKAGE_LOCALE_DIR=\"/usr/lib/locale\" \
47 -DPACKAGE_VERSION=\"$(HAL_VERSION)\" \
48 -DPACKAGE_STRING=\""hal $(HAL_VERSION)"\" \
49 -DHALD_PID_FILE=\"/var/run/hald/pid\" \
50 -DHALD_SOCKET_DIR=\"/var/run/hald\" \
53 -DHWDATA_DIR=\"/usr/share/hwdata\" \
54 -DHAL_USER=\"$(HAL_USER)\" \
55 -DHAL_GROUP=\"$(HAL_GROUP)\"
57 HAL_DBUS_CPPFLAGS = -DDBUS_API_SUBJECT_TO_CHANGE \
58 -DDBUS_SYSTEMD_DIR=\"/etc/dbus-1/system.d\" \
59 -I$(ADJUNCT_PROTO)/usr/include/dbus-1.0 \
60 -I$(ADJUNCT_PROTO)/usr/lib/dbus-1.0/include
62 HAL_GLIB_CPPFLAGS = -I$(ADJUNCT_PROTO)/usr/include/glib-2.0 \
63 -I$(ADJUNCT_PROTO)/usr/lib/glib-2.0/include
65 HAL_GETTEXT_PACKAGE = $(TEXT_DOMAIN)
67 CERRWARN += -_gcc=-Wno-unused-variable
68 CERRWARN += -_gcc=-Wno-unused-label
69 CERRWARN += -_gcc=-Wno-unused-value
70 CERRWARN += -_gcc=-Wno-extra
71 CERRWARN += -_gcc=-Wno-parentheses
72 CERRWARN += -_gcc=-Wno-address
73 CERRWARN += -_gcc=-Wno-unused-function