FreeCalypso > hg > ueda-linux
comparison ueda/unet-utils/Makefile @ 135:25634b3977a9
ueda: unet2tedax added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 07 Sep 2020 01:22:36 +0000 |
parents | 47b5b8310cac |
children | 7bdce91da1a5 |
comparison
equal
deleted
inserted
replaced
134:ab7b9f01ac6a | 135:25634b3977a9 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= unet-destar unet2pads unet2pcb | 3 PROGS= unet-destar unet2pads unet2pcb unet2tedax |
4 LIBUNET=../libunet/libunet.a | 4 LIBUNET=../libunet/libunet.a |
5 BINDIR= /usr/local/bin | 5 BINDIR= /usr/local/bin |
6 | 6 |
7 all: ${PROGS} | 7 all: ${PROGS} |
8 | 8 |
16 rm -f *.[ao] a.out core errs ${PROGS} | 16 rm -f *.[ao] a.out core errs ${PROGS} |
17 | 17 |
18 unet-destar: unet-destar.o | 18 unet-destar: unet-destar.o |
19 unet2pads: unet2pads.o | 19 unet2pads: unet2pads.o |
20 unet2pcb: unet2pcb.o | 20 unet2pcb: unet2pcb.o |
21 unet2tedax: unet2tedax.o |