copy the dev env icon when abcshell is built
[AROS-Contrib.git] / gnu / abc-shell / mmakefile.src
blobab45375ae06f448d7b342865d9eea351ae5acaa8
1 # Copyright © 2008-2017, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros-contrib.cfg
6 FILES   := amigaos alloc c_ksh c_sh c_test environ eval exec expr history io jobs\
7            lex main misc missing path shf sigact syn table trap tree tty var version
8 DESTDIR := $(AROS_DEVELOPER)/bin
10 NOWARN_FLAGS := $(NOWARN_FORMAT_SECURITY)
11 USER_CFLAGS  := $(NOWARN_FLAGS) -DAMIGA -DPOSIXLY_CORRECT -DHISTORY -DAUTOINIT -D__USE_RUNCOMMAND__ -DUSE_TEMPFILES
12 USER_LDFLAGS := -nix
14 #MM- contrib-gnu    : contrib-gnu-abcshell
15 #MM- contrib-gnu-abcshell : contrib-gnu-sh iconset-$(AROS_TARGET_ICONSET)-contrib-icons-developer
17 %build_prog mmake=contrib-gnu-sh progname=sh files=$(FILES) targetdir=$(DESTDIR)
19 %common