Makefile revision 67e3a03ed4a2813074d36330f062ed6e593a4937
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updater# The contents of this file are subject to the terms of the
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updater# Common Development and Distribution License (the "License").
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updater# You may not use this file except in compliance with the License.
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0519188c8e1ae76978fc4e0f799620cd36eba07aAutomatic Updater# or http://www.opensolaris.org/os/licensing.
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrews# See the License for the specific language governing permissions
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updater# and limitations under the License.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# If applicable, add the following below this CDDL HEADER, with the
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
831f79c4310a7d38fc3475ccfff531b2b2535641Automatic Updater# ident "%Z%%M% %I% %E% SMI"
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterOBJS = hald_marshal.o device.o device_info.o device_store.o hald.o \
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater hald_dbus.o hald_runner.o ids.o logger.o property.o util.o \
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic UpdaterOBJS_SOL = devinfo.o devinfo_ieee1394.o devinfo_misc.o devinfo_pci.o devinfo_storage.o \
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater devinfo_usb.o hotplug.o osspec.o sysevent.o devinfo_acpi.o
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan HuntLDLIBS += -lc -lm -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lgobject-2.0 \
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updaterhald_marshal.o: hald_marshal.h hald_marshal.c
8e9f3b69914ee02a80b87c97b1f8093edb3e9ae0Automatic Updater glib-genmarshal --prefix=hald_marshal hald_marshal.list --header >> xgen-gmh \
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews && (cmp -s xgen-gmh hald_marshal.h || cp xgen-gmh hald_marshal.h) \
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updater glib-genmarshal --prefix=hald_marshal hald_marshal.list --body >> xgen-gmc \