adding a keymap_files target
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
SubDir OBOS_TOP src apps bin keymap ;
|
SubDir OBOS_TOP src apps bin keymap ;
|
||||||
|
|
||||||
|
NotFile keymap_files ;
|
||||||
|
Depends files : keymap_files ;
|
||||||
|
|
||||||
BinCommand keymap :
|
BinCommand keymap :
|
||||||
key_map.cpp
|
key_map.cpp
|
||||||
Keymap.cpp
|
Keymap.cpp
|
||||||
@@ -17,7 +20,7 @@ rule MkKeymapComp
|
|||||||
SEARCH on $(source) = $(SEARCH_SOURCE) ;
|
SEARCH on $(source) = $(SEARCH_SOURCE) ;
|
||||||
MakeLocate $(binary) : [ FDirName $(OBOS_ETC_DIR) Keymap ] ;
|
MakeLocate $(binary) : [ FDirName $(OBOS_ETC_DIR) Keymap ] ;
|
||||||
|
|
||||||
LocalDepends files : $(binary) ;
|
LocalDepends keymap_files : $(binary) ;
|
||||||
Depends $(binary) : $(source) keymap ;
|
Depends $(binary) : $(source) keymap ;
|
||||||
MkKeymapComp1 $(binary) : keymap $(source) ;
|
MkKeymapComp1 $(binary) : keymap $(source) ;
|
||||||
LocalClean clean : $(binary) ;
|
LocalClean clean : $(binary) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user