source: trunk/Config.kmk@ 2472

Last change on this file since 2472 was 2472, checked in by bird, 20 years ago

adjustment.

File size: 816 bytes
Line 
1
2
3PATH_INS := $(PATH_OUT)/dist
4
5TEMPLATE_bin = /bin/ programs.
6TEMPLATE_bin_TOOL = GCC3
7TEMPLATE_bin_TOOL.os2 = GCC3OMF
8TEMPLATE_bin_INST = bin/
9
10TEMPLATE_usr.bin = /usr/bin/ programs.
11TEMPLATE_usr.bin_TOOL = GCC3
12TEMPLATE_usr.bin_TOOL.os2 = GCC3OMF
13TEMPLATE_usr.bin_INST = usr/bin/
14
15TEMPLATE_usr.bin.doc = /usr/bin/ program documentation.
16# 1: source 2: target 3: default ins path
17TEMPLATE_usr.bin.doc_INSTFUN = $(3)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))
18
19TEMPLATE_usr.bin.man = /usr/bin/ program manual page
20# 1: source 2: target 3: default ins path
21TEMPLATE_usr.bin.man_INSTFUN = $(3)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz
22# 1: source 2: destination, 3: target
23TEMPLATE_usr.bin.man_INSTALLER = gzip -9 -c $(1) > $(2)
24
25
Note: See TracBrowser for help on using the repository browser.