FreeCalypso > hg > ueda-linux
view ueda/utils/Makefile @ 103:5b9d86aa5704
SIM_Socket_473882001.pinout added to uschem-symbols
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 30 Sep 2019 02:24:55 +0000 |
parents | e2130f1ef720 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= cutelements instfileelem BINDIR= /usr/local/bin all: ${PROGS} ${PROGS}: ${CC} ${CFLAGS} -o $@ $@.c install: install -c -o bin -g bin -m 755 cutelements ${BINDIR}/ueda-cutelements install -c -o bin -g bin -m 755 instfileelem ${BINDIR}/ueda-instfileelem install -c -o bin -g bin -m 755 runm4.sh ${BINDIR}/ueda-runm4 clean: rm -f *.[ao] a.out core errs ${PROGS} cutelements: cutelements.c instfileelem: instfileelem.c