--HG-- branch : dtrg-buildsystem rename : lang/basic/build.mk => lang/pc/build.mk rename : lang/cem/cemcom.ansi/build.mk => lang/pc/comp/build.mk rename : lang/basic/lib/build.mk => lang/pc/libpc/build.mk
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
echo '#include "parameters.h"'
 | 
						|
echo '#include "debug.h"'
 | 
						|
sed -n '
 | 
						|
s:^.*[ 	]ALLOCDEF[ 	].*"\(.*\)".*$:struct \1 *h_\1 = 0;\
 | 
						|
#ifdef DEBUG\
 | 
						|
int cnt_\1 = 0;\
 | 
						|
#endif:p
 | 
						|
' $*
 |