2 # Makefile for Regina REXX Interpreter
4 # Using gcc 2.95 under Amiga
6 # No support for DLLs under Amiga so no instructions applicable
16 OPTIMIZE = -O2 -DNDEBUG
27 USEFLISTS = -DNOFLISTS
32 CEXTRA = -DPOSIX_SOURCE -DAMIGA -DGCC
34 EXTQUEUE_OBJS = extstack.$(OBJ) rexxbif.$(OBJ)
35 EXTQUEUE_SHOBJS = #extstack.sho rexxbif.sho
44 SHL_TARGETS= rxstack rxqueue
57 LIBFLAGS = cr $(LIBPRE)$(LIBFILE).$(LIBPST)
58 LIBLINK = -L. -l$(LIBFILE)
59 LINKSHL = $(LIBPRE)$(SHLFILE).$(SHL)
65 RANLIB_LIB=-ranlib $(LIBPRE)$(LIBFILE).a
68 # If your compiler can handle the combination of: -c -o file.sho, then
69 # uncomment the macro CC2O and comment out the 3 macros before CC2O
73 # Include the common rules for the interpreter
75 include $(SRCDIR)/makefile.com