Makefile revision 67e3a03ed4a2813074d36330f062ed6e593a4937
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews#
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updater#
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.
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updater#
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.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington#
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]
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updater#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater#
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updater#
831f79c4310a7d38fc3475ccfff531b2b2535641Automatic Updater# ident "%Z%%M% %I% %E% SMI"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark AndrewsSUBDIRS = solaris
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonPROG = hald
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 \
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson util_helper.o util_pm.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
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterOBJS_ALL = $(OBJS) $(OBJS_SOL:%=solaris/%)
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan HuntSRCS = $(OBJS:%.o=%.c)
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterinclude ../../Makefile.cmd
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntinclude ../Makefile.hal
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterROOTCMDDIR = $(ROOTLIB_HAL)
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan HuntLDLIBS += -lc -lm -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lgobject-2.0 \
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater -ldevinfo -lsysevent -lnvpair
2d2dc37599979c83495510f8af8d1756753aa2c5Automatic Updater
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntall install $(PROG) := LDLIBS += -lexpat
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterCPPFLAGS += -I/usr/sfw/include
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterC99MODE = $(C99_ENABLE)
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterall := TARGET= all
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterinstall := TARGET= install
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterclean := TARGET= clean
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterclobber := TARGET= clobber
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater$(PROG) := TARGET= all
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews.KEEP_STATE:
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrews
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrewsall: $(SUBDIRS) .WAIT $(PROG)
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updaterhald_marshal.o: hald_marshal.h hald_marshal.c
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updaterhald_marshal.h: hald_marshal.list
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) \
930f6069e5aa157cf6987cdafd412f5757a5a558Automatic Updater && rm -f xgen-gmh xgen-gmh~
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
930f6069e5aa157cf6987cdafd412f5757a5a558Automatic Updaterhald_marshal.c: hald_marshal.list
80faf1588895fd26490f82f95a7a1b771df1c324Automatic Updater glib-genmarshal --prefix=hald_marshal hald_marshal.list --body >> xgen-gmc \
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews && (cmp -s xgen-gmc hald_marshal.c || cp xgen-gmc hald_marshal.c) \
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater && rm -f xgen-gmc xgen-gmc~
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
930f6069e5aa157cf6987cdafd412f5757a5a558Automatic Updater$(PROG): $(SUBDIRS) .WAIT $(OBJS_ALL)
693c4232dfdffaff672197d4b9fea944c64cf80aAutomatic Updater $(LINK.c) -o $@ $(OBJS_ALL) $(LDLIBS)
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews $(POST_PROCESS)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssoninstall: all $(ROOTCMD) $(SUBDIRS)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterclean: $(SUBDIRS)
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews $(RM) $(OBJS) hald_marshal.c hald_marshal.h
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson$(SUBDIRS): FRC
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater @cd $@; pwd; $(MAKE) $(TARGET)
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonFRC:
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
dd65eb1efb40b1c47d57963192bfc54873b219beAutomatic Updaterinclude ../../Makefile.targ
dd65eb1efb40b1c47d57963192bfc54873b219beAutomatic Updater