~ubuntu-branches/ubuntu/utopic/lurker/utopic

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer
  • Date: 2013-12-13 00:15:29 UTC
  • Revision ID: package-import@ubuntu.com-20131213001529-mtaj2y0lmub0kr4e
Tags: 2.3-4
* incorporate patches from upstream svn repository:
  - 02_bump_autotools.patch: bump automake/autoconf
  - 03_nested_frontends.patch: fix a bug regarding nested frontends
* update dependencies to 'apache2 | httpd-cgi'.
* 01_apache.conf.patch: check for mod_rewrite before using it in apache conf.
* patch apache.conf file to use new access control syntax for apache 2.4.
* update apache config handling to support apache 2.4 (closes: #669814)
  - install apache include file to /etc/apache2/conf-available/lurker.conf
  - postinst/postrm scripts: enable the include file properly for 2.2 and 2.4
  - postinst script: enable cgi module as it's required by lurker
  - postinst script: enable rewrite module as it's required by lurker
  - remove debconf questions/templates regarding apache2/webserver config
* add italian debconf translation by Beatrice Torracca (closes: #719710)
* debian/copyright: update format to copyright-format 1.0
* debian/control: bump standards-version to 3.9.5, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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, 2006, 2007, 2008  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
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
LIBRARIES = $(noinst_LIBRARIES)
44
47
AR = ar
45
48
ARFLAGS = cru
53
56
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
54
57
depcomp = $(SHELL) $(top_srcdir)/tools/depcomp
55
58
am__depfiles_maybe = depfiles
 
59
am__mv = mv -f
56
60
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57
61
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58
62
CXXLD = $(CXX)
113
117
PACKAGE_NAME = @PACKAGE_NAME@
114
118
PACKAGE_STRING = @PACKAGE_STRING@
115
119
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
120
PACKAGE_URL = @PACKAGE_URL@
116
121
PACKAGE_VERSION = @PACKAGE_VERSION@
117
122
PATH_SEPARATOR = @PATH_SEPARATOR@
118
123
RANLIB = @RANLIB@
163
168
srcdir = @srcdir@
164
169
sysconfdir = @sysconfdir@
165
170
target_alias = @target_alias@
 
171
top_build_prefix = @top_build_prefix@
166
172
top_builddir = @top_builddir@
167
173
top_srcdir = @top_srcdir@
168
174
AM_CPPFLAGS = -I$(top_srcdir)/libesort
181
187
        @for dep in $?; do \
182
188
          case '$(am__configure_deps)' in \
183
189
            *$$dep*) \
184
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
185
 
                && exit 0; \
 
190
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
191
                && { if test -f $@; then exit 0; else break; fi; }; \
186
192
              exit 1;; \
187
193
          esac; \
188
194
        done; \
189
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  common/Makefile'; \
190
 
        cd $(top_srcdir) && \
191
 
          $(AUTOMAKE) --gnu  common/Makefile
 
195
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
 
196
        $(am__cd) $(top_srcdir) && \
 
197
          $(AUTOMAKE) --gnu common/Makefile
192
198
.PRECIOUS: Makefile
193
199
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
194
200
        @case '$?' in \
206
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
213
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
208
214
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
215
$(am__aclocal_m4_deps):
209
216
 
210
217
clean-noinstLIBRARIES:
211
218
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
232
239
 
233
240
.cpp.o:
234
241
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
235
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
242
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
236
243
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
237
244
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238
245
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
239
246
 
240
247
.cpp.obj:
241
248
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
242
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
249
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
243
250
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244
251
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245
252
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
249
256
        unique=`for i in $$list; do \
250
257
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251
258
          done | \
252
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
259
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
253
260
              END { if (nonempty) { for (i in files) print i; }; }'`; \
254
261
        mkid -fID $$unique
255
262
tags: TAGS
256
263
 
257
264
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
258
265
                $(TAGS_FILES) $(LISP)
259
 
        tags=; \
 
266
        set x; \
260
267
        here=`pwd`; \
261
268
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
262
269
        unique=`for i in $$list; do \
264
271
          done | \
265
272
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
266
273
              END { if (nonempty) { for (i in files) print i; }; }'`; \
267
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
274
        shift; \
 
275
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
268
276
          test -n "$$unique" || unique=$$empty_fix; \
269
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
270
 
            $$tags $$unique; \
 
277
          if test $$# -gt 0; then \
 
278
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
279
              "$$@" $$unique; \
 
280
          else \
 
281
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
282
              $$unique; \
 
283
          fi; \
271
284
        fi
272
285
ctags: CTAGS
273
286
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
274
287
                $(TAGS_FILES) $(LISP)
275
 
        tags=; \
276
288
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
277
289
        unique=`for i in $$list; do \
278
290
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279
291
          done | \
280
292
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281
293
              END { if (nonempty) { for (i in files) print i; }; }'`; \
282
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
294
        test -z "$(CTAGS_ARGS)$$unique" \
283
295
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
284
 
             $$tags $$unique
 
296
             $$unique
285
297
 
286
298
GTAGS:
287
299
        here=`$(am__cd) $(top_builddir) && pwd` \
288
 
          && cd $(top_srcdir) \
289
 
          && gtags -i $(GTAGS_ARGS) $$here
 
300
          && $(am__cd) $(top_srcdir) \
 
301
          && gtags -i $(GTAGS_ARGS) "$$here"
290
302
 
291
303
distclean-tags:
292
304
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
307
319
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
308
320
          if test -d $$d/$$file; then \
309
321
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
322
            if test -d "$(distdir)/$$file"; then \
 
323
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
324
            fi; \
310
325
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
326
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
327
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
312
328
            fi; \
313
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
329
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
314
330
          else \
315
 
            test -f $(distdir)/$$file \
316
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
331
            test -f "$(distdir)/$$file" \
 
332
            || cp -p $$d/$$file "$(distdir)/$$file" \
317
333
            || exit 1; \
318
334
          fi; \
319
335
        done
341
357
 
342
358
distclean-generic:
343
359
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
360
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
344
361
 
345
362
maintainer-clean-generic:
346
363
        @echo "This command is intended for maintainers to use"
361
378
 
362
379
html: html-am
363
380
 
 
381
html-am:
 
382
 
364
383
info: info-am
365
384
 
366
385
info-am:
369
388
 
370
389
install-dvi: install-dvi-am
371
390
 
 
391
install-dvi-am:
 
392
 
372
393
install-exec-am:
373
394
 
374
395
install-html: install-html-am
375
396
 
 
397
install-html-am:
 
398
 
376
399
install-info: install-info-am
377
400
 
 
401
install-info-am:
 
402
 
378
403
install-man:
379
404
 
380
405
install-pdf: install-pdf-am
381
406
 
 
407
install-pdf-am:
 
408
 
382
409
install-ps: install-ps-am
383
410
 
 
411
install-ps-am:
 
412
 
384
413
installcheck-am:
385
414
 
386
415
maintainer-clean: maintainer-clean-am
417
446
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
418
447
        uninstall-am
419
448
 
 
449
 
420
450
# Tell versions [3.59,3.63) of GNU make to not export all variables.
421
451
# Otherwise a system limit (for SysV at least) may be exceeded.
422
452
.NOEXPORT: