FreeCalypso > hg > ueda-linux
comparison ueda/unet-utils/Makefile @ 35:47b5b8310cac
unet2pcb written, compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 09 Aug 2015 06:33:38 +0000 |
parents | 2af4a85daf89 |
children | 25634b3977a9 |
comparison
equal
deleted
inserted
replaced
34:bc465afed423 | 35:47b5b8310cac |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= unet-destar unet2pads | 3 PROGS= unet-destar unet2pads unet2pcb |
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 |
15 clean: | 15 clean: |
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 |