Last change
on this file since 2479 was 2473, checked in by bird, 20 years ago |
scripts are just another thing which needs copying.
|
File size:
868 bytes
|
Rev | Line | |
---|
[2470] | 1 |
|
---|
| 2 |
|
---|
| 3 | PATH_INS := $(PATH_OUT)/dist
|
---|
| 4 |
|
---|
| 5 | TEMPLATE_bin = /bin/ programs.
|
---|
[2473] | 6 | TEMPLATE_bin_TOOL = GCC3
|
---|
| 7 | TEMPLATE_bin_TOOL.os2 = GCC3OMF
|
---|
| 8 | TEMPLATE_bin_INST = bin/
|
---|
[2470] | 9 |
|
---|
| 10 | TEMPLATE_usr.bin = /usr/bin/ programs.
|
---|
[2473] | 11 | TEMPLATE_usr.bin_TOOL = GCC3
|
---|
| 12 | TEMPLATE_usr.bin_TOOL.os2 = GCC3OMF
|
---|
| 13 | TEMPLATE_usr.bin_INST = usr/bin/
|
---|
[2470] | 14 |
|
---|
[2473] | 15 | TEMPLATE_usr.bin.script = /usr/bin/ scripts
|
---|
| 16 | TEMPLATE_usr.bin.script_INST = usr/bin/
|
---|
| 17 |
|
---|
[2472] | 18 | TEMPLATE_usr.bin.doc = /usr/bin/ program documentation.
|
---|
| 19 | # 1: source 2: target 3: default ins path
|
---|
| 20 | TEMPLATE_usr.bin.doc_INSTFUN = $(3)/usr/doc/$(subst .doc,,$(2))/$(notdir $(1))
|
---|
[2470] | 21 |
|
---|
[2472] | 22 | TEMPLATE_usr.bin.man = /usr/bin/ program manual page
|
---|
| 23 | # 1: source 2: target 3: default ins path
|
---|
| 24 | TEMPLATE_usr.bin.man_INSTFUN = $(3)/usr/man/man$(notdir $(subst .,/,$(1)))/$(notdir $(1)).gz
|
---|
| 25 | # 1: source 2: destination, 3: target
|
---|
| 26 | TEMPLATE_usr.bin.man_INSTALLER = gzip -9 -c $(1) > $(2)
|
---|
| 27 |
|
---|
| 28 |
|
---|
[2473] | 29 |
|
---|
| 30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.