view ueda/libueda/Makefile @ 61:ff1d565d233c

pads2gpcb: handle dummy decals with no pins (found in the E-Sample PCB)
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 31 Jan 2016 05:02:49 +0000
parents c91e7a30fab3
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
LIBOBJS=filesearch.o hashmcl.o mclacc.o pinouts.o popopt.o readmcl.o util.o \
	xga.o

all:	libueda.a

libueda.a:	${LIBOBJS}
	ar rcu $@ ${LIBOBJS}
	ranlib $@

clean:
	rm -f *.[ao] a.out core errs

install: