Lines Matching refs:OUTPUT
11 OUTPUT=./ macro
13 OUTPUT := $(O)/ macro
16 ifneq ($(OUTPUT),)
18 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
127 DUMP_OBJS := $(addprefix $(OUTPUT)tools/acpidump/,$(DUMP_OBJS))
129 $(OUTPUT)acpidump: $(DUMP_OBJS)
131 $(QUIET) $(LD) $(CFLAGS) $(LDFLAGS) $(DUMP_OBJS) -L$(OUTPUT) -o $@
134 $(OUTPUT)tools/acpidump/%.o: %.c
140 all: $(OUTPUT)acpidump
141 echo $(OUTPUT)
144 -find $(OUTPUT) \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
146 -rm -f $(OUTPUT)acpidump
150 $(INSTALL_PROGRAM) $(OUTPUT)acpidump $(DESTDIR)${sbindir}