comparison ueda/sverp-bind/Makefile @ 19:1d4c693b8f35

unet-bind: sverp netlist reading implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 02 Aug 2015 03:09:15 +0000
parents 65a515c20db8
children c7ebd6179f5d
comparison
equal deleted inserted replaced
18:52000ae7a6cf 19:1d4c693b8f35
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= enterinst.o insthash.o main.o outcomp.o starpoints.o 3 OBJS= enterinst.o insthash.o main.o outcomp.o readunet.o starpoints.o
4 LIBS= ../libueda/libueda.a 4 LIBS= ../libunet/libunet.a ../libueda/libueda.a
5 PROG= unet-bind 5 PROG= unet-bind
6 BINDIR= /usr/local/bin 6 BINDIR= /usr/local/bin
7 7
8 all: ${PROG} 8 all: ${PROG}
9 9