8 LOCALLIBS
=config
/config.a term
/term.a ui
/ui.a ..
/libhed
/libhed.a
10 all: all-recursive hed
12 # all-recursive here will make sure link is not called too early
13 # in case of parallel make
14 hed
: all-recursive
$(OBJS
) $(LOCALLIBS
)
18 clean: clean-recursive
22 $(INSTALL
) -D hed
$(DESTDIR
)$(BINDIR
)/hed
24 -include ..
/Makefile.lib