jdk/makefiles/GensrcBuffer.gmk
changeset 17922 d56eec572de5
parent 14231 a0c23c1c010f
child 20547 453837141fac
equal deleted inserted replaced
17921:8ae76f95800a 17922:d56eec572de5
    67 		$1_x        := c
    67 		$1_x        := c
    68 		$1_Type     := Char
    68 		$1_Type     := Char
    69 		$1_fulltype := character
    69 		$1_fulltype := character
    70 		$1_Fulltype := Character
    70 		$1_Fulltype := Character
    71 		$1_category := integralType
    71 		$1_category := integralType
       
    72                 $1_streams  := streamableType
       
    73                 $1_streamtype := int
       
    74                 $1_Streamtype := Int
    72 		$1_LBPV     := 1
    75 		$1_LBPV     := 1
    73 	endif
    76 	endif
    74 
    77 
    75 	ifeq ($2, short)
    78 	ifeq ($2, short)
    76 		$1_x        := s
    79 		$1_x        := s
    95 	ifeq ($2, long)
    98 	ifeq ($2, long)
    96 		$1_x        := l
    99 		$1_x        := l
    97 		$1_Type     := Long
   100 		$1_Type     := Long
    98 		$1_fulltype := long
   101 		$1_fulltype := long
    99 		$1_Fulltype := Long
   102 		$1_Fulltype := Long
   100 		$1_category := integralType
   103 		$1_category := integralType	
   101 		$1_LBPV     := 3
   104 		$1_LBPV     := 3
   102 	endif
   105 	endif
   103 
   106 
   104 	ifeq ($2, float)
   107 	ifeq ($2, float)
   105 		$1_x        := f
   108 		$1_x        := f
   229 
   232 
   230 $$($1_DST) : $$($1_DEP) $(GENSRC_BUFFER_DST)/_the.buffer.dir
   233 $$($1_DST) : $$($1_DEP) $(GENSRC_BUFFER_DST)/_the.buffer.dir
   231 	$(TOOL_SPP) < $$($1_SRC) > $$($1_OUT).tmp \
   234 	$(TOOL_SPP) < $$($1_SRC) > $$($1_OUT).tmp \
   232 		-K$$($1_type) \
   235 		-K$$($1_type) \
   233 		-K$$($1_category) \
   236 		-K$$($1_category) \
       
   237 		-K$$($1_streams) \
   234 		-Dtype=$$($1_type) \
   238 		-Dtype=$$($1_type) \
   235 		-DType=$$($1_Type) \
   239 		-DType=$$($1_Type) \
   236 		-Dfulltype=$$($1_fulltype) \
   240 		-Dfulltype=$$($1_fulltype) \
   237 		-DFulltype=$$($1_Fulltype) \
   241 		-DFulltype=$$($1_Fulltype) \
       
   242                 -Dstreamtype=$$($1_streamtype) \
       
   243                 -DStreamtype=$$($1_Streamtype) \
   238 		-Dx=$$($1_x) \
   244 		-Dx=$$($1_x) \
   239 		-Dmemtype=$$($1_memtype) \
   245 		-Dmemtype=$$($1_memtype) \
   240 		-DMemtype=$$($1_Memtype) \
   246 		-DMemtype=$$($1_Memtype) \
   241 		-DSwaptype=$$($1_Swaptype) \
   247 		-DSwaptype=$$($1_Swaptype) \
   242 		-DfromBits=$$($1_fromBits) \
   248 		-DfromBits=$$($1_fromBits) \