Searched defs:BUILD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/nintendods/
H A DMakefile13 # BUILD is the directory where object files & intermediate files will be placed
19 BUILD := build macro
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
84 -I$(CURDIR)/$(BUILD)
86 .PHONY: $(BUILD) clean all
89 all: $(BUILD)
96 $(BUILD): lib
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
103 @rm -fr $(BUILD) li
[all...]

Completed in 46 milliseconds