Home | History | Annotate | Download | only in gnu-efi-3.0

Lines Matching refs:SRCDIR

37 SRCDIR = $(shell pwd)
39 VPATH = $(SRCDIR)
41 include $(SRCDIR)/Make.defaults
72 @echo SRCDIR=$(SRCDIR)
77 $(MAKE) -C $@ -f $(SRCDIR)/$@/Makefile SRCDIR=$(SRCDIR)/$@ ARCH=$(ARCH)
81 @for d in $(SUBDIRS); do $(MAKE) -C $$d -f $(SRCDIR)/$$d/Makefile SRCDIR=$(SRCDIR)/$$d clean; done
86 $(MAKE) -C $$d -f $(SRCDIR)/$$d/Makefile SRCDIR=$(SRCDIR)/$$d install; done
99 include $(SRCDIR)/Make.rules