FreeCalypso > hg > freecalypso-tools
comparison Makefile @ 572:070b8c8f9be5
top Makefile: libpwon added as a dependency for loadtools
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Feb 2020 17:46:23 +0000 |
parents | f2a040324509 |
children | ca28592b0b34 |
comparison
equal
deleted
inserted
replaced
571:41b3e010808d | 572:070b8c8f9be5 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGDIR=ffstools loadtools miscutil ringtools rvinterf uptools | 3 PROGDIR=ffstools loadtools miscutil ringtools rvinterf uptools |
4 LIBDIR= librftab libserial | 4 LIBDIR= libpwon librftab libserial |
5 SUBDIR= ${PROGDIR} ${LIBDIR} | 5 SUBDIR= ${PROGDIR} ${LIBDIR} |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 | 8 |
9 all: ${SUBDIR} | 9 all: ${SUBDIR} |
10 | 10 |
11 ffstools: librftab | 11 ffstools: librftab |
12 loadtools: libserial | 12 loadtools: libpwon libserial |
13 miscutil: libserial | 13 miscutil: libserial |
14 rvinterf: librftab libserial | 14 rvinterf: librftab libserial |
15 uptools: libserial | 15 uptools: libserial |
16 | 16 |
17 ${SUBDIR}: FRC | 17 ${SUBDIR}: FRC |