# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(3.8.2)

LICENSE(PSF-2.0)

PEERDIR(
    contrib/libs/freetype
    contrib/libs/libpng
    contrib/libs/qhull
    contrib/python/Pillow
    contrib/python/contourpy
    contrib/python/cycler
    contrib/python/fonttools
    contrib/python/kiwisolver
    contrib/python/matplotlib/py3/extern/agg24-svn
    contrib/python/matplotlib/py3/extern/ttconv
    contrib/python/numpy
    contrib/python/packaging
    contrib/python/pyparsing
    contrib/python/python-dateutil
)

ADDINCL(
    contrib/libs/freetype
    contrib/libs/libpng
    contrib/libs/qhull
    contrib/python/matplotlib/py3/extern
    contrib/python/matplotlib/py3/extern/agg24-svn/include
)

NO_COMPILER_WARNINGS()

NO_LINT()

NO_CHECK_IMPORTS(
    matplotlib.backends.*
    matplotlib.sphinxext.*
    matplotlib.testing.*
    mpl_toolkits.*
)

CFLAGS(
    -D_MULTIARRAYMODULE
    -DNPY_INTERNAL_BUILD=1
    -DFREETYPE_BUILD_TYPE=local
    -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
    -DMPL_DEVNULL=/dev/null
)

IF (OS_WINDOWS)
    LDFLAGS(
        Comctl32.lib
        Psapi.lib
    )
ENDIF()

SRCS(
    src/_backend_agg.cpp
    src/_backend_agg_wrapper.cpp
    src/_c_internal_utils.c
    src/_image_wrapper.cpp
    src/_path_wrapper.cpp
    src/_qhull_wrapper.cpp
    src/_tkagg.cpp
    src/_ttconv.cpp
    src/checkdep_freetype2.c
    src/ft2font.cpp
    src/ft2font_wrapper.cpp
    src/py_converters.cpp
    src/tri/_tri.cpp
    src/tri/_tri_wrapper.cpp
)

PY_REGISTER(
    matplotlib._c_internal_utils
    matplotlib._image
    matplotlib._path
    matplotlib._qhull
    matplotlib._tri
    matplotlib._ttconv
    matplotlib.backends._backend_agg
    matplotlib.backends._tkagg
    matplotlib.ft2font
)

