Searched refs:OUTDIR (Results 1 – 4 of 4) sorted by relevance
4 OUTDIR ?= ./ macro12 GENHDRS= $(addprefix ${OUTDIR}/,aicdb.h $(YSRCS:.y=.h))19 AICASM_CFLAGS:= -I/usr/include -I. -I$(OUTDIR)38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS)41 $(OUTDIR):42 mkdir -p $(OUTDIR)44 $(OUTDIR)/aicdb.h:64 $(OUTDIR)/aicasm_gram.c $(OUTDIR)/aicasm_gram.h: aicasm_gram.y67 $(OUTDIR)/aicasm_macro_gram.c $(OUTDIR)/aicasm_macro_gram.h: aicasm_macro_gram.y70 $(OUTDIR)/aicasm_scan.c: aicasm_scan.l[all …]
17 OUTDIR := $(shell cd $(OUTPUT) && pwd) macro18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
16 OUTDIR := $(shell cd $(OUTPUT) && pwd)17 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
87 $(MAKE) -C $(src)/aicasm OUTDIR=$(shell pwd)/$(obj)/aicasm/
Completed in 8 milliseconds