update patch for openssl to 1.1.0h
[AROS-Contrib.git] / dopus / Config / mmakefile.src
blob430991922f01d59c191d15a50e317a7f04dd8a20
1 # $Id$
3 include $(SRCDIR)/$(CURDIR)/../make.cfg
5 FILES := main main1 main2 main3 main4 main5 \
6          screen screen_arrows screen_colors screen_fonts screen_palette \
7          screen_sliders screen_screenmode \
8          main7 main8 main9 data gadgets strings paint_mode lsprintf \
9          chipdata
11 #MM- ConfigOpus : dopus-library
13 USER_CFLAGS := -I$(DOPUSDIR)/$(AROS_DIR_DEVELOPER)/include
15 # TODO: Remove and clean the compiler warnings!
16 USER_CFLAGS += -Wno-error
18 %build_prog mmake=ConfigOpus \
19     progname=ConfigOpus targetdir=$(DOPUSDIR)/Modules \
20     files=$(FILES)
22 %common