Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird2 / client |
1.1 ! misho 1: src := commands.c util.c client.c ! 2: obj := $(src-o-files) ! 3: ! 4: $(all-client) ! 5: $(conf-y-targets): $(s)cmds.Y ! 6: ! 7: $(exedir)/birdc: $(o)birdc.o ! 8: $(exedir)/birdc: LIBS += $(CLIENT_LIBS) ! 9: ! 10: $(exedir)/birdcl: $(o)birdcl.o