3 # Makefile for the shell
5 include $(SRCDIR)/config/aros.cfg
25 USER_CFLAGS += -DADATE="\"$(shell date "+%d.%m.%Y")\"" \
27 USER_LDFLAGS := -static
29 #MM- workbench-c : workbench-c-shell
31 #MM- workbench-c-quick : workbench-c-shell-quick
33 #MM workbench-c-shell : includes linklibs workbench-libs-dos-catalogs
35 %build_prog mmake=workbench-c-shell progname=UserShell-Seg \
36 files=$(FILES) targetdir=$(AROS_FS) \
39 USER_CFLAGS += -DUSE_EMBEDDED_COMMANDS
40 OBJDIR := $(OBJDIR).kernel
42 %build_module mmake=kernel-shell \
43 modname=shell modtype=resource \
44 files="shell_init $(FILES)"