refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / rom / cgxbootpic / mmakefile.src
blob3c413fccd83317cc2eab49b2ed0278097da1a19f
1 #   $Id$
3 #   Generate cgxbootpic.library
5 include $(SRCDIR)/config/aros.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