Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / libraries / iconobject / config.mk
blobcc2a147572db9147a1084094a28c43494c16f569
1 ifndef TOPLEVEL
2 TOPLEVEL=$(shell pwd)/../..
3 endif
5 ###############################################################################
7 include $(TOPLEVEL)/config.mk
8 include $(TOPLEVEL)/rules.mk
10 ###############################################################################
11 # Check compiler
13 ifeq ($(MACHINE), ppc-morphos)
15 ###############################################################################
16 # MorphOS
18 LFLAGS += -nostartfiles \
19 -lmempools \
20 # --verbose
23 else
24 ifeq ($(MACHINE), ppc-amigaos)
26 ###############################################################################
27 # AmigaOS4
29 LFLAGS += -nostartfiles
31 else
33 ifeq ($(MACHINE), i386-aros)
35 ###############################################################################
36 # i386-aros
38 LFLAGS += -nostartfiles -larossupport
40 else
42 ###############################################################################
43 # AmigaOS
45 LFLAGS += -liconobject -lstack -lnix -lnixmain -lamiga -lstubs
47 endif
48 endif
49 endif