Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews#
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater# CDDL HEADER START
5ae0e2c8b72fa44237edeb37d1945b1c3535ca39Automatic Updater#
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater# The contents of this file are subject to the terms of the
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater# Common Development and Distribution License (the "License").
7af91d15b2ce1ce32f7320f6d5cc3b83621c241aAutomatic Updater# You may not use this file except in compliance with the License.
7b67cfadd077feb0ec3e6c78385ba0d845a9789bMark Andrews#
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews# or http://www.opensolaris.org/os/licensing.
bb93c8542756719b53096b9939e4041d0966026fAutomatic Updater# See the License for the specific language governing permissions
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# and limitations under the License.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington#
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic 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
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
5c0fc20d6e59216d9a142409e5fdb498153aeaa5Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER END
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater#
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
7eda3642eea03f1181e41540c7c8791a57759383Automatic Updater#
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews# ident "%Z%%M% %I% %E% SMI"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsinclude $(SRC)/lib/Makefile.lib
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsinclude $(SRC)/Makefile.psm
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark AndrewsPLATFORM= sun4u-opl
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonSUBDIRS= $(MACH)
aa1d397c4736cd86540555193d71e55fa3b37b2aMark AndrewsSUBDIRS64= $(MACH64)
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updaterall := TARGET= all
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsinstall := TARGET= install
fc3576328379e813ccf6b3a6e66d9bb701a79c83Automatic Updaterclean := TARGET= clean
298c514fff250c1a147176cfbbc1c0ca441d1ea5Automatic Updaterclobber := TARGET= clobber
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
bbb069be941f649228760edcc241122933c066d2Automatic UpdaterMODULE = libc_psr.so.1
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsLIBC_PSR_DIRS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib)
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic UpdaterLIBC_PSR_LINKS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib/$(MODULE))
9d330c054e02f52cefd8dc0e71550b0fe07e077eAutomatic UpdaterINS.slink6 = $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@ $(CHOWNLINK) $(CHGRPLINK)
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsLIBC_PSR64_DIRS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib/$(MACH64))
ca904804e43f663f08eb1ac9d6d617930b9a3cd3Automatic UpdaterLIBC_PSR64_LINKS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib/$(MACH64)/$(MODULE))
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsINS.slink7 = $(RM) -r $@; $(SYMLINK) ../../../$(PLATFORM)/lib/$(MACH64)/$(MODULE) $@ $(CHOWNLINK) $(CHGRPLINK)
3a6600c8d319275d73c36eb625f77103cd83e824Automatic Updater
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Used when building links in /platform/$(PLATFORM)/lib
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews#
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonLINKED_PLATFORMS = SUNW,SPARC-Enterprise
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsall install: lib32 $(BUILD64) lib64 $(LIBC_PSR_LINKS) $(LIBC_PSR64_LINKS)
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsclean clobber: lib32 $(BUILD64) lib64
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews$(LIBC_PSR_DIRS):
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews -$(INS.dir.root.bin)
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews$(LIBC_PSR_LINKS): $(LIBC_PSR_DIRS)
d145b64cacc8d9cda51f9924ec70cd4661c3e2cfAutomatic Updater -$(INS.slink6)
bb93c8542756719b53096b9939e4041d0966026fAutomatic Updater
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont$(LIBC_PSR64_DIRS):
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont -$(INS.dir.root.bin)
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont$(LIBC_PSR64_LINKS): $(LIBC_PSR64_DIRS)
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews -$(INS.slink7)
7af91d15b2ce1ce32f7320f6d5cc3b83621c241aAutomatic Updater
7af91d15b2ce1ce32f7320f6d5cc3b83621c241aAutomatic Updaterlint:
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews @ $(ECHO) "Nothing to lint here: skipping"
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
4d0520004a9663324a6a30f2d1716565e6d0024cAutomatic Updaterlib32: $(SUBDIRS)
7af91d15b2ce1ce32f7320f6d5cc3b83621c241aAutomatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewslib64: $(SUBDIRS64)
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater
7af91d15b2ce1ce32f7320f6d5cc3b83621c241aAutomatic Updater$(SUBDIRS) $(SUBDIRS64): FRC
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews @cd $@; pwd; $(MAKE) $(TARGET)
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews
aa1d397c4736cd86540555193d71e55fa3b37b2aMark AndrewsFRC:
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson