| 4 |
4 |
| 5 # System-specific configuration is in system.mk |
5 # System-specific configuration is in system.mk |
| 6 include system.mk |
6 include system.mk |
| 7 |
7 |
| 8 ###################################### |
8 ###################################### |
| |
9 |
| |
10 INCLUDES += -I./include |
| 9 |
11 |
| 10 OBJS= misc.o output.o util.o optparser.o parser.o tokenizer.o |
12 OBJS= misc.o output.o util.o optparser.o parser.o tokenizer.o |
| 11 |
13 |
| 12 LIBDIR=$(PREFIX)/lib |
14 LIBDIR=$(PREFIX)/lib |
| 13 INCDIR=$(PREFIX)/include/libtu |
15 INCDIR=$(PREFIX)/include/libtu |