1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-08 22:46:36 +00:00

config: SYS:Expansion/ directories

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44925 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
jmcmullan
2012-06-02 01:24:22 +00:00
parent 8c62c4d360
commit b427e894e7
3 changed files with 13 additions and 0 deletions

View File

@ -57,6 +57,7 @@ AROS_DIR_CLASSES := Classes
AROS_DIR_DATATYPES := $(AROS_DIR_CLASSES)/Datatypes
AROS_DIR_GADGETS := $(AROS_DIR_CLASSES)/Gadgets
AROS_DIR_DEVS := Devs
AROS_DIR_EXPANSION := Expansion
AROS_DIR_FS := L
AROS_DIR_LIBS := Libs
AROS_DIR_LOCALE := Locale
@ -72,6 +73,7 @@ AROS_CLASSES := $(AROSDIR)/$(AROS_DIR_CLASSES)
AROS_DATATYPES := $(AROSDIR)/$(AROS_DIR_DATATYPES)
AROS_GADGETS := $(AROSDIR)/$(AROS_DIR_GADGETS)
AROS_DEVS := $(AROSDIR)/$(AROS_DIR_DEVS)
AROS_EXPANSION := $(AROSDIR)/$(AROS_DIR_EXPANSION)
AROS_FS := $(AROSDIR)/$(AROS_DIR_FS)
AROS_RESOURCES := $(AROS_DEVS)
AROS_DRIVERS := $(AROS_DEVS)/Drivers

View File

@ -0,0 +1,10 @@
# $Id$
include $(TOP)/config/make.cfg
#MM- workbench-expansion-complete : workbench-expansion
#MM- workbench-expansion : includes linklibs \
#MM workbench-expansion-$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU)
#MM- workbench-expansion-quick : \
#MM workbench-expansion-$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU)-quick

View File

@ -13,6 +13,7 @@ include $(TOP)/config/make.cfg
#MM workbench-hidds \
#MM workbench-classes-complete \
#MM workbench-devs-complete \
#MM workbench-expansion-complete \
#MM workbench-fs-complete \
#MM workbench-libs-complete \
#MM workbench-s \