Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / Networking / Apps / amosaic / src / mmakefile.src
blob3c2e49d7af0d0ba30d3f5d75599008776239cf9b
1 #   $Id$
3 #   Makefile to make AMosaic.
5 include $(TOP)/config/make.cfg
7 FILES := globals \
8         Boingtransfer \
9         socketbase \
10         version \
11         spinner \
12         picread \
13         mo-www \
14         locale \
15         globalhist \
16         fonts \
17         TextEditField \
18         TO_HTML \
19         NewGroup \
20         HTMLparse \
21         HTMLlists \
22         HTML_img \
23         HTMLformat \
24         HTMLimages \
25         HTML \
26         gui-menubar \
27         main \
28         gui-dialogs \
29         gui-documents \
30         history \
31         htmlamiga \
32         gui \
33         mui \
35 # These are Motif?
36 #       hotlist \
37 # ReXX is not yet ported to AROS
38 #       rexx
41 EXEDIR := $(AROS_CONTRIB)/Networking/Apps/AMosaic
43 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../libwww2
45 USER_CFLAGS  += -Wno-parentheses -Wno-format-contains-nul
47 #MM mui-amosaic : includes linklibs linklibs-www2
49 %build_prog mmake=mui-amosaic \
50     progname=AMosaic targetdir=$(EXEDIR) \
51     files=$(FILES) uselibs="www2 net"
53 %common