Mercurial > hg > CbC > old > device
comparison Makefile @ 166:9e55cc5551fb
*** empty log message ***
author | kono |
---|---|
date | Mon, 24 Nov 2003 13:09:14 +0900 |
parents | cc2fc5c0dfe5 |
children | 096559f07a70 |
comparison
equal
deleted
inserted
replaced
165:6409ff6bc219 | 166:9e55cc5551fb |
---|---|
33 conv/convdef.h: conv_func.tbl conv_func.pl | 33 conv/convdef.h: conv_func.tbl conv_func.pl |
34 perl conv_func.pl | 34 perl conv_func.pl |
35 conv/null.c: conv_func.tbl conv_func.pl | 35 conv/null.c: conv_func.tbl conv_func.pl |
36 perl conv_func.pl | 36 perl conv_func.pl |
37 | 37 |
38 mc.h-new: | |
39 perl mc-h-renum.pl mc.h > mc.h.1 | |
40 mv mc.h.1 mc.h | |
41 | |
38 check-all: | 42 check-all: |
39 make check TARGET=test/basic | 43 make check TARGET=test/basic |
40 make check TARGET=test/call | 44 make check TARGET=test/call |
41 make check TARGET=test/fact0 | 45 make check TARGET=test/fact0 |
42 make check TARGET=test/float | 46 make check TARGET=test/float |
52 make check TARGET=test/tmp12 | 56 make check TARGET=test/tmp12 |
53 make check TARGET=test/tmp7 | 57 make check TARGET=test/tmp7 |
54 make check TARGET=test/tmp8 | 58 make check TARGET=test/tmp8 |
55 make check TARGET=test/tmp9 | 59 make check TARGET=test/tmp9 |
56 make check TARGET=test/static | 60 make check TARGET=test/static |
61 make check TARGET=test/short | |
57 | 62 |
58 check: $(MC) | 63 check: $(MC) |
59 -gcc $(TARGET).c -o b.out $(MLIB) | 64 -gcc $(TARGET).c -o b.out $(MLIB) |
60 -./b.out > $(TARGET).gcc.out | 65 -./b.out > $(TARGET).gcc.out |
61 -./$(MC) -s $(TARGET).c | 66 -./$(MC) -s $(TARGET).c |