Changeset 2480 for trunk


Ignore:
Timestamp:
Dec 5, 2005, 4:24:22 AM (20 years ago)
Author:
bird
Message:

more templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2479 r2480  
    33PATH_INS := $(PATH_OUT)/dist
    44
     5#
     6# The /bin templates.
     7#                                               
    58TEMPLATE_bin = /bin/ programs.
    69TEMPLATE_bin_TOOL = GCC3
     
    811TEMPLATE_bin_INST = bin/
    912
     13#
     14# The /usr/bin templates.
     15#
    1016TEMPLATE_usr.bin = /usr/bin/ programs.
    1117TEMPLATE_usr.bin_TOOL = GCC3
     
    2632TEMPLATE_usr.bin.man_INSTALLER = gzip -9 -c $(1) > $(2)
    2733
     34#
     35# The /usr/include templates.
     36#
     37TEMPLATE_usr.include = /usr/include/ headers
     38TEMPLATE_usr.include_INST = usr/include/
     39
     40TEMPLATE_usr.include.sys = /usr/include/sys/ headers
     41TEMPLATE_usr.include.sys_INST = usr/include/sys/
    2842
    2943
     44#
     45# The /usr/lib templates.
     46#
     47TEMPLATE_usr.lib = /usr/bin/ libraries.
     48TEMPLATE_usr.lib_TOOL = GCC3
     49TEMPLATE_usr.lib_TOOL.os2 = GCC3OMF
     50TEMPLATE_usr.lib_INST = usr/lib/
    3051
     52TEMPLATE_usr.lib.nasm = /usr/bin/ libraries using nasm as assembler.
     53TEMPLATE_usr.lib.nasm_TOOL = GCC3
     54TEMPLATE_usr.lib.nasm_TOOL.os2 = GCC3OMF
     55TEMPLATE_usr.lib.nasm_ASTOOL = NASM
     56TEMPLATE_usr.lib.nasm_ASTOOL = NASM
     57TEMPLATE_usr.lib.nasm_ASFLAGS = -f obj
     58TEMPLATE_usr.lib.nasm_INST = usr/lib/
     59
     60
Note: See TracChangeset for help on using the changeset viewer.