Well, I couldn't go to bed without making *something* build ... ;)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -59,6 +59,7 @@ if ! $(OBOS_BUILD_DESCRIPTION) {
|
||||
}
|
||||
|
||||
# Relative subdirs for distro dir (these are for *INTERNAL* use by the following rules only!)
|
||||
OBOS_APPS_DIR ?= [ FDirName $(OBOS_DISTRO_TARGET) beos apps ] ;
|
||||
OBOS_PREFS_DIR ?= [ FDirName $(OBOS_DISTRO_TARGET) beos preferences ] ;
|
||||
OBOS_SERVER_DIR ?= [ FDirName $(OBOS_DISTRO_TARGET) beos system servers ] ;
|
||||
OBOS_ADDON_DIR ?= [ FDirName $(OBOS_DISTRO_TARGET) beos system add-ons ] ;
|
||||
@@ -106,6 +107,14 @@ actions C++
|
||||
# General High-level OBOS target rules
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
rule App
|
||||
{
|
||||
# App <name> : <sources> ;
|
||||
SetupObjectsDir ;
|
||||
Main $(<) : $(>) ;
|
||||
MakeLocate $(<) : $(OBOS_APPS_DIR) ;
|
||||
}
|
||||
|
||||
rule Preference
|
||||
{
|
||||
# Preference <name> : <sources> ;
|
||||
|
||||
Reference in New Issue
Block a user