mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files.
		
			
				
	
	
		
			5 lines
		
	
	
		
			79 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			79 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
src := attrs.c bgp.c packets.c
 | 
						|
obj := $(src-o-files)
 | 
						|
$(all-daemon)
 | 
						|
$(cf-local)
 |