PY_SRCS(
    TOP_LEVEL
    matplotlib/__init__.py
    matplotlib/__init__.pyi
    matplotlib/_afm.py
    matplotlib/_animation_data.py
    matplotlib/_api/__init__.py
    matplotlib/_api/__init__.pyi
    matplotlib/_api/deprecation.py
    matplotlib/_api/deprecation.pyi
    matplotlib/_blocking_input.py
    matplotlib/_c_internal_utils.pyi
    matplotlib/_cm.py
    matplotlib/_cm_listed.py
    matplotlib/_color_data.py
    matplotlib/_color_data.pyi
    matplotlib/_constrained_layout.py
    matplotlib/_docstring.py
    matplotlib/_docstring.pyi
    matplotlib/_enums.py
    matplotlib/_enums.pyi
    matplotlib/_fontconfig_pattern.py
    matplotlib/_image.pyi
    matplotlib/_internal_utils.py
    matplotlib/_layoutgrid.py
    matplotlib/_mathtext.py
    matplotlib/_mathtext_data.py
    matplotlib/_path.pyi
    matplotlib/_pylab_helpers.py
    matplotlib/_pylab_helpers.pyi
    matplotlib/_qhull.pyi
    matplotlib/_text_helpers.py
    matplotlib/_tight_bbox.py
    matplotlib/_tight_layout.py
    matplotlib/_tri.pyi
    matplotlib/_ttconv.pyi
    matplotlib/_type1font.py
    matplotlib/_version.py
    matplotlib/animation.py
    matplotlib/animation.pyi
    matplotlib/artist.py
    matplotlib/artist.pyi
    matplotlib/axes/__init__.py
    matplotlib/axes/__init__.pyi
    matplotlib/axes/_axes.py
    matplotlib/axes/_axes.pyi
    matplotlib/axes/_base.py
    matplotlib/axes/_base.pyi
    matplotlib/axes/_secondary_axes.py
    matplotlib/axes/_secondary_axes.pyi
    matplotlib/axis.py
    matplotlib/axis.pyi
    matplotlib/backend_bases.py
    matplotlib/backend_bases.pyi
    matplotlib/backend_managers.py
    matplotlib/backend_managers.pyi
    matplotlib/backend_tools.py
    matplotlib/backend_tools.pyi
    matplotlib/backends/__init__.py
    matplotlib/backends/_backend_agg.pyi
    matplotlib/backends/_backend_gtk.py
    matplotlib/backends/_backend_pdf_ps.py
    matplotlib/backends/_backend_tk.py
    matplotlib/backends/_macosx.pyi
    matplotlib/backends/_tkagg.pyi
    matplotlib/backends/backend_agg.py
    matplotlib/backends/backend_cairo.py
    matplotlib/backends/backend_gtk3.py
    matplotlib/backends/backend_gtk3agg.py
    matplotlib/backends/backend_gtk3cairo.py
    matplotlib/backends/backend_gtk4.py
    matplotlib/backends/backend_gtk4agg.py
    matplotlib/backends/backend_gtk4cairo.py
    matplotlib/backends/backend_macosx.py
    matplotlib/backends/backend_mixed.py
    matplotlib/backends/backend_nbagg.py
    matplotlib/backends/backend_pdf.py
    matplotlib/backends/backend_pgf.py
    matplotlib/backends/backend_ps.py
    matplotlib/backends/backend_qt.py
    matplotlib/backends/backend_qt5.py
    matplotlib/backends/backend_qt5agg.py
    matplotlib/backends/backend_qt5cairo.py
    matplotlib/backends/backend_qtagg.py
    matplotlib/backends/backend_qtcairo.py
    matplotlib/backends/backend_svg.py
    matplotlib/backends/backend_template.py
    matplotlib/backends/backend_tkagg.py
    matplotlib/backends/backend_tkcairo.py
    matplotlib/backends/backend_webagg.py
    matplotlib/backends/backend_webagg_core.py
    matplotlib/backends/backend_wx.py
    matplotlib/backends/backend_wxagg.py
    matplotlib/backends/backend_wxcairo.py
    matplotlib/backends/qt_compat.py
    matplotlib/backends/qt_editor/__init__.py
    matplotlib/backends/qt_editor/_formlayout.py
    matplotlib/backends/qt_editor/figureoptions.py
    matplotlib/bezier.py
    matplotlib/bezier.pyi
    matplotlib/category.py
    matplotlib/cbook.py
    matplotlib/cbook.pyi
    matplotlib/cm.py
    matplotlib/cm.pyi
    matplotlib/collections.py
    matplotlib/collections.pyi
    matplotlib/colorbar.py
    matplotlib/colorbar.pyi
    matplotlib/colors.py
    matplotlib/colors.pyi
    matplotlib/container.py
    matplotlib/container.pyi
    matplotlib/contour.py
    matplotlib/contour.pyi
    matplotlib/dates.py
    matplotlib/dviread.py
    matplotlib/dviread.pyi
    matplotlib/figure.py
    matplotlib/figure.pyi
    matplotlib/font_manager.py
    matplotlib/font_manager.pyi
    matplotlib/ft2font.pyi
    matplotlib/gridspec.py
    matplotlib/gridspec.pyi
    matplotlib/hatch.py
    matplotlib/hatch.pyi
    matplotlib/image.py
    matplotlib/image.pyi
    matplotlib/layout_engine.py
    matplotlib/layout_engine.pyi
    matplotlib/legend.py
    matplotlib/legend.pyi
    matplotlib/legend_handler.py
    matplotlib/legend_handler.pyi
    matplotlib/lines.py
    matplotlib/lines.pyi
    matplotlib/markers.py
    matplotlib/markers.pyi
    matplotlib/mathtext.py
    matplotlib/mathtext.pyi
    matplotlib/mlab.py
    matplotlib/mlab.pyi
    matplotlib/offsetbox.py
    matplotlib/offsetbox.pyi
    matplotlib/patches.py
    matplotlib/patches.pyi
    matplotlib/path.py
    matplotlib/path.pyi
    matplotlib/patheffects.py
    matplotlib/patheffects.pyi
    matplotlib/projections/__init__.py
    matplotlib/projections/__init__.pyi
    matplotlib/projections/geo.py
    matplotlib/projections/geo.pyi
    matplotlib/projections/polar.py
    matplotlib/projections/polar.pyi
    matplotlib/pylab.py
    matplotlib/pyplot.py
    matplotlib/quiver.py
    matplotlib/quiver.pyi
    matplotlib/rcsetup.py
    matplotlib/rcsetup.pyi
    matplotlib/sankey.py
    matplotlib/sankey.pyi
    matplotlib/scale.py
    matplotlib/scale.pyi
    matplotlib/sphinxext/__init__.py
    matplotlib/sphinxext/figmpl_directive.py
    matplotlib/sphinxext/mathmpl.py
    matplotlib/sphinxext/plot_directive.py
    matplotlib/spines.py
    matplotlib/spines.pyi
    matplotlib/stackplot.py
    matplotlib/stackplot.pyi
    matplotlib/streamplot.py
    matplotlib/streamplot.pyi
    matplotlib/style/__init__.py
    matplotlib/style/core.py
    matplotlib/style/core.pyi
    matplotlib/table.py
    matplotlib/table.pyi
    matplotlib/testing/__init__.py
    matplotlib/testing/__init__.pyi
    matplotlib/testing/_markers.py
    matplotlib/testing/compare.py
    matplotlib/testing/compare.pyi
    matplotlib/testing/conftest.py
    matplotlib/testing/conftest.pyi
    matplotlib/testing/decorators.py
    matplotlib/testing/decorators.pyi
    matplotlib/testing/exceptions.py
    matplotlib/testing/jpl_units/Duration.py
    matplotlib/testing/jpl_units/Epoch.py
    matplotlib/testing/jpl_units/EpochConverter.py
    matplotlib/testing/jpl_units/StrConverter.py
    matplotlib/testing/jpl_units/UnitDbl.py
    matplotlib/testing/jpl_units/UnitDblConverter.py
    matplotlib/testing/jpl_units/UnitDblFormatter.py
    matplotlib/testing/jpl_units/__init__.py
    matplotlib/testing/widgets.py
    matplotlib/testing/widgets.pyi
    matplotlib/texmanager.py
    matplotlib/texmanager.pyi
    matplotlib/text.py
    matplotlib/text.pyi
    matplotlib/textpath.py
    matplotlib/textpath.pyi
    matplotlib/ticker.py
    matplotlib/ticker.pyi
    matplotlib/transforms.py
    matplotlib/transforms.pyi
    matplotlib/tri/__init__.py
    matplotlib/tri/_triangulation.py
    matplotlib/tri/_triangulation.pyi
    matplotlib/tri/_tricontour.py
    matplotlib/tri/_tricontour.pyi
    matplotlib/tri/_trifinder.py
    matplotlib/tri/_trifinder.pyi
    matplotlib/tri/_triinterpolate.py
    matplotlib/tri/_triinterpolate.pyi
    matplotlib/tri/_tripcolor.py
    matplotlib/tri/_tripcolor.pyi
    matplotlib/tri/_triplot.py
    matplotlib/tri/_triplot.pyi
    matplotlib/tri/_trirefine.py
    matplotlib/tri/_trirefine.pyi
    matplotlib/tri/_tritools.py
    matplotlib/tri/_tritools.pyi
    matplotlib/tri/triangulation.py
    matplotlib/tri/tricontour.py
    matplotlib/tri/trifinder.py
    matplotlib/tri/triinterpolate.py
    matplotlib/tri/tripcolor.py
    matplotlib/tri/triplot.py
    matplotlib/tri/trirefine.py
    matplotlib/tri/tritools.py
    matplotlib/typing.py
    matplotlib/units.py
    matplotlib/widgets.py
    matplotlib/widgets.pyi
    mpl_toolkits/axes_grid1/__init__.py
    mpl_toolkits/axes_grid1/anchored_artists.py
    mpl_toolkits/axes_grid1/axes_divider.py
    mpl_toolkits/axes_grid1/axes_grid.py
    mpl_toolkits/axes_grid1/axes_rgb.py
    mpl_toolkits/axes_grid1/axes_size.py
    mpl_toolkits/axes_grid1/inset_locator.py
    mpl_toolkits/axes_grid1/mpl_axes.py
    mpl_toolkits/axes_grid1/parasite_axes.py
    mpl_toolkits/axisartist/__init__.py
    mpl_toolkits/axisartist/angle_helper.py
    mpl_toolkits/axisartist/axes_divider.py
    mpl_toolkits/axisartist/axes_grid.py
    mpl_toolkits/axisartist/axes_rgb.py
    mpl_toolkits/axisartist/axis_artist.py
    mpl_toolkits/axisartist/axisline_style.py
    mpl_toolkits/axisartist/axislines.py
    mpl_toolkits/axisartist/floating_axes.py
    mpl_toolkits/axisartist/grid_finder.py
    mpl_toolkits/axisartist/grid_helper_curvelinear.py
    mpl_toolkits/axisartist/parasite_axes.py
    mpl_toolkits/mplot3d/__init__.py
    mpl_toolkits/mplot3d/art3d.py
    mpl_toolkits/mplot3d/axes3d.py
    mpl_toolkits/mplot3d/axis3d.py
    mpl_toolkits/mplot3d/proj3d.py
    pylab.py
)

