muimaster.library: migrate vertical scroll bar from Listview to List
[AROS.git] / rom / cgxbootpic / mmakefile.src
blob8cba29949b62e10a6a233d52b9d82825f35920d1
1 #   $Id$
3 #   Generate cgxbootpic.library
5 include $(TOP)/config/make.cfg
7 BOOTPIC_IMAGE := bootpic
9 #MM kernel-cgxbootpic : linklibs
10 #MM- kernel-cgxbootpic-kobj : linklibs
12 USER_INCLUDES := -I$(GENDIR)/$(CURDIR)
14 kernel-cgxbootpic-includes: $(GENDIR)/$(CURDIR)/bootpic_image.h
16 %build_module mmake=kernel-cgxbootpic \
17   modname=cgxbootpic modtype=library \
18   files="cgxbootpic_init renderbootpic"
20 $(GENDIR)/$(CURDIR)/bootpic_image.h : $(BOOTPIC_IMAGE).ilbm
21         @$(ECHO) "Creating   bootpic_image.h..."
22         @$(ILBMTOC) $< >$@
24 %common