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:
@ -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
|
||||
|
||||
10
workbench/expansion/mmakefile.src
Normal file
10
workbench/expansion/mmakefile.src
Normal 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
|
||||
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user