This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a125d6d85
freebsd-dev
/
sys
/
teken
/
demo
/
Makefile
10 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add proper build infrastructure for teken. I'm not sure whether we should install teken as a library on any stock FreeBSD installation, but I can imagine people want to tinker around with it now and then. Create a /sys/teken/libteken, which holds a Makefile to install a shared library version of the terminal emulator, complete with a manpage. Also add Makefiles for the demo/stress applications, to build it against the shared library.
2011-05-09 16:27:39 +00:00
# $FreeBSD$
PROG
=
teken_demo
Link the demo application against ncursesw to make Unicode work.
2011-10-13 14:20:27 +00:00
LDADD
=
-lncursesw -lteken -lutil
Add proper build infrastructure for teken. I'm not sure whether we should install teken as a library on any stock FreeBSD installation, but I can imagine people want to tinker around with it now and then. Create a /sys/teken/libteken, which holds a Makefile to install a shared library version of the terminal emulator, complete with a manpage. Also add Makefiles for the demo/stress applications, to build it against the shared library.
2011-05-09 16:27:39 +00:00
MAN
=
WARNS
?=
6
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink