# include ../generic.mk all:: dhd clean:: rm -f dhd binclean:: rm -rf dhd dhd: dhd.o $(DHSTOP)/Distributed.a $(GHCLD) $^ $(LIBOBJS) -o $@