mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#  Makefile.fpc for libgd units example
 | 
						|
#
 | 
						|
 | 
						|
[target]
 | 
						|
programs=gdtest gdtestcgi
 | 
						|
 | 
						|
[require]
 | 
						|
packages=libgd
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../../..
 |