mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Indent coding examples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c110423fa9
commit
6573c996b8
@ -85,10 +85,10 @@ Follow these simple steps to start your project:
|
|||||||
with these commands. (You must be using ``Autoconf`` version 2.59 or later
|
with these commands. (You must be using ``Autoconf`` version 2.59 or later
|
||||||
and your ``aclocal`` version should be 1.9 or later.)
|
and your ``aclocal`` version should be 1.9 or later.)
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
% cd autoconf
|
% cd autoconf
|
||||||
% ./AutoRegen.sh
|
% ./AutoRegen.sh
|
||||||
|
|
||||||
6. Run ``configure`` in the directory in which you want to place object code.
|
6. Run ``configure`` in the directory in which you want to place object code.
|
||||||
Use the following options to tell your project where it can find LLVM:
|
Use the following options to tell your project where it can find LLVM:
|
||||||
@ -280,9 +280,9 @@ Variables for Building Programs
|
|||||||
For example, to link ``libsample.so``, you would have the following line in
|
For example, to link ``libsample.so``, you would have the following line in
|
||||||
your ``Makefile``:
|
your ``Makefile``:
|
||||||
|
|
||||||
.. code-block:: Makefile
|
.. code-block:: Makefile
|
||||||
|
|
||||||
LIBS += -lsample
|
LIBS += -lsample
|
||||||
|
|
||||||
Note that ``LIBS`` must occur in the Makefile after the inclusion of
|
Note that ``LIBS`` must occur in the Makefile after the inclusion of
|
||||||
``Makefile.common``.
|
``Makefile.common``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user