RESOURCE_FILES(
    PREFIX contrib/python/matplotlib/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
    matplotlib/backends/web_backend/.eslintrc.js
    matplotlib/backends/web_backend/.prettierignore
    matplotlib/backends/web_backend/.prettierrc
    matplotlib/backends/web_backend/all_figures.html
    matplotlib/backends/web_backend/css/boilerplate.css
    matplotlib/backends/web_backend/css/fbm.css
    matplotlib/backends/web_backend/css/mpl.css
    matplotlib/backends/web_backend/css/page.css
    matplotlib/backends/web_backend/ipython_inline_figure.html
    matplotlib/backends/web_backend/js/mpl.js
    matplotlib/backends/web_backend/js/mpl_tornado.js
    matplotlib/backends/web_backend/js/nbagg_mpl.js
    matplotlib/backends/web_backend/nbagg_uat.ipynb
    matplotlib/backends/web_backend/package.json
    matplotlib/backends/web_backend/single_figure.html
    matplotlib/mpl-data/fonts/afm/cmex10.afm
    matplotlib/mpl-data/fonts/afm/cmmi10.afm
    matplotlib/mpl-data/fonts/afm/cmr10.afm
    matplotlib/mpl-data/fonts/afm/cmsy10.afm
    matplotlib/mpl-data/fonts/afm/cmtt10.afm
    matplotlib/mpl-data/fonts/afm/pagd8a.afm
    matplotlib/mpl-data/fonts/afm/pagdo8a.afm
    matplotlib/mpl-data/fonts/afm/pagk8a.afm
    matplotlib/mpl-data/fonts/afm/pagko8a.afm
    matplotlib/mpl-data/fonts/afm/pbkd8a.afm
    matplotlib/mpl-data/fonts/afm/pbkdi8a.afm
    matplotlib/mpl-data/fonts/afm/pbkl8a.afm
    matplotlib/mpl-data/fonts/afm/pbkli8a.afm
    matplotlib/mpl-data/fonts/afm/pcrb8a.afm
    matplotlib/mpl-data/fonts/afm/pcrbo8a.afm
    matplotlib/mpl-data/fonts/afm/pcrr8a.afm
    matplotlib/mpl-data/fonts/afm/pcrro8a.afm
    matplotlib/mpl-data/fonts/afm/phvb8a.afm
    matplotlib/mpl-data/fonts/afm/phvb8an.afm
    matplotlib/mpl-data/fonts/afm/phvbo8a.afm
    matplotlib/mpl-data/fonts/afm/phvbo8an.afm
    matplotlib/mpl-data/fonts/afm/phvl8a.afm
    matplotlib/mpl-data/fonts/afm/phvlo8a.afm
    matplotlib/mpl-data/fonts/afm/phvr8a.afm
    matplotlib/mpl-data/fonts/afm/phvr8an.afm
    matplotlib/mpl-data/fonts/afm/phvro8a.afm
    matplotlib/mpl-data/fonts/afm/phvro8an.afm
    matplotlib/mpl-data/fonts/afm/pncb8a.afm
    matplotlib/mpl-data/fonts/afm/pncbi8a.afm
    matplotlib/mpl-data/fonts/afm/pncr8a.afm
    matplotlib/mpl-data/fonts/afm/pncri8a.afm
    matplotlib/mpl-data/fonts/afm/pplb8a.afm
    matplotlib/mpl-data/fonts/afm/pplbi8a.afm
    matplotlib/mpl-data/fonts/afm/pplr8a.afm
    matplotlib/mpl-data/fonts/afm/pplri8a.afm
    matplotlib/mpl-data/fonts/afm/psyr.afm
    matplotlib/mpl-data/fonts/afm/ptmb8a.afm
    matplotlib/mpl-data/fonts/afm/ptmbi8a.afm
    matplotlib/mpl-data/fonts/afm/ptmr8a.afm
    matplotlib/mpl-data/fonts/afm/ptmri8a.afm
    matplotlib/mpl-data/fonts/afm/putb8a.afm
    matplotlib/mpl-data/fonts/afm/putbi8a.afm
    matplotlib/mpl-data/fonts/afm/putr8a.afm
    matplotlib/mpl-data/fonts/afm/putri8a.afm
    matplotlib/mpl-data/fonts/afm/pzcmi8a.afm
    matplotlib/mpl-data/fonts/afm/pzdr.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm
    matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
    matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf
    matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf
    matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU
    matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
    matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf
    matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf
    matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf
    matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf
    matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf
    matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf
    matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf
    matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf
    matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf
    matplotlib/mpl-data/fonts/ttf/cmb10.ttf
    matplotlib/mpl-data/fonts/ttf/cmex10.ttf
    matplotlib/mpl-data/fonts/ttf/cmmi10.ttf
    matplotlib/mpl-data/fonts/ttf/cmr10.ttf
    matplotlib/mpl-data/fonts/ttf/cmss10.ttf
    matplotlib/mpl-data/fonts/ttf/cmsy10.ttf
    matplotlib/mpl-data/fonts/ttf/cmtt10.ttf
    matplotlib/mpl-data/images/back-symbolic.svg
    matplotlib/mpl-data/images/back.pdf
    matplotlib/mpl-data/images/back.png
    matplotlib/mpl-data/images/back.svg
    matplotlib/mpl-data/images/back_large.png
    matplotlib/mpl-data/images/filesave-symbolic.svg
    matplotlib/mpl-data/images/filesave.pdf
    matplotlib/mpl-data/images/filesave.png
    matplotlib/mpl-data/images/filesave.svg
    matplotlib/mpl-data/images/filesave_large.png
    matplotlib/mpl-data/images/forward-symbolic.svg
    matplotlib/mpl-data/images/forward.pdf
    matplotlib/mpl-data/images/forward.png
    matplotlib/mpl-data/images/forward.svg
    matplotlib/mpl-data/images/forward_large.png
    matplotlib/mpl-data/images/hand.pdf
    matplotlib/mpl-data/images/hand.png
    matplotlib/mpl-data/images/hand.svg
    matplotlib/mpl-data/images/help-symbolic.svg
    matplotlib/mpl-data/images/help.pdf
    matplotlib/mpl-data/images/help.png
    matplotlib/mpl-data/images/help.svg
    matplotlib/mpl-data/images/help_large.png
    matplotlib/mpl-data/images/home-symbolic.svg
    matplotlib/mpl-data/images/home.pdf
    matplotlib/mpl-data/images/home.png
    matplotlib/mpl-data/images/home.svg
    matplotlib/mpl-data/images/home_large.png
    matplotlib/mpl-data/images/matplotlib.pdf
    matplotlib/mpl-data/images/matplotlib.png
    matplotlib/mpl-data/images/matplotlib.svg
    matplotlib/mpl-data/images/matplotlib_large.png
    matplotlib/mpl-data/images/move-symbolic.svg
    matplotlib/mpl-data/images/move.pdf
    matplotlib/mpl-data/images/move.png
    matplotlib/mpl-data/images/move.svg
    matplotlib/mpl-data/images/move_large.png
    matplotlib/mpl-data/images/qt4_editor_options.pdf
    matplotlib/mpl-data/images/qt4_editor_options.png
    matplotlib/mpl-data/images/qt4_editor_options.svg
    matplotlib/mpl-data/images/qt4_editor_options_large.png
    matplotlib/mpl-data/images/subplots-symbolic.svg
    matplotlib/mpl-data/images/subplots.pdf
    matplotlib/mpl-data/images/subplots.png
    matplotlib/mpl-data/images/subplots.svg
    matplotlib/mpl-data/images/subplots_large.png
    matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg
    matplotlib/mpl-data/images/zoom_to_rect.pdf
    matplotlib/mpl-data/images/zoom_to_rect.png
    matplotlib/mpl-data/images/zoom_to_rect.svg
    matplotlib/mpl-data/images/zoom_to_rect_large.png
    matplotlib/mpl-data/kpsewhich.lua
    matplotlib/mpl-data/matplotlibrc
    matplotlib/mpl-data/plot_directive/plot_directive.css
    matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png
    matplotlib/mpl-data/sample_data/README.txt
    matplotlib/mpl-data/sample_data/Stocks.csv
    matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy
    matplotlib/mpl-data/sample_data/data_x_x2_x3.csv
    matplotlib/mpl-data/sample_data/eeg.dat
    matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc
    matplotlib/mpl-data/sample_data/goog.npz
    matplotlib/mpl-data/sample_data/grace_hopper.jpg
    matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz
    matplotlib/mpl-data/sample_data/logo2.png
    matplotlib/mpl-data/sample_data/membrane.dat
    matplotlib/mpl-data/sample_data/msft.csv
    matplotlib/mpl-data/sample_data/s1045.ima.gz
    matplotlib/mpl-data/sample_data/topobathy.npz
    matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle
    matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle
    matplotlib/mpl-data/stylelib/_mpl-gallery-nogrid.mplstyle
    matplotlib/mpl-data/stylelib/_mpl-gallery.mplstyle
    matplotlib/mpl-data/stylelib/bmh.mplstyle
    matplotlib/mpl-data/stylelib/classic.mplstyle
    matplotlib/mpl-data/stylelib/dark_background.mplstyle
    matplotlib/mpl-data/stylelib/fast.mplstyle
    matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle
    matplotlib/mpl-data/stylelib/ggplot.mplstyle
    matplotlib/mpl-data/stylelib/grayscale.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-bright.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-colorblind.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-dark-palette.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-dark.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-darkgrid.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-deep.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-muted.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-notebook.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-paper.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-pastel.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-poster.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-talk.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-ticks.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-white.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8-whitegrid.mplstyle
    matplotlib/mpl-data/stylelib/seaborn-v0_8.mplstyle
    matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle
    matplotlib/py.typed
)

END()

RECURSE(
    extern
)