Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / client |
1.1 ! misho 1: source=commands.c util.c client.c ! 2: root-rel=../ ! 3: dir-name=client ! 4: ! 5: clients := $(client) birdcl ! 6: ! 7: source-dep := $(source) $(addsuffix .c,$(clients)) ! 8: ! 9: subdir: $(addsuffix .o,$(clients)) ! 10: ! 11: include ../Rules