Makefile revision 03831d35f7499c87d51205817c93e9a8d42c4bae
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").
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# You may not use this file except in compliance with the License.
59dd3b3cd954239d98ef52cd26328856cb6f2975Automatic Updater#
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bb93c8542756719b53096b9939e4041d0966026fAutomatic Updater# or http://www.opensolaris.org/os/licensing.
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# See the License for the specific language governing permissions
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# and limitations under the License.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrews#
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
5c0fc20d6e59216d9a142409e5fdb498153aeaa5Automatic Updater# fields enclosed by brackets "[]" replaced with your own identifying
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
56874aef380a64a2c183b7c282c3e7a361d67fa1Automatic Updater# CDDL HEADER END
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
04eba969cb9a54bbda2896db2067c07b2ac5ba16Automatic Updater# Use is subject to license terms.
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#ident "%Z%%M% %I% %E% SMI"
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews#
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# lib/libprtdiag_psr/sparc/sunfire/Makefile
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonUTSBASE = ../../../../uts
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
aa1d397c4736cd86540555193d71e55fa3b37b2aMark AndrewsPLATFORM_OBJECTS= sunfire.o
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrewsinclude ../Makefile.com
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic UpdaterIFLAGS += -I$(USR_PLAT_DIR)/sun4u/include -I ../../../libprtdiag/inc
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark AndrewsLINTFLAGS += $(IFLAGS)
fc3576328379e813ccf6b3a6e66d9bb701a79c83Automatic Updater
298c514fff250c1a147176cfbbc1c0ca441d1ea5Automatic UpdaterPLATFORM=SUNW,Ultra-Enterprise
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
bbb069be941f649228760edcc241122933c066d2Automatic Updater.KEEP_STATE:
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews
3098364bcdd7a719fbafa5fc8d2cc9e90e5a5989Automatic UpdaterPLATLIBS= $(USR_PLAT_DIR)/$(PLATFORM)/lib/
9d330c054e02f52cefd8dc0e71550b0fe07e077eAutomatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsinstall: all $(USR_PSM_LIBS)
ca904804e43f663f08eb1ac9d6d617930b9a3cd3Automatic Updater
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
3a6600c8d319275d73c36eb625f77103cd83e824Automatic Updater# install rule
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews $(INS.file)
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark AndrewsPOFILE= libprtdiag_psr_sunfire.po
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark AndrewsPOFILES= sunfire.po
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson_msg: $(MSGDOMAIN) $(POFILE)
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews $(RM) $(MSGDOMAIN)/$(POFILE)
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews $(CP) $(POFILE) $(MSGDOMAIN)
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
aa1d397c4736cd86540555193d71e55fa3b37b2aMark Andrews$(POFILE): $(POFILES)
d145b64cacc8d9cda51f9924ec70cd4661c3e2cfAutomatic Updater $(RM) $@
bb93c8542756719b53096b9939e4041d0966026fAutomatic Updater $(CAT) $(POFILES) > $@
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont$(POFILES):
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont $(RM) messages.po
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext common/sunfire.c`
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
6f046a065e5543f8cd7e2f24991c65d2372f4c8dMark Andrews $(RM) messages.po
4b2cb1422c7c600fbc13b1cb06a8b4693bc11af8Mark Andrews