17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
55aefb655Srie# Common Development and Distribution License (the "License").
65aefb655Srie# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
2220c1c355SRod Evans# Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
23396aa620SAndrew Stormont# Copyright 2016 RackTop Systems.
24cf9a187cSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gate
277c478bd9Sstevel@tonic-gateobjs/%.o \
287c478bd9Sstevel@tonic-gatepics/%.o:	%.c
297c478bd9Sstevel@tonic-gate		$(COMPILE.c) -o $@ $<
307c478bd9Sstevel@tonic-gate		$(POST_PROCESS_O)
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gateobjs/%64.o \
33*69b1fd3fSRichard Lowepics/%64.o:	$(SRCDIR)/common/%.c
347c478bd9Sstevel@tonic-gate		$(COMPILE.c) -D_ELF64 -o $@ $<
357c478bd9Sstevel@tonic-gate		$(POST_PROCESS_O)
367c478bd9Sstevel@tonic-gate
377c478bd9Sstevel@tonic-gateobjs/%.o \
38*69b1fd3fSRichard Lowepics/%.o:	$(SRCDIR)/misc/%.c
397c478bd9Sstevel@tonic-gate		$(COMPILE.c) -DELF -o $@ $<
407c478bd9Sstevel@tonic-gate		$(POST_PROCESS_O)
417c478bd9Sstevel@tonic-gate
427c478bd9Sstevel@tonic-gateobjs/%.o \
43*69b1fd3fSRichard Lowepics/%.o:	$(SRCDIR)/common/%.c
447c478bd9Sstevel@tonic-gate		$(COMPILE.c) -o $@ $<
457c478bd9Sstevel@tonic-gate		$(POST_PROCESS_O)
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gateall:		$(BLTSRCS) .WAIT $(LIBS) $(LIBLINKS)
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gate$(LIBLINKS):
507c478bd9Sstevel@tonic-gate		$(RM) $(LIBLINKS)
517c478bd9Sstevel@tonic-gate		$(SYMLINK) $(DYNLIB) $(LIBLINKS)
527c478bd9Sstevel@tonic-gate
53b6805bf7SGordon RossCLOBBERFILES += $(LIBLINKS)
54b6805bf7SGordon Ross
557c478bd9Sstevel@tonic-gate# include common library targets
567c478bd9Sstevel@tonic-gate#
577c478bd9Sstevel@tonic-gateinclude		$(SRC)/lib/Makefile.targ
587c478bd9Sstevel@tonic-gate
59*69b1fd3fSRichard Lowexlate.c:	$(SRCDIR)/common/xlate.m4
60*69b1fd3fSRichard Lowe		$(M4) < $(SRCDIR)/common/xlate.m4 > xlate.c
617c478bd9Sstevel@tonic-gate
62*69b1fd3fSRichard Lowexlate64.c:	$(SRCDIR)/common/xlate64.m4
63*69b1fd3fSRichard Lowe		$(M4) < $(SRCDIR)/common/xlate64.m4 > xlate64.c
647c478bd9Sstevel@tonic-gate
657c478bd9Sstevel@tonic-gate
667c478bd9Sstevel@tonic-gateobjs/msg.o \
677c478bd9Sstevel@tonic-gatepics/msg.o:	msg.c
687c478bd9Sstevel@tonic-gate
697c478bd9Sstevel@tonic-gateobjs/error.o \
707c478bd9Sstevel@tonic-gatepics/error.o:	msg.h
717c478bd9Sstevel@tonic-gate
727c478bd9Sstevel@tonic-gateobjs/ar.o \
737c478bd9Sstevel@tonic-gatepics/ar.o:	msg.h
747c478bd9Sstevel@tonic-gate
757c478bd9Sstevel@tonic-gateobjs/xlate.o \
767c478bd9Sstevel@tonic-gatepics/xlate.o:	xlate.c
777c478bd9Sstevel@tonic-gate
7825b5cdf4SAndrew Stormont$(PICS):	pics
7925b5cdf4SAndrew Stormont
807c478bd9Sstevel@tonic-gate# Derived source and header files (messaging).  Make sure that the sgsmsg
817c478bd9Sstevel@tonic-gate# command is constructed - libelf might not be built with the whole sgs.
827c478bd9Sstevel@tonic-gate
837c478bd9Sstevel@tonic-gatecatalog:	$(BLTMESG)
847c478bd9Sstevel@tonic-gate
857c478bd9Sstevel@tonic-gatechkmsg:		$(LIBSRCS)
867c478bd9Sstevel@tonic-gate		sh $(CHKMSG) $(CHKMSGFLAGS) $(LIBSRCS)
877c478bd9Sstevel@tonic-gate
887c478bd9Sstevel@tonic-gate$(BLTDEFS) + \
89*69b1fd3fSRichard Lowe$(BLTDATA):	$(SGSMSGTARG)
907c478bd9Sstevel@tonic-gate		$(SGSMSG) $(SGSMSGFLAGS2) $(SGSMSGTARG)
917c478bd9Sstevel@tonic-gate
92*69b1fd3fSRichard Lowe$(BLTMESG):	$(SGSMSGALL) xlate.c xlate64.c
937c478bd9Sstevel@tonic-gate		$(SGSMSG) $(SGSMSGFLAGS1) $(SGSMSGALL)
947c478bd9Sstevel@tonic-gate
957c478bd9Sstevel@tonic-gateFRC:
96