~ubuntu-branches/ubuntu/precise/pdnsd/precise

« back to all changes in this revision

Viewing changes to src/rc/RedHat/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-03-09 18:54:22 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110309185422-33hwmg565m18dpu4
Tags: 1.2.8-par-1
* New Maintainer. (Closes: #596302)
* New Upstream Releases. (Closes: #596302, LP: #712938)
* debian/patches/05_fix_spelling.patch: Fix spelling errors.
* debian/patches/04_ipv6_localhost.patch. Adding ipv6 in localhost.
  (Closes: #466332, #504211)
* debian/init.d:
  - Add init status. (Closes: #476538)
  - Don't says starting pdnsd if already started. (Closes: #487467)
* deban/changelog: Fix incorrect date in 1.2.7-par-1 (Closes: #527352)
* debian/control:
  - Add Vcs-Browser and Vcs-Git to alioth.
  - Bump Standards-Version to 3.9.1.
* debian/copyright: Updated as per DEP-5 specification.
* debian/pdnsd-recurse.conf:
  - Adding recurse mode. (Closes: #602262)
  - Fixing recursive neg section. (Closes: #519656)
* doc/pdnsd.conf.in: Separate ip address by new line. Thanks to
  Raphael Geissert. (Closes: #597734)
* perm_cache size set to default. (Closes: #602329)
  - doc/pdnsd.conf.in
  - debian/pdnsd.conf
  - debian/pdnsd-recurse.conf
  - debian/pdnsd-resolvconf.conf
* debian/002_NetMan_pdnsd: add compabilty with WiFi. 
  (Closes: #617373, LP: #452351)
* Ack'd NMU upload. (Closes: #548173)
* Update debconf Indonesian translations. (Closes: #610148)
* Switch to quilt system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
# $Id: Makefile.am,v 1.8 2001/05/21 12:06:12 tmm Exp $
18
19
#EXTRA_DIST = pdnsd
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
20
VPATH = @srcdir@
22
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../../..
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
26
install_sh_DATA = $(install_sh) -c -m 644
29
27
install_sh_PROGRAM = $(install_sh) -c
30
28
install_sh_SCRIPT = $(install_sh) -c
46
44
mkinstalldirs = $(install_sh) -d
47
45
CONFIG_HEADER = $(top_builddir)/config.h
48
46
CONFIG_CLEAN_FILES = pdnsd
 
47
CONFIG_CLEAN_VPATH_FILES =
49
48
SOURCES =
50
49
DIST_SOURCES =
51
50
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52
51
ACLOCAL = @ACLOCAL@
53
52
ALLOCA = @ALLOCA@
54
 
AMDEP_FALSE = @AMDEP_FALSE@
55
 
AMDEP_TRUE = @AMDEP_TRUE@
56
53
AMTAR = @AMTAR@
57
54
AUTOCONF = @AUTOCONF@
58
55
AUTOHEADER = @AUTOHEADER@
71
68
ECHO_T = @ECHO_T@
72
69
EGREP = @EGREP@
73
70
EXEEXT = @EXEEXT@
 
71
GREP = @GREP@
 
72
INSTALL = @INSTALL@
74
73
INSTALL_DATA = @INSTALL_DATA@
75
74
INSTALL_PROGRAM = @INSTALL_PROGRAM@
76
75
INSTALL_SCRIPT = @INSTALL_SCRIPT@
80
79
LIBS = @LIBS@
81
80
LTLIBOBJS = @LTLIBOBJS@
82
81
MAKEINFO = @MAKEINFO@
 
82
MKDIR_P = @MKDIR_P@
83
83
OBJEXT = @OBJEXT@
84
84
PACKAGE = @PACKAGE@
85
85
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
86
86
PACKAGE_NAME = @PACKAGE_NAME@
87
87
PACKAGE_STRING = @PACKAGE_STRING@
88
88
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
89
PACKAGE_URL = @PACKAGE_URL@
89
90
PACKAGE_VERSION = @PACKAGE_VERSION@
90
91
PATH_SEPARATOR = @PATH_SEPARATOR@
91
92
RANLIB = @RANLIB@
93
94
SHELL = @SHELL@
94
95
STRIP = @STRIP@
95
96
VERSION = @VERSION@
 
97
abs_builddir = @abs_builddir@
 
98
abs_srcdir = @abs_srcdir@
 
99
abs_top_builddir = @abs_top_builddir@
 
100
abs_top_srcdir = @abs_top_srcdir@
96
101
ac_ct_CC = @ac_ct_CC@
97
 
ac_ct_RANLIB = @ac_ct_RANLIB@
98
 
ac_ct_STRIP = @ac_ct_STRIP@
99
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
100
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
101
102
am__include = @am__include@
102
103
am__leading_dot = @am__leading_dot@
103
104
am__quote = @am__quote@
105
106
am__untar = @am__untar@
106
107
bindir = @bindir@
107
108
build_alias = @build_alias@
 
109
builddir = @builddir@
108
110
cachedir = @cachedir@
109
111
datadir = @datadir@
 
112
datarootdir = @datarootdir@
110
113
def_id = @def_id@
111
114
distribution = @distribution@
 
115
docdir = @docdir@
 
116
dvidir = @dvidir@
112
117
exec_prefix = @exec_prefix@
113
118
host_alias = @host_alias@
 
119
htmldir = @htmldir@
114
120
includedir = @includedir@
115
121
infodir = @infodir@
116
122
install_sh = @install_sh@
117
123
libdir = @libdir@
118
124
libexecdir = @libexecdir@
 
125
localedir = @localedir@
119
126
localstatedir = @localstatedir@
120
127
mandir = @mandir@
121
128
mkdir_p = @mkdir_p@
122
129
oldincludedir = @oldincludedir@
 
130
pdfdir = @pdfdir@
123
131
prefix = @prefix@
124
132
program_transform_name = @program_transform_name@
 
133
psdir = @psdir@
125
134
rpmspecrelease = @rpmspecrelease@
126
135
rpmspecversion = @rpmspecversion@
127
136
sbindir = @sbindir@
128
137
sharedstatedir = @sharedstatedir@
129
138
specbuild = @specbuild@
 
139
srcdir = @srcdir@
130
140
sysconfdir = @sysconfdir@
131
141
target_alias = @target_alias@
132
142
thread_CFLAGS = @thread_CFLAGS@
133
143
threadlib = @threadlib@
 
144
top_build_prefix = @top_build_prefix@
 
145
top_builddir = @top_builddir@
 
146
top_srcdir = @top_srcdir@
134
147
DISTRO = @distribution@
135
148
SPECBUILD = @specbuild@
136
149
all: all-am
140
153
        @for dep in $?; do \
141
154
          case '$(am__configure_deps)' in \
142
155
            *$$dep*) \
143
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
144
 
                && exit 0; \
 
156
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
157
                && { if test -f $@; then exit 0; else break; fi; }; \
145
158
              exit 1;; \
146
159
          esac; \
147
160
        done; \
148
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/rc/RedHat/Makefile'; \
149
 
        cd $(top_srcdir) && \
150
 
          $(AUTOMAKE) --gnu  src/rc/RedHat/Makefile
 
161
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/rc/RedHat/Makefile'; \
 
162
        $(am__cd) $(top_srcdir) && \
 
163
          $(AUTOMAKE) --gnu src/rc/RedHat/Makefile
151
164
.PRECIOUS: Makefile
152
165
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
153
166
        @case '$?' in \
165
178
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
166
179
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
167
180
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
181
$(am__aclocal_m4_deps):
168
182
pdnsd: $(top_builddir)/config.status $(srcdir)/pdnsd.in
169
183
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
170
 
uninstall-info-am:
171
184
tags: TAGS
172
185
TAGS:
173
186
 
176
189
 
177
190
 
178
191
distdir: $(DISTFILES)
179
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
180
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
181
 
        list='$(DISTFILES)'; for file in $$list; do \
182
 
          case $$file in \
183
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
184
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
185
 
          esac; \
 
192
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
193
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
194
        list='$(DISTFILES)'; \
 
195
          dist_files=`for file in $$list; do echo $$file; done | \
 
196
          sed -e "s|^$$srcdirstrip/||;t" \
 
197
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
198
        case $$dist_files in \
 
199
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
200
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
201
                           sort -u` ;; \
 
202
        esac; \
 
203
        for file in $$dist_files; do \
186
204
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
187
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
188
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
189
 
            dir="/$$dir"; \
190
 
            $(mkdir_p) "$(distdir)$$dir"; \
191
 
          else \
192
 
            dir=''; \
193
 
          fi; \
194
205
          if test -d $$d/$$file; then \
 
206
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
207
            if test -d "$(distdir)/$$file"; then \
 
208
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
209
            fi; \
195
210
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
196
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
211
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
212
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
197
213
            fi; \
198
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
214
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
199
215
          else \
200
 
            test -f $(distdir)/$$file \
201
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
216
            test -f "$(distdir)/$$file" \
 
217
            || cp -p $$d/$$file "$(distdir)/$$file" \
202
218
            || exit 1; \
203
219
          fi; \
204
220
        done
226
242
 
227
243
distclean-generic:
228
244
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
245
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
229
246
 
230
247
maintainer-clean-generic:
231
248
        @echo "This command is intended for maintainers to use"
244
261
 
245
262
html: html-am
246
263
 
 
264
html-am:
 
265
 
247
266
info: info-am
248
267
 
249
268
info-am:
250
269
 
251
270
install-data-am:
252
271
 
 
272
install-dvi: install-dvi-am
 
273
 
 
274
install-dvi-am:
 
275
 
253
276
install-exec-am: install-exec-local
254
277
 
 
278
install-html: install-html-am
 
279
 
 
280
install-html-am:
 
281
 
255
282
install-info: install-info-am
256
283
 
 
284
install-info-am:
 
285
 
257
286
install-man:
258
287
 
 
288
install-pdf: install-pdf-am
 
289
 
 
290
install-pdf-am:
 
291
 
 
292
install-ps: install-ps-am
 
293
 
 
294
install-ps-am:
 
295
 
259
296
installcheck-am:
260
297
 
261
298
maintainer-clean: maintainer-clean-am
274
311
 
275
312
ps-am:
276
313
 
277
 
uninstall-am: uninstall-info-am
 
314
uninstall-am:
 
315
 
 
316
.MAKE: install-am install-strip
278
317
 
279
318
.PHONY: all all-am check check-am clean clean-generic distclean \
280
319
        distclean-generic distdir dvi dvi-am html html-am info info-am \
281
 
        install install-am install-data install-data-am install-exec \
282
 
        install-exec-am install-exec-local install-info \
283
 
        install-info-am install-man install-strip installcheck \
284
 
        installcheck-am installdirs maintainer-clean \
285
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
286
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-info-am
 
320
        install install-am install-data install-data-am install-dvi \
 
321
        install-dvi-am install-exec install-exec-am install-exec-local \
 
322
        install-html install-html-am install-info install-info-am \
 
323
        install-man install-pdf install-pdf-am install-ps \
 
324
        install-ps-am install-strip installcheck installcheck-am \
 
325
        installdirs maintainer-clean maintainer-clean-generic \
 
326
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
327
        uninstall-am
287
328
 
288
329
 
289
330
# no need to create links. 'chkconfig' will take care of this.
318
359
#         cd $(DESTDIR)/etc/rc.d/rc5.d; \
319
360
#         ln -fs ../init.d/pdnsd K45pdnsd; ln -s ../init.d/pdnsd S12pdnsd; \
320
361
#         cd $$CURDIR ;
 
362
 
321
363
# Tell versions [3.59,3.63) of GNU make to not export all variables.
322
364
# Otherwise a system limit (for SysV at least) may be exceeded.
323
365
.NOEXPORT: