dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / sgs / libelf / Makefile.targ
blobc3aac95ac3d03da10f897fb69ed1d2b03f5f694f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2016 RackTop Systems.
26 objs/%.o \
27 pics/%.o:       %.c
28                 $(COMPILE.c) -o $@ $<
29                 $(POST_PROCESS_O)
31 objs/%64.o \
32 pics/%64.o:     ../common/%.c
33                 $(COMPILE.c) -D_ELF64 -o $@ $<
34                 $(POST_PROCESS_O)
36 objs/%.o \
37 pics/%.o:       ../misc/%.c
38                 $(COMPILE.c) -DELF -o $@ $<
39                 $(POST_PROCESS_O)
41 objs/%.o \
42 pics/%.o:       ../common/%.c
43                 $(COMPILE.c) -o $@ $<
44                 $(POST_PROCESS_O)
46 all:            $(BLTSRCS) .WAIT $(LIBS) $(LIBLINKS)
48 install:        all .WAIT $(ROOTFS_LIBS) $(ROOTFS_LINKS) \
49                 .WAIT $(ROOTDEMODIRS) .WAIT $(ROOTDEMOFILES)
51 delete:
52                 $(RM) $(DYNLIB)
54 $(LIBLINKS):
55                 $(RM) $(LIBLINKS)
56                 $(SYMLINK) $(DYNLIB) $(LIBLINKS)
58 CLOBBERFILES += $(LIBLINKS)
60 # include common library targets
62 include         $(SRC)/lib/Makefile.targ
63 include         $(SRC)/cmd/sgs/Makefile.targ
65 xlate.c:        ../common/xlate.m4
66                 $(M4) < ../common/xlate.m4 > xlate.c
68 xlate64.c:      ../common/xlate64.m4
69                 $(M4) < ../common/xlate64.m4 > xlate64.c
72 objs/msg.o \
73 pics/msg.o:     msg.c
75 objs/error.o \
76 pics/error.o:   msg.h
78 objs/ar.o \
79 pics/ar.o:      msg.h
81 objs/xlate.o \
82 pics/xlate.o:   xlate.c
84 # Special target for native builds (ie. when we need to build a version of ld
85 # to build a version of ld :-).
87 native:         $(SGSLIBDIR)/$(LIBLINKS)
89 $(PICS):        pics
91 $(SGSLIBDIR)/$(DYNLIB): $(PICS) $(SGSLIBDIR)
92                 $(BUILD.SO)
93                 $(POST_PROCESS_SO)
95 $(SGSLIBDIR)/$(LIBLINKS): $(SGSLIBDIR)/$(DYNLIB)
96                 -@$(RM) $(SGSLIBDIR)/$(LIBLINKS)
97                 $(SYMLINK) $(DYNLIB) $(SGSLIBDIR)/$(LIBLINKS)
100 # Derived source and header files (messaging).  Make sure that the sgsmsg
101 # command is constructed - libelf might not be built with the whole sgs.
103 catalog:        $(BLTMESG)
105 chkmsg:         $(LIBSRCS)
106                 sh $(CHKMSG) $(CHKMSGFLAGS) $(LIBSRCS)
108 $(BLTDEFS) + \
109 $(BLTDATA):     $(SGSMSG) $(SGSMSGTARG)
110                 $(SGSMSG) $(SGSMSGFLAGS2) $(SGSMSGTARG)
112 $(BLTMESG):     $(SGSMSG) $(SGSMSGALL) xlate.c xlate64.c
113                 $(SGSMSG) $(SGSMSGFLAGS1) $(SGSMSGALL)
115 $(SGSMSG):      FRC
116                 @ cd $(SGSTOOLS)/$(MACH); pwd; $(MAKE) catalog
117                 @ pwd
119 FRC: