mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 01:19:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			432 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			432 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for Free Pascal Runtime Library
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
name=rtl
 | 
						|
version=1.9.4
 | 
						|
 | 
						|
[target]
 | 
						|
dirs_linux=linux
 | 
						|
dirs_win32=win32
 | 
						|
dirs_go32v2=go32v2
 | 
						|
dirs_go32v1=go32v1
 | 
						|
dirs_os2=os2
 | 
						|
dirs_emx=emx
 | 
						|
dirs_freebsd=freebsd
 | 
						|
dirs_darwin=darwin
 | 
						|
dirs_beos=beos
 | 
						|
dirs_amiga=amiga
 | 
						|
dirs_netbsd=netbsd
 | 
						|
dirs_macos=macos
 | 
						|
dirs_morphos=morphos
 | 
						|
dirs_netware=netware
 | 
						|
dirs_netwlibc=netwlibc
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
createpackagefpc=y
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=..
 |