mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:39:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			492 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			492 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
#
 | 
						|
# Here we set some variables, needed by all OSes.
 | 
						|
#
 | 
						|
 | 
						|
# System unit include files. These are composed from header and
 | 
						|
# implementation files.
 | 
						|
 | 
						|
SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
 | 
						|
         file typefile text rtti heap astrings
 | 
						|
SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
 | 
						|
 | 
						|
# Other unit names which can be used for all systems
 | 
						|
#
 | 
						|
#UNITNAMES=getops
 | 
						|
#UNITPPNAMES=$(addsuffix .pp,$(UNITNAMES))
 | 
						|
 | 
						|
# Other files...
 | 
						|
#astrings.pp
 | 
						|
#complex.pp
 | 
						|
#cpne.pp
 | 
						|
#lstrings.pp
 |