added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / c / shellcommands / mmakefile.src
blob747703e2c5697fd39713088d417d3d93edb09a6f
1 #   $Id$
3 #   Makefile for the C: Programs
5 include $(TOP)/config/make.cfg
7 FILES   := \
8     Alias \
9     Ask \
10     CD \
11     Echo \
12     Else \
13     EndCli \
14     EndIf \
15     EndSkip \
16     Execute \
17     FailAt \
18     Fault \
19     Get \
20     Getenv \
21     If \
22     Lab \
23     NewShell \
24     Path \
25     Prompt \
26     Quit \
27     Resident \
28     Run \
29     Set \
30     Setenv \
31     Shell \
32     Skip \
33     Stack \
34     Status \
35     Unalias \
36     Unset \
37     Unsetenv \
38     Why
40 USER_CFLAGS := -I$(TOP)/rom/dos
42 #MM- workbench-c : workbench-c-shellcommands
43 #MM- workbench-c-quick : workbench-c-shellcommands-quick
44 #MM- workbench-c-shellcommands : includes linklibs workbench-libs-dos-catalogs
46 %build_progs mmake=workbench-c-shellcommands \
47     files=$(FILES) targetdir=$(AROS_C) \
48     uselibs="arossupport amiga rom m" \
49     usestartup=no
51 %common