Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / catalogs / deutsch / Scalos / config.mk
blob3a4073d8140af6b783719fd01d22bf3e51144ae0
1 # $Date: 2011-06-26 09:31:03 +0200 (So, 26. Jun 2011) $
2 # $Revision: 744 $
3 ##############################################################################
5 ifndef $(TOPLEVEL)
6 TOPLEVEL=$(shell pwd)/../../../..
7 endif
9 ###############################################################################
11 include $(TOPLEVEL)/config.mk
12 include $(TOPLEVEL)/rules.mk
14 ###############################################################################
15 # Check compiler
17 ifeq ($(MACHINE), ppc-morphos)
19 ###############################################################################
20 # MorphOS
22 LANG = deutsch
25 else
26 ifeq ($(MACHINE), ppc-amigaos)
28 ###############################################################################
29 # AmigOS4
31 LANG = german
33 else
35 ###############################################################################
36 # AmigaOS (and AROS)
38 LANG = deutsch
40 endif
41 endif