Lines Matching refs:ADHD_DIR
8 $(ADHD_DIR)/cras/configure: $(ADHD_DIR)/cras/configure.ac \
9 $(ADHD_DIR)/cras/Makefile.am
10 (cd $(ADHD_DIR)/cras && \
11 $(ADHD_DIR)/cras/git_prepare.sh)
13 $(ADHD_DIR)/cras/Makefile: $(ADHD_DIR)/cras/configure
14 (cd $(ADHD_DIR)/cras && \
15 $(ADHD_DIR)/cras/configure \
25 cras: $(ADHD_DIR)/cras/Makefile
26 (cd $(ADHD_DIR)/cras && \
27 $(MAKE) -f $(ADHD_DIR)/cras/Makefile)
30 (cd $(ADHD_DIR)/cras && \
31 $(MAKE) -f $(ADHD_DIR)/cras/Makefile install)