mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	* distclean uses cleanall rule and removes units dir
  * cross compile support fixed, it is now possible to cycle a ppcsparc
    without deleting ppc386
  * bintutilsperfix defaults to cpu-os-
		
	
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			214 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			214 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for Fake GDB
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
main=ide
 | 
						|
 | 
						|
[target]
 | 
						|
units=gdbcon gdbint
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../..
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[rules]
 | 
						|
gdbint$(PPUEXT): gdbint.pas
 | 
						|
 | 
						|
gdbcon$(PPUEXT): gdbcon.pas gdbint$(PPUEXT)
 |