repo.or.cz
/
hostap-gosc2009.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use common driver code for Linux hwaddr get/set
[hostap-gosc2009.git]
/
src
/
radius
/
Makefile
blob
32f572f723b18daf032e675fe736a7a9dd785318
1
all
:
libradius.a
2
3
clean
:
4
for d in
$(
SUBDIRS
);
do make
-
C
$
$d
clean
;
done
5
rm
-
f
*
~
*
.o
*
.d libradius.a
6
7
install
:
8
@echo Nothing to be made.
9
10
11
include
..
/
lib.rules
12
13
CFLAGS
+= -
DCONFIG_IPV6
14
15
LIB_OBJS
=
\
16
radius.o \
17
radius_client.o \
18
radius_server.o
19
20
libradius.a
: $(
LIB_OBJS
)
21
$(
AR
)
crT
$
@
$
?
22
23
-
include
$(
OBJS
:%
.o
=%
.d
)