Home | History | Annotate | Download | only in opengl

Lines Matching refs:imports

48 # Managing module exports and imports.
69 # imports it.
81 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
82 # it automatically imports anything imported by B too.
106 $(eval _emugl.$(_mod).imports :=) \
123 # Called to indicate that a module imports the exports of another module
142 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
143 $(eval _emugl.$(_mod).imports += $1)\
144 $(foreach _sub,$(_emugl.$1.imports),\
169 $(info . IMPORTS=$(_emugl.$(_emugl_MODULE).imports))\