~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to src/modules/rlm_ippool/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id: Makefile.in,v 1.5.2.1.2.1 2006/02/10 19:48:05 nbk Exp $
 
3
#
 
4
 
1
5
TARGET      = @targetname@
2
6
SRCS        = rlm_ippool.c
3
7
HEADERS     =
4
 
RLM_UTILS       = @ippool_utils@
 
8
RLM_UTILS   = @ippool_utils@
5
9
RLM_CFLAGS  = @ippool_cflags@
6
10
RLM_LIBS    = @ippool_ldflags@
7
11
RLM_INSTALL = @ippool_install@
8
12
 
9
13
include ../rules.mak
10
14
 
11
 
rlm_ippool_tool: rlm_ippool_tool.o
12
 
        $(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@
 
15
$(LT_OBJS): $(HEADERS)
 
16
 
 
17
rlm_ippool_tool: rlm_ippool_tool.lo ../../lib/libradius.la
 
18
        $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) \
 
19
                -o $@ $^ $(RLM_LIBS) $(LIBS)
13
20
 
14
21
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)
 
22
        pod2man --release=" " --date="October 2nd, 2003" \
 
23
                --center="FreeRADIUS Daemon" --section=8 \
 
24
                rlm_ippool_tool.pod > rlm_ippool_tool.8
20
25
 
21
26
# 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
 
 
 
27
rlm_ippool_install: rlm_ippool_tool rlm_ippool_tool.8
 
28
        $(INSTALL) -m 644 rlm_ippool_tool.8 $(R)$(mandir)/man8
 
29
        $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) \
 
30
                rlm_ippool_tool$(EXEEXT) $(R)$(bindir)