FreeCalypso > hg > ueda-linux
comparison ueda/unet-utils/Makefile @ 143:7c0fd80782c8
unet2protel utility added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 19 Sep 2020 23:46:46 +0000 |
parents | 7bdce91da1a5 |
children |
comparison
equal
deleted
inserted
replaced
142:7bdce91da1a5 | 143:7c0fd80782c8 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= unet-destar unet-excise unet2pads unet2pcb unet2tedax | 3 PROGS= unet-destar unet-excise unet2pads unet2pcb unet2protel 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 |
17 | 17 |
18 unet-destar: unet-destar.o | 18 unet-destar: unet-destar.o |
19 unet-excise: unet-excise.o | 19 unet-excise: unet-excise.o |
20 unet2pads: unet2pads.o | 20 unet2pads: unet2pads.o |
21 unet2pcb: unet2pcb.o | 21 unet2pcb: unet2pcb.o |
22 unet2protel: unet2protel.o | |
22 unet2tedax: unet2tedax.o | 23 unet2tedax: unet2tedax.o |