Home | History | Annotate | Download | only in opengl

Lines Matching refs:imports

51 # Managing module exports and imports.
72 # imports it.
84 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
85 # it automatically imports anything imported by B too.
109 $(eval _emugl.$(_mod).imports :=) \
126 # Called to indicate that a module imports the exports of another module
145 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
146 $(eval _emugl.$(_mod).imports += $1)\
147 $(foreach _sub,$(_emugl.$1.imports),\
172 $(info . IMPORTS=$(_emugl.$(_emugl_MODULE).imports))\