B
    J4¥d_  ã               @   s$   d dl Z ddgZdd„ Zdd„ ZdS )é    NÚget_includeÚget_libc              C   s    ddl } tj tj | j¡d¡S )zù
    Get the directory containing the PaddlePaddle C++ header files.

    Returns:
      The directory as string.

    Examples:
        .. code-block:: python

            import paddle
            include_dir = paddle.sysconfig.get_include()

    r   NÚinclude)ÚpaddleÚosÚpathÚjoinÚdirnameÚ__file__)r   © r   ú4/tmp/pip-unpacked-wheel-1nh_tb94/paddle/sysconfig.pyr      s    c              C   s    ddl } tj tj | j¡d¡S )zë
    Get the directory containing the libpaddle_framework.

    Returns:
      The directory as string.

    Examples:
        .. code-block:: python

            import paddle
            include_dir = paddle.sysconfig.get_lib()

    r   NZlibs)r   r   r   r   r	   r
   )r   r   r   r   r   '   s    )r   Ú__all__r   r   r   r   r   r   Ú<module>   s   