| ![[BACK]](/icons/cvsweb/back.gif) Return to Makefile CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird2 / sysdep / unix | 
1.1 ! misho 1: src := io.c krt.c log.c main.c random.c ! 2: obj := $(src-o-files) ! 3: $(all-daemon) ! 4: $(cf-local) ! 5: $(conf-y-targets): $(s)krt.Y ! 6: ! 7: src := $(filter-out main.c, $(src)) ! 8: tests_objs := $(tests_objs) $(src-o-files)