Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Prefs / Palette / Catalogs / dansk / Scalos / config.mk
blobbb98f9e356b1df5905523e7eefd6131529930bc3
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 = dansk
25 else
26 ifeq ($(MACHINE), ppc-amigaos)
28 ###############################################################################
29 # AmigOS4
31 LANG = danish
33 else
35 ###############################################################################
36 # AmigaOS and AROS
38 LANG = dansk
40 endif
41 endif