Makefile.ucbcmd (b39fc4e4289e41b6fd4169d52dce8e899532554e) Makefile.ucbcmd (8ad60789b9913d5b2118fe76d8cd7a661d8ae8b6)
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#

--- 26 unchanged lines hidden (view full) ---

35
36LN= ln
37CP= cp
38SH= sh
39CHMOD= chmod
40MKDIR= mkdir
41TOUCH= touch
42
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#

--- 26 unchanged lines hidden (view full) ---

35
36LN= ln
37CP= cp
38SH= sh
39CHMOD= chmod
40MKDIR= mkdir
41TOUCH= touch
42
43LDFLAGS += $(STRIPFLAG)
44
45FILEMODE= 0555
46LIBFILEMODE= 0444
47ROOTBIN= $(ROOT)/usr/ucb
48ROOTLIB= $(ROOT)/usr/ucblib
49ROOT4LIB= $(ROOT)/usr/4lib
50ROOTETC= $(ROOT)/etc
51ROOTSHLIB= $(ROOT)/usr/share/lib
52ROOTBIN32= $(ROOTBIN)/$(MACH32)

--- 13 unchanged lines hidden (view full) ---

66NX_MAP= $(NX_MAP_$(MACH))
67NES_MAPFILE= $(SRC)/cmd/mapfile_noexstk $(NX_MAP)
68
69# storing LDLIBS in two macros allows reordering of options
70LDLIBS.cmd = $(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
71LDLIBS = $(LDLIBS.cmd)
72
73LDFLAGS.cmd = \
43FILEMODE= 0555
44LIBFILEMODE= 0444
45ROOTBIN= $(ROOT)/usr/ucb
46ROOTLIB= $(ROOT)/usr/ucblib
47ROOT4LIB= $(ROOT)/usr/4lib
48ROOTETC= $(ROOT)/etc
49ROOTSHLIB= $(ROOT)/usr/share/lib
50ROOTBIN32= $(ROOTBIN)/$(MACH32)

--- 13 unchanged lines hidden (view full) ---

64NX_MAP= $(NX_MAP_$(MACH))
65NES_MAPFILE= $(SRC)/cmd/mapfile_noexstk $(NX_MAP)
66
67# storing LDLIBS in two macros allows reordering of options
68LDLIBS.cmd = $(ENVLDLIBS1) $(ENVLDLIBS2) $(ENVLDLIBS3)
69LDLIBS = $(LDLIBS.cmd)
70
71LDFLAGS.cmd = \
74 $(STRIPFLAG) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \
72 $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \
75 $(NES_MAPFILE:%=-M%) \
76 $(PGA_MAPFILE:%=-M%)
77
73 $(NES_MAPFILE:%=-M%) \
74 $(PGA_MAPFILE:%=-M%)
75
78LDFLAGS = $(STRIPFLAG) $(LDFLAGS.cmd)
76LDFLAGS = $(LDFLAGS.cmd)
79
80SETRUNPATH= LD_RUN_PATH=/usr/ucblib
81
82$(ROOTBIN)/%: %
83 $(INS.file)
84
85$(ROOTLIB)/%: %
86 $(INS.file)

--- 15 unchanged lines hidden ---
77
78SETRUNPATH= LD_RUN_PATH=/usr/ucblib
79
80$(ROOTBIN)/%: %
81 $(INS.file)
82
83$(ROOTLIB)/%: %
84 $(INS.file)

--- 15 unchanged lines hidden ---