Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Modules / Delete.MUI / Source / Catalogs / français / Scalos / config.mk
blob1b4cabf6823e66a2bfa15a62f0ea5e362f3ff58e
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 = français
24 else
25 ifeq ($(MACHINE), ppc-amigaos)
27 ###############################################################################
28 # AmigOS4
30 LANG = french
32 else
34 ###############################################################################
35 # AmigaOS and AROS
37 LANG = français
39 endif
40 endif