2 # MakeFile for SimpleRexx and SimpleRexxExample
5 CFLAGS= -b1 -cfist -d0 -ms0 -rr1 -v -w
9 CODE= SimpleRexx.c SimpleRexxExample.c
11 OBJS= SimpleRexx.o SimpleRexxExample.o
13 LIBS= LIB:lcsr.lib rexxvars.o LIB:amiga.lib
18 SimpleRexxExample: $(OBJS) $(LIBS)
19 BLink FROM LIB:c.o $(OBJS) TO SimpleRexxExample LIB $(LIBS) SD SC ND
21 SimpleRexx.o: SimpleRexx.c SimpleRexx.h
23 SimpleRexxExample.o: SimpleRexxExample.c SimpleRexx.h