1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# ident "%Z%%M% %I% %E% SMI" 24# 25# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 26# Use is subject to license terms. 27 28pics64/%.o: ../common/%.c 29 $(COMPILE.c) -o $@ -D_ELF64 $< 30 $(POST_PROCESS_O) 31 32pics64/%.o: ./%.c 33 $(COMPILE.c) -o $@ -D_ELF64 $< 34 $(POST_PROCESS_O) 35 36pics/%.o: ../common/%.c 37 $(COMPILE.c) -o $@ $< 38 $(POST_PROCESS_O) 39 40pics64/%.o pics/%.o: \ 41 $(SGSTOOLS)/common/%.c 42 $(COMPILE.c) -o $@ $< 43 $(POST_PROCESS_O) 44 45pics64/%.o pics/%.o: \ 46 $(VAR_AVLDIR)/%.c 47 $(COMPILE.c) -o $@ $< 48 $(POST_PROCESS_O) 49 50pics64/elfcap.o pics/elfcap.o: \ 51 $(ELFCAP)/elfcap.c 52 $(COMPILE.c) -DCAP_LOWERCASE -o $@ $(ELFCAP)/elfcap.c 53 $(POST_PROCESS_O) 54 55$(DYNLIB): $(MAPFILES) 56 57$(LIBLINKS): 58 $(RM) $@; $(SYMLINK) $(DYNLIB) $@ 59 60delete: 61 $(RM) $(DYNLIB) 62 63# Special target for native builds (ie. when we need to build a version of ld 64# to build a version of ld :-). 65 66native: $(SGSPROTO)/$(DYNLIB) 67 68$(SGSPROTO)/$(DYNLIB): \ 69 pics .WAIT $$(PICS) $(MAPFILES) 70 $(BUILD.SO) 71 $(POST_PROCESS_SO) 72 @$(RM) $(SGSPROTO)/$(LIBLINKS) 73 $(SYMLINK) $(DYNLIB) $(SGSPROTO)/$(LIBLINKS) 74 75include $(SRC)/lib/Makefile.targ 76include $(SRC)/cmd/sgs/Makefile.targ 77 78# Derived source and header files (messaging). 79 80catalog: $(BLTMESG) 81 82chkmsg: $(LIBSRCS) 83 sh $(CHKMSG) $(CHKMSGFLAGS) $(LIBSRCS) $(CHKSRCS) 84 85$(BLTDEFS) + \ 86$(BLTDATA): $(SGSMSGTARG) 87 $(SGSMSG) $(SGSMSGFLAGS2) $(SGSMSGTARG) 88 89$(BLTMESG): $(SGSMSGALL) 90 $(SGSMSG) $(SGSMSGFLAGS1) $(SGSMSGALL) 91 92lint: $(LINTLIB32) $(LINTOUT32) $(SGSLINTOUT) 93