repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add UNLEASHED_OBJ to unleashed.mk
[unleashed/tickless.git]
/
bin
/
size
/
Makefile
blob
aa9261a83c37bfaf3ec62c82494f4b3fb8aa42ea
1
PROG
=
size
2
SRCS
=
main.c process.c fcns.c
3
CPPFLAGS
+=
\
4
-
I
${
SRCTOP
}/
usr
/
src
/
cmd
/
sgs
/
include
\
5
-
I
${
SRCTOP
}/
usr
/
src
/
common
/
elfcap
6
LDFLAGS
+= -
lelf
7
8
.
include
<
unleashed.mk
>
9
.
include
<
prog.mk
>