Made it 2.0.0, and removed the changes that are in 1.1.x, as
[freeradius.git] / src / modules / rlm_ippool / Makefile.in
1 TARGET      = @targetname@
2 SRCS        = rlm_ippool.c
3 HEADERS     =
4 RLM_UTILS       = @ippool_utils@
5 RLM_CFLAGS  = @ippool_cflags@
6 RLM_LIBS    = @ippool_ldflags@
7 RLM_INSTALL = @ippool_install@
8
9 include ../rules.mak
10
11 rlm_ippool_tool: rlm_ippool_tool.o
12         $(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o rlm_ippool_tool -L../../lib -lradius
13
14 rlm_ippool_tool.8: rlm_ippool_tool.pod
15         pod2man --release=" " --date="October 2nd, 2003" --center="FreeRADIUS Daemon" --section=8 rlm_ippool_tool.pod > rlm_ippool_tool.8
16
17 $(STATIC_OBJS): $(HEADERS)
18
19 $(DYNAMIC_OBJS): $(HEADERS)
20
21 # Install binary files into the bin directory
22 rlm_ippool_install: rlm_ippool_tool.8
23         $(INSTALL) -m 755 $(INSTALLSTRIP) rlm_ippool_tool$(EXEEXT) $(R)$(bindir)
24         $(INSTALL) -m 644 rlm_ippool_tool.8     $(R)$(mandir)/man8
25