move the tests under the debug folder
[AROS.git] / debug / test / rexx / simplerexx / MakeFile
blob9475109ba20e784266001dfce719b036168a2ca0
2 # MakeFile for SimpleRexx and SimpleRexxExample
5 CFLAGS= -b1 -cfist -d0 -ms0 -rr1 -v -w
7 HEAD=   SimpleRexx.h
9 CODE=   SimpleRexx.c SimpleRexxExample.c
11 OBJS=   SimpleRexx.o SimpleRexxExample.o
13 LIBS=   LIB:lcsr.lib rexxvars.o LIB:amiga.lib
15 .c.o:
16         @LC $(CFLAGS) $*
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