Home | History | Annotate | Download | only in config

Lines Matching refs:PLATDIR

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