mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			329 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			329 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for cdrom
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
name=cdrom
 | 
						|
version=2.5.1
 | 
						|
 | 
						|
[target]
 | 
						|
units=cdrom discid fpcddb
 | 
						|
implicitunits_win32=scsidefs wnaspi32 cdromioctl wincd
 | 
						|
implicitunits_linux=major lincd
 | 
						|
exampledirs=examples
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[compiler]
 | 
						|
includedir=src
 | 
						|
sourcedir=src tests
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../..
 | 
						|
 | 
						|
[rules]
 | 
						|
.NOTPARALLEL:
 |