mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			259 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			259 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# This file is included several times in a row, once
 | 
						|
# for each element of $(lib)-routines and $(lib)-sysdeps_routines.
 | 
						|
 | 
						|
cpp-src := $(firstword $(cpp-srcs-left))
 | 
						|
cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left))
 | 
						|
 | 
						|
libof-$(notdir $(cpp-src)) := $(lib)
 |