VPDF compiles and links but exits early after start.
[AROS-Contrib.git] / rexx / src / mmakefile.src
blob3c32af1d6519994ca67d69523ac12879632cf5cf
1 #   $Id$
3 #   Makefile to make Rexx.
5 include $(TOP)/config/make.cfg
7 FILES := \
8         main \
9         rexx \
10         compile \
11         expr \
12         template \
13         interpre \
14         nextsymb \
15         rexxfunc \
16         builtin \
17         rxstr \
18         rxconv \
19         rxmath \
20         rxword \
21         rxfiles \
22         address \
23         variable \
24         trace \
25         error \
26         stack \
27         dqueue \
28         bintree \
29         bmem
31 EXEDIR := $(AROS_CONTRIB)/Rexx
33 USER_CFLAGS := -DAROS -I$(SRCDIR)/$(CURDIR)/../inc -DALIGNED
35 #MM contrib-rexx-program : includes linklibs linklibs-rexxlstring
37 %build_prog mmake=contrib-rexx-program \
38     progname=rx targetdir=$(EXEDIR) \
39     files=$(FILES) uselibs="rexxlstring"
41 %common