Changeset 364778b2 in mainline
- Timestamp:
- 2011-05-01T10:26:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 928cd9e
- Parents:
- ec883cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rec883cf r364778b2 40 40 # BINARY (/) binary output name (like appname) 41 41 # LIBRARY (/) library output name (like libname) 42 # 42 43 # EXTRA_OUTPUT additional output targets 43 44 # EXTRA_CLEAN additional cleanup targets 44 45 # 46 # Optionally, for a binary: 45 47 # STATIC_NEEDED set to 'y' for init binaries, will build statically 46 48 # 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 47 53 # 48 54 # (x) required variables
Note:
See TracChangeset
for help on using the changeset viewer.