repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
List.mui: Update entries count prior to range change
[AROS.git]
/
workbench
/
network
/
WirelessManager
/
src
/
radius
/
Makefile
blob
79b5a6e10a2a2b7e1b2b47e35fae1f0a3447e3c3
1
all
:
libradius.a
2
3
clean
:
4
rm
-
f
*
.o
*
.d libradius.a
5
6
install
:
7
@echo Nothing to be made.
8
9
10
include
..
/
lib.rules
11
12
CFLAGS
+= -
DCONFIG_IPV6
13
14
LIB_OBJS
=
\
15
radius.o \
16
radius_client.o \
17
radius_server.o
18
19
libradius.a
: $(
LIB_OBJS
)
20
$(
AR
)
crT
$
@
$
?
21
22
-
include
$(
OBJS
:%
.o
=%
.d
)