FreeCalypso > hg > ueda-linux
diff ueda/mclutils/Makefile @ 81:6e43956e740d
beginning of BOM utils refactoring: seqrefdes code factored out
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 23 Feb 2017 19:15:48 +0000 |
parents | d098f8548b44 |
children | 88cdef7e6b1b |
line wrap: on
line diff
--- a/ueda/mclutils/Makefile Thu Feb 23 18:54:47 2017 +0000 +++ b/ueda/mclutils/Makefile Thu Feb 23 19:15:48 2017 +0000 @@ -6,7 +6,13 @@ all: ${PROGS} -${PROGS}: ${LIBUEDA} +getfps: getfps.o ${LIBUEDA} + ${CC} ${CFLAGS} -o $@ $@.o ${LIBUEDA} + +mkbom: mkbom.o seqrefdes.o ${LIBUEDA} + ${CC} ${CFLAGS} -o $@ $@.o seqrefdes.o ${LIBUEDA} + +shortbom: shortbom.o ${LIBUEDA} ${CC} ${CFLAGS} -o $@ $@.o ${LIBUEDA} install: @@ -16,7 +22,3 @@ clean: rm -f *.[ao] a.out core errs ${PROGS} - -getfps: getfps.o -mkbom: mkbom.o -shortbom: shortbom.o