Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / Tools / OpenDrawer / config.mk
blob1be3b0fa5431773fa38c6aaefee7efa2d6062923
1 # $Date: 2011-07-10 21:18:38 +0200 (So, 10. Jul 2011) $
2 # $Revision: 766 $
3 ##############################################################################
5 include $(TOPLEVEL)/config.mk
6 include $(TOPLEVEL)/rules.mk
8 ##############################################################################
10 SCALOS_LOCALE = $(OBJDIR)/OpenDrawer_Locale.h
12 CFLAGS += -D SCALOSLOCALE=$(SCALOS_LOCALE)
14 ##############################################################################
15 # Check gcc
17 ifeq ($(MACHINE), ppc-morphos)
19 ###############################################################################
20 # MorphOS
22 INCLUDES += #
24 LFLAGS += #
27 else
28 ifeq ($(MACHINE), ppc-amigaos)
30 ###############################################################################
31 # AmigaOS4
33 INCLUDES += #
35 LFLAGS +=
37 else
38 ifeq ($(MACHINE), i386-aros)
40 ###############################################################################
41 # i386-aros
43 INCLUDES += #
45 LFLAGS += #
47 else
49 ###############################################################################
50 # AmigaOS
52 INCLUDES += #
54 LFLAGS += #
56 endif
57 endif
58 endif