Some "cast to pointer from integer of different size" warnings removed.
[AROS-Contrib.git] / MultiMedia / cdxlplay / mmakefile.src
blobc706bd8318a8dbe762203e90d71752f3dc56da72
1 # Copyright © 2017 The AROS Development Team. All rights reserved.
2 # $Id$
4 # Makefile to make cdxlplay.
6 include $(SRCDIR)/config/aros-contrib.cfg
8 EXEDIR := $(AROS_CONTRIB)/MultiMedia/Video/CDXLPlay
10 FILES := \
11     main \
12     options_amiga \
13     cdxlplay \
14     p2c \
15     usleep_aros \
16     opengl
18 NOWARN_FLAGS  :=
19 USER_CFLAGS   := $(NOWARN_FLAGS)
20 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/include -I$(AROS_CONTRIB_INCLUDES)
21 USER_LDFLAGS := -L$(AROS_CONTRIB_LIB)
23 #MM- contrib : contrib-multimedia-cdxlplay
24 #MM  contrib-multimedia-cdxlplay : includes linklibs development-sdl
26 %build_prog mmake=contrib-multimedia-cdxlplay \
27     progname=CDXLPlay targetdir=$(EXEDIR) \
28     files=$(FILES) uselibs="SDL GL"
30 %common