Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Modules / WindowProperties.MUI / Catalogs / deutsch / Scalos / config.mk
blob8631b0623d5234dd2938965d6b51053e92e58536
1 # $Date: 2009-02-17 21:22:13 +0200 (Di, 17 Feb 2009) $
2 # $Revision: 5 $
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