Makefile.rootdirs revision 7c478bd95313f5f23a4c958a745db2134aa03244
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# CDDL HEADER START
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# The contents of this file are subject to the terms of the
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Common Development and Distribution License, Version 1.0 only
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# (the "License"). You may not use this file except in compliance
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# with the License.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# or http://www.opensolaris.org/os/licensing.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# See the License for the specific language governing permissions
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# and limitations under the License.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# When distributing Covered Code, include this CDDL HEADER in each
4295c5de9ed4b2e857cf2d981b4de8188bf2de2eSerge Hallyn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# If applicable, add the following below this CDDL HEADER, with the
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# fields enclosed by brackets "[]" replaced with your own identifying
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# information: Portions Copyright [yyyy] [name of copyright owner]
ff462013b67312c730e0c177c439708f28a8c36dSerge Hallyn#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# CDDL HEADER END
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Use is subject to license terms.
e29fe1dd21a58d1deddb3ca3bf3eaf260c525b10Tycho Andersen#
e29fe1dd21a58d1deddb3ca3bf3eaf260c525b10Tycho Andersen#ident "%Z%%M% %I% %E% SMI"
61ba7fe64ad8f06b6a836bd5d3eddb15dc7c194aDaniel Lezcano
e827ff7e2f3c1c18e5823312482f0f45e03cb6a8Stéphane Graber#
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber# Define the transitive set of rules to create a common module's install dir
4ba0d9af63fbf7e9acfa068a1fe36b3d287b9c6bStéphane Graber# within the proto area. This is used by all Makefile.<class> files.
edaf8b1bf1ca57202af0ffb53dcd665b01695888Stéphane Graber#
edaf8b1bf1ca57202af0ffb53dcd665b01695888Stéphane Graber$(ROOT)/usr/lib/fm:
e827ff7e2f3c1c18e5823312482f0f45e03cb6a8Stéphane Graber $(INS.dir)
e827ff7e2f3c1c18e5823312482f0f45e03cb6a8Stéphane Graber
1ba0013f21e1953ae4a59cdf61562fbe843077e9Stéphane Graber$(ROOT)/usr/lib/fm/fmd: $(ROOT)/usr/lib/fm
1ba0013f21e1953ae4a59cdf61562fbe843077e9Stéphane Graber $(INS.dir)
2b25068a3dc719a7b107d2c7009b06104b53a520Stéphane Graber
1ba0013f21e1953ae4a59cdf61562fbe843077e9Stéphane Graber$(ROOT)/usr/lib/fm/fmd/%: $(ROOT)/usr/lib/fm/fmd
1ba0013f21e1953ae4a59cdf61562fbe843077e9Stéphane Graber $(INS.dir)
1ba0013f21e1953ae4a59cdf61562fbe843077e9Stéphane Graber
9dbcd668334605c79f89a1e6890cc1ecdead858cStéphane Graber#
9dbcd668334605c79f89a1e6890cc1ecdead858cStéphane Graber# Define the transitive set of rules to create a platform module's install dir
9dbcd668334605c79f89a1e6890cc1ecdead858cStéphane Graber# within the proto area. This is used by all Makefile.<class> files.
9dbcd668334605c79f89a1e6890cc1ecdead858cStéphane Graber#
5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2Cedric Le Goater$(ROOT)/usr/platform/%/lib/fm:
5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2Cedric Le Goater $(INS.dir)
5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2Cedric Le Goater
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano$(ROOT)/usr/platform/%/lib/fm/fmd: $(ROOT)/usr/platform/%/lib/fm
fe4de9a66d112cb9ddd5977dcce075323f29a39aDwight Engen $(INS.dir)
fe4de9a66d112cb9ddd5977dcce075323f29a39aDwight Engen
fe4de9a66d112cb9ddd5977dcce075323f29a39aDwight Engen$(ROOT)/usr/platform/%/lib/fm/fmd/$(MODCLASS): $(ROOT)/usr/platform/%/lib/fm/fmd
fe4de9a66d112cb9ddd5977dcce075323f29a39aDwight Engen $(INS.dir)
fe4de9a66d112cb9ddd5977dcce075323f29a39aDwight Engen