Home | History | Annotate | Download | only in opengl

Lines Matching refs:imports

49 # Managing module exports and imports.
70 # imports it.
82 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
83 # it automatically imports anything imported by B too.
107 $(eval _emugl.$(_mod).imports :=) \
124 # Called to indicate that a module imports the exports of another module
143 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
144 $(eval _emugl.$(_mod).imports += $1)\
145 $(foreach _sub,$(_emugl.$1.imports),\
170 $(info . IMPORTS=$(_emugl.$(_emugl_MODULE).imports))\