FreeCalypso > hg > ueda-linux
comparison ueda/sverp-bind/Makefile @ 22:c7ebd6179f5d
ueda-bind: output implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 02 Aug 2015 07:21:06 +0000 |
parents | 1d4c693b8f35 |
children | 61272ee5aadc |
comparison
equal
deleted
inserted
replaced
21:f7b09a54c2ce | 22:c7ebd6179f5d |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= enterinst.o insthash.o main.o outcomp.o readunet.o starpoints.o | 3 OBJS= enterinst.o insthash.o main.o outcomp.o output.o readunet.o starpoints.o |
4 LIBS= ../libunet/libunet.a ../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} |