Searched defs:GAMMADIR (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/make/bsd/
H A DMakefile55 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
57 ifeq ($(GAMMADIR),)
60 include $(GAMMADIR)/make/defs.make
62 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
92 # exact.east.sun.com. This logic will cause GAMMADIR to begin with
98 # changing GAMMADIR in a way that exercises the automounter could
108 $(shell echo $(GAMMADIR) | \
126 # Don't use the new value for GAMMADIR unless a file with the new
129 GAMMADIR := $(NEW_GAMMADIR) macro
210 BUILDTREE_MAKE = $(GAMMADIR)/mak
[all...]
/openjdk7/hotspot/make/linux/
H A DMakefile55 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
57 ifeq ($(GAMMADIR),)
60 include $(GAMMADIR)/make/defs.make
62 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
92 # exact.east.sun.com. This logic will cause GAMMADIR to begin with
98 # changing GAMMADIR in a way that exercises the automounter could
108 $(shell echo $(GAMMADIR) | \
126 # Don't use the new value for GAMMADIR unless a file with the new
129 GAMMADIR := $(NEW_GAMMADIR) macro
210 BUILDTREE_MAKE = $(GAMMADIR)/mak
[all...]
/openjdk7/hotspot/make/solaris/
H A DMakefile46 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
48 ifeq ($(GAMMADIR),)
51 include $(GAMMADIR)/make/defs.make
53 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make
73 # exact.east.sun.com. This logic will cause GAMMADIR to begin with
79 # changing GAMMADIR in a way that exercises the automounter could
89 $(shell echo $(GAMMADIR) | \
107 # Don't use the new value for GAMMADIR unless a file with the new
110 GAMMADIR := $(NEW_GAMMADIR) macro
166 BUILDTREE_MAKE = $(GAMMADIR)/mak
[all...]

Completed in 32 milliseconds