Makefile.cmd (a6d42e7d71324c5193c3b94d57d96ba2925d52e1) | Makefile.cmd (257873cfc1dd3337766407f80397db60a56f2f5a) |
---|---|
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 --- 73 unchanged lines hidden (view full) --- 82ROOTI18NEXT= $(ROOTLOCALEDEF)/extensions 83ROOTI18NEXT64= $(ROOTLOCALEDEF)/extensions/$(MACH64) 84ROOTBIN32= $(ROOTBIN)/$(MACH32) 85ROOTBIN64= $(ROOTBIN)/$(MACH64) 86ROOTCMDDIR64= $(ROOTCMDDIR)/$(MACH64) 87ROOTLIB64= $(ROOTLIB)/$(MACH64) 88ROOTUSRSBIN32= $(ROOTUSRSBIN)/$(MACH32) 89ROOTUSRSBIN64= $(ROOTUSRSBIN)/$(MACH64) | 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 --- 73 unchanged lines hidden (view full) --- 82ROOTI18NEXT= $(ROOTLOCALEDEF)/extensions 83ROOTI18NEXT64= $(ROOTLOCALEDEF)/extensions/$(MACH64) 84ROOTBIN32= $(ROOTBIN)/$(MACH32) 85ROOTBIN64= $(ROOTBIN)/$(MACH64) 86ROOTCMDDIR64= $(ROOTCMDDIR)/$(MACH64) 87ROOTLIB64= $(ROOTLIB)/$(MACH64) 88ROOTUSRSBIN32= $(ROOTUSRSBIN)/$(MACH32) 89ROOTUSRSBIN64= $(ROOTUSRSBIN)/$(MACH64) |
90ROOTMAN1= $(ROOT)/usr/share/man/man1 91ROOTMAN1M= $(ROOT)/usr/share/man/man1m 92ROOTMAN3= $(ROOT)/usr/share/man/man3 | 90ROOTMAN= $(ROOT)/usr/share/man 91ROOTMAN1= $(ROOTMAN)/man1 92ROOTMAN1M= $(ROOTMAN)/man1m 93ROOTMAN3= $(ROOTMAN)/man3 |
93ROOTVARSMB= $(ROOT)/var/smb 94 95# 96 97# Like ROOTLIBDIR in $(SRC)/Makefile.lib, any lower-level Makefiles that 98# put their binaries in a non-standard location should reset this and use 99# $(ROOTCMD) in their `install' target. By default we set this to a bogus 100# value so that it will not conflict with any of the other values already 101# defined in this Makefile. 102# 103ROOTCMDDIR= $(ROOT)/__nonexistent_directory__ 104 105ROOTSHAUDIO= $(ROOT)/usr/share/audio 106ROOTAUDIOSAMP= $(ROOTSHAUDIO)/samples 107ROOTAUDIOSAMPAU=$(ROOTAUDIOSAMP)/au 108 | 94ROOTVARSMB= $(ROOT)/var/smb 95 96# 97 98# Like ROOTLIBDIR in $(SRC)/Makefile.lib, any lower-level Makefiles that 99# put their binaries in a non-standard location should reset this and use 100# $(ROOTCMD) in their `install' target. By default we set this to a bogus 101# value so that it will not conflict with any of the other values already 102# defined in this Makefile. 103# 104ROOTCMDDIR= $(ROOT)/__nonexistent_directory__ 105 106ROOTSHAUDIO= $(ROOT)/usr/share/audio 107ROOTAUDIOSAMP= $(ROOTSHAUDIO)/samples 108ROOTAUDIOSAMPAU=$(ROOTAUDIOSAMP)/au 109 |
109# 110# Begin /usr/sfw freeware rules for freeware that has "External" 111# taxonomy stability level. 112# 113ROOTSFW= $(ROOT)/usr/sfw 114ROOTSFWBIN= $(ROOT)/usr/sfw/bin 115ROOTSFWSHARE= $(ROOT)/usr/sfw/share 116ROOTSFWSHSRC= $(ROOT)/usr/sfw/share/src 117ROOTSFWINFO= $(ROOT)/usr/sfw/share/info 118ROOTSFWINCLUDE= $(ROOT)/usr/sfw/include 119ROOTSFWLIB= $(ROOT)/usr/sfw/lib 120ROOTLIBEXEC= $(ROOT)/usr/sfw/libexec 121ROOTSFWMAN= $(ROOT)/usr/sfw/share/man 122ROOTSFWMANN= $(ROOT)/usr/sfw/share/mann 123ROOTSFWMAN1= $(ROOT)/usr/sfw/share/man/man1 124ROOTSFWMAN1M= $(ROOT)/usr/sfw/share/man/man1m 125ROOTSFWMAN3= $(ROOT)/usr/sfw/share/man/man3 126ROOTSFWMAN5= $(ROOT)/usr/sfw/share/man/man5 127ROOTSFWMAN7= $(ROOT)/usr/sfw/share/man/man7 128# 129# End /usr/sfw freeware rules 130# 131 | |
132ISAEXEC= $(ROOT)/usr/lib/isaexec 133PLATEXEC= $(ROOT)/usr/lib/platexec 134 135LDLIBS = $(LDLIBS.cmd) 136 137LDFLAGS.cmd = \ 138 $(BDIRECT) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ 139 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) --- 370 unchanged lines hidden --- | 110ISAEXEC= $(ROOT)/usr/lib/isaexec 111PLATEXEC= $(ROOT)/usr/lib/platexec 112 113LDLIBS = $(LDLIBS.cmd) 114 115LDFLAGS.cmd = \ 116 $(BDIRECT) $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \ 117 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) --- 370 unchanged lines hidden --- |