added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / c / iprefs / mmakefile.src
blob86b7ae67ea2f199ff002c87995d262d423f37250
1 #   $Id$
3 #   Makefile to make IPrefs.
5 include $(TOP)/config/make.cfg
7 FILES := main vars patches misc \
8          localeprefs fontprefs screenmodeprefs serialprefs inputprefs \
9          icontrolprefs wbpatternprefs trackdiskprefs
11 EXEDIR := $(AROS_C)
13 #MM workbench-c-iprefs : includes linklibs
14 #MM- workbench-c : workbench-c-iprefs
16 %build_prog mmake=workbench-c-iprefs \
17     progname=IPrefs targetdir=$(EXEDIR) \
18     files=$(FILES) uselibs="arossupport amiga arosc m" \
19     detach=yes
21 %common