added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / locale / mmakefile.src
blob0d9eb4e3ba56f5b999cddd9c502064508ae181ae
1 #   $Id$
3 #   Makefile to make Locale prefs program.
5 include $(TOP)/config/make.cfg
7 FILES       := main vars locale misc prefs registertab page_language page_country page_timezone
8 EXEDIR      := $(AROSDIR)/Prefs
10 #MM- workbench-prefs : workbench-prefs-locale
11 #MM workbench-prefs-locale : includes linklibs \
12 #MM     workbench-prefs-locale-catalogs \
13 #MM     workbench-prefs-locale-images
15 %build_prog mmake=workbench-prefs-locale \
16     progname=Locale targetdir=$(EXEDIR) \
17     files=$(FILES) uselibs="coolimagesstatic arossupport amiga arosc m"
20 IMAGES      := earthmap_small timezones_small
21 SRCIMAGES   := $(foreach f, $(IMAGES), pics/$(f).ilbm)
22 C_IMAGES    := $(foreach f, $(IMAGES), $(f)_image.c)
24 #MM
25 workbench-prefs-locale-images : $(C_IMAGES)
27 ./%_image.c : pics/%.ilbm
28         @$(ILBMTOC) $< >$@      
30 %common