Makefile revision 7bebe46c240b554f47faeed19186123896281967
5cd4555ad444fd391002ae32450572054369fd42Rob Austein#
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt# CDDL HEADER START
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# The contents of this file are subject to the terms of the
b129f72d951663755496670606e5f7303e8f2dc2Tinderbox User# Common Development and Distribution License (the "License").
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# You may not use this file except in compliance with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# or http://www.opensolaris.org/os/licensing.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# See the License for the specific language governing permissions
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# CDDL HEADER END
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews#
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews#
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2f5461d23b4044b62d4d668732611909d902e54dJeremy C. Reed# Use is subject to license terms.
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley#
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley#pragma ident "%Z%%M% %I% %E% SMI"
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob HalleyARCH = sun4u
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halleysun4u_SRCS = cmd_ecache.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_dp.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_dperr.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_dp_page.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_hc_opl.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_opl.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_oplerr.c \
4610465ed9408cbe434dbfb8be8ea53f48969c91Bob Halley cmd_Lxcache.c \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein cmd_Lxcacheerr.c \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinINCDIRS = $(SRC)/uts/sun4u
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinINCDIRS += $(SRC)/lib/fm/libfmd_adm/common
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark AndrewsINCDIRS += $(SRC)/lib/fm/libfmd_adm/sparcv9
cfa2326b5c96a3a4c720262e077b2baf9fc27970Tinderbox User
81f58902eb5a1c1ab22742c72bd6cf318acbc06aTinderbox Userinclude ../../sun4/cpumem-diagnosis/Makefile.cpumem
b129f72d951663755496670606e5f7303e8f2dc2Tinderbox UserLDLIBS += -L$(ROOT)/usr/lib/fm -lfmd_adm
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinLDFLAGS += -R/usr/lib/fm
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein