added keymap and keymaps to the input package

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9238 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-10-07 14:16:28 +00:00
parent 6336159bbb
commit 3b68aa7eb1
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,10 @@ BinCommand keymap :
Keymap.cpp Keymap.cpp
: be ; : be ;
Package haiku-inputkit-cvs :
keymap :
boot home config bin ;
rule MkKeymapComp rule MkKeymapComp
{ {
local binary = $(1) ; local binary = $(1) ;
@ -31,4 +35,6 @@ local keymapFile ;
for keymapFile in [ FGristFiles $(keymapFiles:D=) ] { for keymapFile in [ FGristFiles $(keymapFiles:D=) ] {
local binary = $(keymapFile:BG=keymap) ; local binary = $(keymapFile:BG=keymap) ;
MkKeymapComp $(binary) : $(keymapFile) ; MkKeymapComp $(binary) : $(keymapFile) ;
Package haiku-inputkit-cvs : $(binary) : boot home config settings Keymap ;
} }