Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / datatypes / AmigaIconObject / config.mk
blobdf1224f561240ec266a73636ef5dd7714ab5ae0f
1 # $Date: 2012-08-10 13:47:28 +0200 (Fr, 10. Aug 2012) $
2 # $Revision: 915 $
3 ##############################################################################
5 include $(TOPLEVEL)/config.mk
6 include $(TOPLEVEL)/rules.mk
8 ##############################################################################
10 MKDIR = mkdir -p #makedir force
11 DT_DIR = scalos:IconDatatypes/datatypes
13 ##############################################################################
14 # Check gcc
16 ifeq ($(MACHINE), ppc-morphos)
18 ###############################################################################
19 # MorphOS
21 LFLAGS += -nostartfiles \
22 -lmempools \
23 # --verbose
26 else
27 ifeq ($(MACHINE), ppc-amigaos)
29 ###############################################################################
30 # AmigaOS4
32 LFLAGS += -nostartfiles
34 else
35 ifeq ($(MACHINE), i386-aros)
37 ###############################################################################
38 # i386-aros
40 LFLAGS += -nostartfiles -larossupport
42 else
44 ###############################################################################
45 # AmigaOS
47 LFLAGS += -ldebug -lmcpgfx -lnix -lamiga -lstubs
49 endif
50 endif
51 endif