mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			317 B
		
	
	
	
		
			PkgConfig
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			317 B
		
	
	
	
		
			PkgConfig
		
	
	
	
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| toolexeclibdir=@toolexeclibdir@
 | |
| includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
 | |
| 
 | |
| Name: @PACKAGE_NAME@
 | |
| Description: Library supporting Foreign Function Interfaces
 | |
| Version: @PACKAGE_VERSION@
 | |
| Libs: -L${toolexeclibdir} -lffi
 | |
| Cflags: -I${includedir}
 |