added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / demos / 2View / mmakefile.src
blob1152ac87a658262fc30ef97c4513dd450a44692f
1 #   $Id$
3 #   Makefile to make the 2View image viewer.
5 include $(TOP)/config/make.cfg
7 FILES := \
8     2View \
9     Misc \
10     read
12 EXEDIR := $(AROSDIR)/Demos
14 #MM demos : includes linklibs
16 %build_prog mmake=demos \
17     progname=2View targetdir=$(EXEDIR) \
18     files=$(FILES) uselibs="amiga arosc m"
20 %common