FreeCalypso > hg > ueda-linux
view pads2gpcb/Makefile @ 39:242f73e61ef0
pads2gpcb: implemented parsing of the header line with units spec
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 11 Jan 2016 05:09:25 +0000 |
parents | aa0539cc3d41 |
children | 1c37bec20596 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= globals.o main.o rdunits.o readpads.o PROG= pads2gpcb BINDIR= /usr/local/bin all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} install: install -c -o bin -g bin -m 755 ${PROG} ${BINDIR} clean: rm -f *.o a.out core errs ${PROG}