FreeCalypso > hg > ueda-linux
view pads2gpcb/Makefile @ 65:2b71943a311b
pads2gpcb: PART section parsing implemented, compiles
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 Jan 2016 21:32:08 +0000 |
parents | 455a0051f9d2 |
children | a9a20c85140e |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= decals.o globals.o gpcbout.o main.o partinst.o parttype.o rdunits.o \ readpads.o silkselect.o util.o writeelem.o HDRS= globals.h gpcbout.h struct.h PROG= pads2gpcb BINDIR= /usr/local/bin all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} ${OBJS}: ${HDRS} install: install -c -o bin -g bin -m 755 ${PROG} ${BINDIR} clean: rm -f *.o a.out core errs ${PROG}