FreeCalypso > hg > ueda-linux
comparison pads2gpcb/Makefile @ 62:9d7e2937883d
pads2gpcb: select specific drawing levels for silk with -s
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 Jan 2016 05:30:33 +0000 |
parents | c81aba92cb5e |
children | 455a0051f9d2 |
comparison
equal
deleted
inserted
replaced
61:ff1d565d233c | 62:9d7e2937883d |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o writeelem.o | 3 OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o silkselect.o \ |
4 writeelem.o | |
4 HDRS= globals.h gpcbout.h struct.h | 5 HDRS= globals.h gpcbout.h struct.h |
5 PROG= pads2gpcb | 6 PROG= pads2gpcb |
6 BINDIR= /usr/local/bin | 7 BINDIR= /usr/local/bin |
7 | 8 |
8 all: ${PROG} | 9 all: ${PROG} |