repo.or.cz
/
gfxprim
/
pasky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: Add --mandir to configure and install.mk
[gfxprim/pasky.git]
/
libs
/
loaders
/
Makefile
blob
5dc07998bc60ddcb4babb5a8e212f8b2512437cf
1
TOPDIR
=
..
/
..
2
include
$(
TOPDIR
)/
pre.mk
3
4
CSOURCES
=$(
shell
ls
*
.c
)
5
INCLUDE
=
core
6
LIBNAME
=
loaders
7
BUILDLIB
=
yes
8
9
include
$(
TOPDIR
)/
lib.mk
10
include
$(
TOPDIR
)/
post.mk