Merge branch 'sam'
[freeradius.git] / src / modules / rlm_ippool / Makefile.in
1 #
2 # $Id$
3 #
4
5 TARGET      = @targetname@
6 SRCS        = rlm_ippool.c
7 HEADERS     =
8 RLM_UTILS   = @ippool_utils@
9 RLM_CFLAGS  = @ippool_cflags@
10 RLM_LIBS    = @ippool_ldflags@
11 RLM_INSTALL = @ippool_install@
12
13 include ../rules.mak
14
15 $(LT_OBJS): $(HEADERS)
16
17 rlm_ippool_tool$(EXEEXT): rlm_ippool_tool.lo $(LIBRADIUS)
18         $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) \
19                 -o $@ $^ $(RLM_LIBS) $(LIBS)
20
21 rlm_ippool_install: rlm_ippool_tool rlm_ippool_tool.8
22         $(INSTALL) -m 644 rlm_ippool_tool.8 $(R)$(mandir)/man8