Searched refs:BIN (Results 1 – 3 of 3) sorted by relevance
12 BIN-$(CONFIG_X86) = xenalyze13 BIN = $(BIN-y) macro22 build: $(BIN) $(SBIN) $(LIBBIN)29 ifneq ($(BIN),)30 $(INSTALL_PROG) $(BIN) $(DESTDIR)$(bindir)41 ifneq ($(BIN),)42 rm -f $(addprefix $(DESTDIR)$(bindir)/, $(BIN))47 $(RM) *.a *.so *.o *.rpm $(BIN) $(SBIN) $(LIBBIN) $(DEPS_RM)
16 BIN = xenconsoled xenconsole macro19 all: $(BIN)23 $(RM) *.a *.so *.o *.rpm $(BIN) $(DEPS_RM)47 install: $(BIN)
89 $(call quiet-command, $(CC) $(LDFLAGS) -o $$@ $$+,BIN,$$@)
Completed in 2 milliseconds