reenabled swaptest. quake should now load data and start on big endian architectures...
[AROS-Contrib.git] / gnu / abc-shell / mmakefile.src
blobac1a24fd996afc52df7446d29c8a0770d4f1c73d
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
17 %build_prog mmake=contrib-gnu-sh progname=sh files=$(FILES) targetdir=$(DESTDIR)
19 %common