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

« back to all changes in this revision

Viewing changes to Make.inc.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
1
# -*- makefile -*-
2
2
# Make.inc.in
3
3
#
4
 
# Version:      $Id: Make.inc.in,v 1.48 2004/01/23 17:08:43 aland Exp $
 
4
# Version:      $Id: Make.inc.in,v 1.48.4.3 2006/07/15 17:15:59 nbk Exp $
5
5
#
6
6
 
7
7
# Location of files.
12
12
libdir          = @libdir@
13
13
bindir          = @bindir@
14
14
sbindir         = @sbindir@
 
15
docdir          = @docdir@
15
16
mandir          = @mandir@
16
17
datadir         = @datadir@
17
18
dictdir         = $(datadir)/freeradius
19
20
raddbdir        = @raddbdir@
20
21
radacctdir      = @radacctdir@
21
22
top_builddir    = @abs_top_builddir@
22
 
top_srcdir      = @top_srcdir@
 
23
top_srcdir      = @abs_top_srcdir@
23
24
 
24
25
MAKE            = @MAKE@
25
26
CC              = @CC@
26
27
RANLIB          = @RANLIB@
27
28
INCLUDE         = 
28
29
CFLAGS          = $(INCLUDE) @CFLAGS@ @LFS_CFLAGS@
 
30
CPPFLAGS        = @CPPFLAGS@
29
31
LIBPREFIX       = @LIBPREFIX@
30
32
EXEEXT          = @EXEEXT@ 
31
33
 
50
52
RADIR           = ${radacctdir}
51
53
 
52
54
LIBLTDL         = @LIBLTDL@
53
 
LIBLTDLPATH     = @LIBLTDLPATH@
54
55
INCLTDL         = @INCLTDL@
 
56
LTDL_SUBDIRS    = @LTDL_SUBDIRS@
55
57
 
56
58
USE_SHARED_LIBS = @USE_SHARED_LIBS@
57
59
USE_STATIC_LIBS = @USE_STATIC_LIBS@
74
76
RADIUSD_VERSION         = @RADIUSD_VERSION@
75
77
 
76
78
MODULES                 = @MODULES@
77
 
HOSTINFO                = @HOSTINFO@
 
 
b'\\ No newline at end of file'
 
79
HOSTINFO                = @HOSTINFO@