repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
squid: update to 6.13
[openadk.git]
/
package
/
toolbox
/
src
/
lib
/
Makefile
blob
4954e48c470c25c85d8b5c0fec22162a67fed2ea
1
LIB
=
oadk_toolbox
2
SRCS
+=
fgetln.c
3
SRCS
+=
md5.c md5hlp.c
4
CLEANFILES
+=
lib
${
LIB
}
.a
5
6
include
..
/
common.mk
7
8
OBJS
+=
strlcpy.o strlcat.o
9
10
all
:
lib
${
LIB
}
.a
11
12
lib
${
LIB
}
.a
: ${
OBJS
}
13
ar
rc
$
@
${
OBJS
}
14
-
ranlib
$
@
15
16
CFLAGS_strlcpy.o
=-
DOUTSIDE_OF_LIBKERN
-
DL_strlcpy
17
strlcpy.o
:
strlfun.c
18
${
COMPILE.c
} -
o
$
@
$<
19
CFLAGS_strlcat.o
=-
DOUTSIDE_OF_LIBKERN
-
DL_strlcat
20
strlcat.o
:
strlfun.c
21
${
COMPILE.c
} -
o
$
@
$<
22
23
install
:
24
# nothing to do here