Changeset 364778b2 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2011-05-01T10:26:59Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
928cd9e
Parents:
ec883cf
Message:

Document new makefile options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rec883cf r364778b2  
    4040#   BINARY         (/) binary output name (like appname)
    4141#   LIBRARY        (/) library output name (like libname)
     42#
    4243#   EXTRA_OUTPUT       additional output targets
    4344#   EXTRA_CLEAN        additional cleanup targets
    4445#
     46# Optionally, for a binary:
    4547#   STATIC_NEEDED      set to 'y' for init binaries, will build statically
    4648#                      linked version
     49#
     50# Optionally, for a libary:
     51#   SLIBRARY           Name with full version, e.g. libfoo.so.0.0
     52#   LSONAME            Soname / name with short version, e.g. libfoo.so.0
    4753#
    4854# (x) required variables
Note: See TracChangeset for help on using the changeset viewer.