Home | History | Annotate | Download | only in config

Lines Matching refs:PLATDIR

935 PLATDIR=	plat-$(MACHDEP)
938 MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
967 libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
1050 # Create the PLATDIR source directory, if one wasn't distributed..
1051 $(srcdir)/Lib/$(PLATDIR):
1052 mkdir $(srcdir)/Lib/$(PLATDIR)
1053 cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
1065 cd $(srcdir)/Lib/$(PLATDIR); $(RUNSHARED) ./regen "$(CC)"