Makefile.cmd (ed31198c686205a26320612d2a5dd7b26ae63a15) | Makefile.cmd (0bb073995ac5a95bd35f2dd790df1ea3d8c2d507) |
---|---|
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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 127 unchanged lines hidden (view full) --- 136 137LDFLAGS.cmd = \ 138 $(BDIRECT) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ 139 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) 140 141LDFLAGS = $(LDFLAGS.cmd) 142 143LINTFLAGS= -axsm | 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 (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 127 unchanged lines hidden (view full) --- 136 137LDFLAGS.cmd = \ 138 $(BDIRECT) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ 139 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) 140 141LDFLAGS = $(LDFLAGS.cmd) 142 143LINTFLAGS= -axsm |
144LINTFLAGS64= -axsm -Xarch=$(MACH64:sparcv9=v9) | 144LINTFLAGS64= -axsm -m64 |
145LINTOUT= lint.out 146 147KRB5PROG= $(PROG:%=$(KRB5BIN)/%) 148KRB5SBINPROG= $(PROG:%=$(KRB5SBIN)/%) 149KRB5LIBPROG= $(PROG:%=$(KRB5LIB)/%) 150 151ROOTPROG= $(PROG:%=$(ROOTBIN)/%) 152ROOTCMD= $(PROG:%=$(ROOTCMDDIR)/%) --- 346 unchanged lines hidden --- | 145LINTOUT= lint.out 146 147KRB5PROG= $(PROG:%=$(KRB5BIN)/%) 148KRB5SBINPROG= $(PROG:%=$(KRB5SBIN)/%) 149KRB5LIBPROG= $(PROG:%=$(KRB5LIB)/%) 150 151ROOTPROG= $(PROG:%=$(ROOTBIN)/%) 152ROOTCMD= $(PROG:%=$(ROOTCMDDIR)/%) --- 346 unchanged lines hidden --- |