Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / datatypes / NewIcons / config.mk
blob9d7272ab98614f5c8ce1bcaa2dc28a7b5482fe9f
1 # $Date: 2010-04-14 18:00:07 +0200 (Mi, 14. Apr 2010) $
2 # $Revision: 563 $
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
28 ###############################################################################
29 # AmigaOS
31 LFLAGS += -ldebug -lamiga -lpreferences -lcybergraphics -lnix
33 endif