2 # Makefile for Regina REXX Interpreter
4 # Using gcc 2.95 under Amiga
6 # No support for DLLs under Amiga so no instructions applicable
18 OPTIMIZE = -O2 -DNDEBUG
30 USEFLISTS = -DNOFLISTS
35 CEXTRA = -DPOSIX_SOURCE -DAMIGA -DGCC -funsigned-char
37 EXTQUEUE_OBJS = extstack.$(OBJ) rexxbif.$(OBJ)
38 EXTQUEUE_SHOBJS = #extstack.sho rexxbif.sho
47 SHL_TARGETS= rxstack rxqueue
60 LIBFLAGS = cr $(LIBPRE)$(LIBFILE).$(LIBPST)
61 LIBLINK = -L. -l$(LIBFILE)
62 LINKSHL = $(LIBPRE)$(SHLFILE).$(SHL)
69 RANLIB_LIB=-ranlib $(LIBPRE)$(LIBFILE).a
72 # If your compiler can handle the combination of: -c -o file.sho, then
73 # uncomment the macro CC2O and comment out the 3 macros before CC2O
77 # Include the common rules for the interpreter
79 include $(SRCDIR)/makefile.com