$(TOP)/config/make.cfg -> $(SRCDIR)/config/aros.cfg

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52304 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
NicJA 2016-03-28 11:18:43 +00:00
parent e87a640981
commit bd1bdf4d68
17 changed files with 17 additions and 20 deletions

View File

@ -1,7 +1,7 @@
# Copyright © 1995-2012, The AROS Development Team. All rights reserved.
# $Id$
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM AROS : clean-errors AROS-$(ARCH)-$(CPU)-$(AROS_TARGET_VARIANT) AROS-$(ARCH)-$(CPU) test
AROS : checkerr

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
##MM- build-tools : build-tools-mmake

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- linklibs : linklibs-adf

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-archtool
#MM tools-archtool : includes linklibs

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
LN ?= ln

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
CFLAGS := $(subst -O2,,$(CFLAGS))

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-dtdesc
#MM tools-dtdesc : includes linklibs

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- build-tools : build-tools-elf2hunk

View File

@ -1,5 +1,4 @@
include $(TOP)/config/make.cfg
-include $(GENDIR)/config/compiler.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-fd2pragma
#MM tools-fd2pragma : includes linklibs

View File

@ -1,6 +1,6 @@
# $Id$
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-flexcat
#MM- tools-flexcat : tools-flexcat-doc tools-flexcat-cpy

View File

@ -1,7 +1,6 @@
# $Id$
include $(TOP)/config/make.cfg
-include $(GENDIR)/config/compiler.cfg
include $(SRCDIR)/config/aros.cfg
#MM- tools-flexcat : tools-flexcat-bin tools-flexcat-sd tools-flexcat-locale
#MM tools-flexcat-bin : includes linklibs

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-genmf
#MM tools-genmf : includes linklibs

View File

@ -1,5 +1,4 @@
include $(TOP)/config/make.cfg
-include $(GENDIR)/config/compiler.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-ilbmtoc
#MM tools-ilbmtoc : includes linklibs

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-ilbmtoicon
#MM tools-ilbmtoicon : includes linklibs tools-ilbmtoicon-docs

View File

@ -1,7 +1,7 @@
# Copyright © 2010, The AROS Development Team. All rights reserved.
# $Id$
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
SDKDIR := $(AROSDIR)/../AROS-SDK
SDKINCDIR := $(AROSDIR)/../AROS-SDK/$(AROS_TARGET_CPU)/include

View File

@ -1,6 +1,6 @@
# $Id$
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
#MM- contrib-development : tools-setrev
#MM tools-setrev : includes linklibs

View File

@ -1,4 +1,4 @@
include $(TOP)/config/make.cfg
include $(SRCDIR)/config/aros.cfg
HFILES := \
callback.h \