Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# CDDL HEADER START
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# The contents of this file are subject to the terms of the
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# Common Development and Distribution License (the "License").
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# You may not use this file except in compliance with the License.
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# See the License for the specific language governing permissions
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# and limitations under the License.
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# When distributing Covered Code, include this CDDL HEADER in each
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# If applicable, add the following below this CDDL HEADER, with the
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# fields enclosed by brackets "[]" replaced with your own identifying
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# information: Portions Copyright [yyyy] [name of copyright owner]
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# CDDL HEADER END
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# Use is subject to license terms.
1fcced4c370617db71610fecffd5451a5894ca5eJordan BrownOBJECTS= fru_access.o cvrt_spd_data.o crcutils.o crcmodel.o
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# include library definitions
1fcced4c370617db71610fecffd5451a5894ca5eJordan BrownLDLIBS += -Wl,-f/opt/SUNWSMS/lib/$(DYNLIBPSR) # SMS before platform
1fcced4c370617db71610fecffd5451a5894ca5eJordan BrownLDLIBS += -Wl,-f/usr/platform/\$$PLATFORM/lib/$(DYNLIBPSR)
1fcced4c370617db71610fecffd5451a5894ca5eJordan Browninstall: $(ROOTLIBDIR) all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCONF)
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
1fcced4c370617db71610fecffd5451a5894ca5eJordan Brown# include library targets