Lines Matching full:makefile
13 these facilities, a ``Makefile`` from a project must do the following things:
15 * Set ``make`` variables. There are several variables that a ``Makefile`` needs
27 * Include ``Makefile.config`` from ``$(LLVM_OBJ_ROOT)``.
29 * Include ``Makefile.rules`` from ``$(LLVM_SRC_ROOT)``.
74 project; or just leave it at ``Makefile.common.in``.
78 * **AC_CONFIG_MAKEFILE** - Use one of these macros for each Makefile that
184 This variable is the relative path from this ``Makefile`` to the top
186 is in ``/tmp/src``, then the ``Makefile`` in ``/tmp/src/jump/high``
225 If ``SHARED_LIBRARY`` is defined in your Makefile, a shared (or dynamic)
277 your ``Makefile``:
279 .. code-block:: makefile
283 Note that ``LIBS`` must occur in the Makefile after the inclusion of
284 ``Makefile.common``.