Rev 4340 | Rev 4354 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4340 | Rev 4342 | ||
|---|---|---|---|
| Line 1... | Line -... | ||
| 1 | -include ../../../Makefile.config |
- | |
| 2 | - | ||
| 3 | LIBC_PREFIX = ../../lib/libc |
1 | LIBC_PREFIX = ../../lib/libc |
| 4 | SOFTINT_PREFIX = ../../lib/softint |
2 | SOFTINT_PREFIX = ../../lib/softint |
| 5 | RTLD_PREFIX = ../../lib/rtld |
3 | RTLD_PREFIX = ../../lib/rtld |
| - | 4 | ||
| 6 | include $(LIBC_PREFIX)/Makefile.toolchain |
5 | include $(LIBC_PREFIX)/Makefile.toolchain |
| 7 | include $(LIBC_PREFIX)/Makefile.app |
6 | include $(LIBC_PREFIX)/Makefile.app |
| 8 | 7 | ||
| 9 | OUTPUT = tetris |
8 | OUTPUT = tetris |
| 10 | SOURCES = shapes.c scores.c input.c tetris.c screen.c |
9 | SOURCES = shapes.c scores.c input.c tetris.c screen.c |