Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Modules / Information.MUI / Catalogs / deutsch / Scalos / config.mk
blob7a0fa62652c5ab84ad6433b99455b185bc291f9e
1 # $Date: 2011-07-12 03:13:22 +0200 (Di, 12. Jul 2011) $
2 # $Revision: 775 $
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