mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			246 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			246 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
src := commands.c util.c client.c
 | 
						|
obj := $(src-o-files)
 | 
						|
 | 
						|
$(all-client)
 | 
						|
$(conf-y-targets): $(s)cmds.Y
 | 
						|
 | 
						|
$(o)commands.o: $(objdir)/conf/commands.h
 | 
						|
 | 
						|
$(exedir)/birdc: $(o)birdc.o
 | 
						|
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
 | 
						|
 | 
						|
$(exedir)/birdcl: $(o)birdcl.o
 |