Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / prefs / input / mmakefile.src
bloba50a946a972f74dd0b68f0cfa5b95383a0dd1a87
1 # $Id$
3 # Makefile to build Input Prefs program.
5 include $(TOP)/config/make.cfg
7 FILES       := main args locale misc ipeditor prefs
8 EXEDIR      := $(AROS_PREFS)
10 #MM- workbench-prefs : workbench-prefs-input
11 #MM workbench-prefs-input : workbench-prefs-input-catalogs 
13 USER_CFLAGS := -DADATE="\"$(shell date '+%d.%m.%Y')\""
15 %build_prog mmake=workbench-prefs-input \
16     progname=Input targetdir=$(EXEDIR) \
17     files=$(FILES) uselibs="mui arossupport amiga arosc m"
19 %common