mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:59:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			224 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			224 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for UTmp Unit
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
name=utmp
 | 
						|
version=3.1.1
 | 
						|
 | 
						|
[target]
 | 
						|
units=utmp
 | 
						|
exampledirs=examples
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[compiler]
 | 
						|
includedir=src
 | 
						|
sourcedir=src
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../..
 | 
						|
 | 
						|
[rules]
 | 
						|
.NOTPARALLEL:
 |