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