FreeCalypso > hg > ueda-linux
comparison pads2gpcb/Makefile @ 46:c81aba92cb5e
pads2gpcb: generic element writing implemented
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 Jan 2016 07:56:18 +0000 |
parents | 3bdb1b5ff3d0 |
children | 9d7e2937883d |
comparison
equal
deleted
inserted
replaced
45:3bdb1b5ff3d0 | 46:c81aba92cb5e |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o | 3 OBJS= decals.o globals.o gpcbout.o main.o rdunits.o readpads.o writeelem.o |
4 HDRS= globals.h gpcbout.h struct.h | 4 HDRS= globals.h gpcbout.h struct.h |
5 PROG= pads2gpcb | 5 PROG= pads2gpcb |
6 BINDIR= /usr/local/bin | 6 BINDIR= /usr/local/bin |
7 | 7 |
8 all: ${PROG} | 8 all: ${PROG} |