Makefile.master (8528fe16977bc782796e5b44702e9cc3aaa636de) | Makefile.master (a0ed50307cf80490d23a92f5eac0bfcd26343dd6) |
---|---|
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 --- 179 unchanged lines hidden (view full) --- 188JAVAC= $(JAVA_ROOT)/bin/javac 189JAVAH= $(JAVA_ROOT)/bin/javah 190JAVADOC= $(JAVA_ROOT)/bin/javadoc 191RMIC= $(JAVA_ROOT)/bin/rmic 192JAR= $(JAVA_ROOT)/bin/jar 193CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert 194CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge 195CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs | 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 --- 179 unchanged lines hidden (view full) --- 188JAVAC= $(JAVA_ROOT)/bin/javac 189JAVAH= $(JAVA_ROOT)/bin/javah 190JAVADOC= $(JAVA_ROOT)/bin/javadoc 191RMIC= $(JAVA_ROOT)/bin/rmic 192JAR= $(JAVA_ROOT)/bin/jar 193CTFCONVERT= $(ONBLD_TOOLS)/bin/$(MACH)/ctfconvert 194CTFMERGE= $(ONBLD_TOOLS)/bin/$(MACH)/ctfmerge 195CTFSTABS= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstabs |
196CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip |
|
196NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen 197GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets 198CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl 199CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod 200XREF= $(ONBLD_TOOLS)/bin/xref 201FIND= /usr/bin/find 202PERL= /usr/bin/perl 203PYTHON_24= /usr/bin/python2.4 --- 961 unchanged lines hidden --- | 197NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen 198GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets 199CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl 200CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod 201XREF= $(ONBLD_TOOLS)/bin/xref 202FIND= /usr/bin/find 203PERL= /usr/bin/perl 204PYTHON_24= /usr/bin/python2.4 --- 961 unchanged lines hidden --- |