~ubuntu-branches/ubuntu/lucid/suphp/lucid

« back to all changes in this revision

Viewing changes to src/apache/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Lacour
  • Date: 2009-08-03 15:15:38 UTC
  • mfrom: (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090803151538-pv7yhe6w1mqmceas
Tags: 0.7.1-1
* New upstream release (closes: #528379, #520182) 
* debian/NEWS: add information about AddHandler -> AddType change introduced
  in 0.6.2-2 (closes: #517805)
* debian/conf/suphp.conf, debian/patches/01_debian.dpatch: switch from
  application/x-httpd-php to application/x-httpd-suphp to allow
  simultaneous use of mod_suphp and mod_php (closes: #519005, #514725)

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.10.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  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
43
39
        $(top_srcdir)/configure.ac
44
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
41
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
42
mkinstalldirs = $(install_sh) -d
47
43
CONFIG_HEADER = $(top_builddir)/src/config.h
48
44
CONFIG_CLEAN_FILES =
49
45
LTLIBRARIES = $(noinst_LTLIBRARIES)
50
46
mod_suphp_la_LIBADD =
51
47
am_mod_suphp_la_OBJECTS = mod_suphp.lo
52
48
mod_suphp_la_OBJECTS = $(am_mod_suphp_la_OBJECTS)
53
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
 
49
mod_suphp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
50
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
51
        $(mod_suphp_la_LDFLAGS) $(LDFLAGS) -o $@
 
52
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
54
53
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
55
54
am__depfiles_maybe = depfiles
56
55
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57
56
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
59
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
60
 
        $(AM_CFLAGS) $(CFLAGS)
 
57
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
58
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
59
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
60
CCLD = $(CC)
62
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
63
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
61
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
62
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
63
        $(LDFLAGS) -o $@
64
64
SOURCES = $(mod_suphp_la_SOURCES)
65
65
DIST_SOURCES = $(mod_suphp_la_SOURCES)
66
66
ETAGS = etags
67
67
CTAGS = ctags
68
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
69
ACLOCAL = @ACLOCAL@
70
 
AMDEP_FALSE = @AMDEP_FALSE@
71
 
AMDEP_TRUE = @AMDEP_TRUE@
72
70
AMTAR = @AMTAR@
73
71
APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
74
72
APACHE_VERSION_2 = @APACHE_VERSION_2@
86
84
CC = @CC@
87
85
CCDEPMODE = @CCDEPMODE@
88
86
CFLAGS = @CFLAGS@
89
 
COND_AP13_FALSE = @COND_AP13_FALSE@
90
 
COND_AP13_TRUE = @COND_AP13_TRUE@
91
 
COND_AP20_FALSE = @COND_AP20_FALSE@
92
 
COND_AP20_TRUE = @COND_AP20_TRUE@
93
 
COND_APUSERGROUP_FALSE = @COND_APUSERGROUP_FALSE@
94
 
COND_APUSERGROUP_TRUE = @COND_APUSERGROUP_TRUE@
95
87
CPP = @CPP@
96
88
CPPFLAGS = @CPPFLAGS@
97
89
CXX = @CXX@
101
93
CYGPATH_W = @CYGPATH_W@
102
94
DEFS = @DEFS@
103
95
DEPDIR = @DEPDIR@
 
96
DSYMUTIL = @DSYMUTIL@
104
97
ECHO = @ECHO@
105
98
ECHO_C = @ECHO_C@
106
99
ECHO_N = @ECHO_N@
109
102
EXEEXT = @EXEEXT@
110
103
F77 = @F77@
111
104
FFLAGS = @FFLAGS@
 
105
GREP = @GREP@
 
106
INSTALL = @INSTALL@
112
107
INSTALL_DATA = @INSTALL_DATA@
113
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
114
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
120
115
LN_S = @LN_S@
121
116
LTLIBOBJS = @LTLIBOBJS@
122
117
MAKEINFO = @MAKEINFO@
 
118
MKDIR_P = @MKDIR_P@
 
119
NMEDIT = @NMEDIT@
123
120
OBJEXT = @OBJEXT@
124
121
OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
125
122
PACKAGE = @PACKAGE@
130
127
PACKAGE_VERSION = @PACKAGE_VERSION@
131
128
PATH_SEPARATOR = @PATH_SEPARATOR@
132
129
RANLIB = @RANLIB@
 
130
SED = @SED@
133
131
SET_MAKE = @SET_MAKE@
134
132
SHELL = @SHELL@
135
133
STRIP = @STRIP@
136
134
VERSION = @VERSION@
137
 
ac_ct_AR = @ac_ct_AR@
 
135
abs_builddir = @abs_builddir@
 
136
abs_srcdir = @abs_srcdir@
 
137
abs_top_builddir = @abs_top_builddir@
 
138
abs_top_srcdir = @abs_top_srcdir@
138
139
ac_ct_CC = @ac_ct_CC@
139
140
ac_ct_CXX = @ac_ct_CXX@
140
141
ac_ct_F77 = @ac_ct_F77@
141
 
ac_ct_RANLIB = @ac_ct_RANLIB@
142
 
ac_ct_STRIP = @ac_ct_STRIP@
143
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
147
142
am__include = @am__include@
148
143
am__leading_dot = @am__leading_dot@
149
144
am__quote = @am__quote@
155
150
build_cpu = @build_cpu@
156
151
build_os = @build_os@
157
152
build_vendor = @build_vendor@
 
153
builddir = @builddir@
158
154
datadir = @datadir@
 
155
datarootdir = @datarootdir@
 
156
docdir = @docdir@
 
157
dvidir = @dvidir@
159
158
exec_prefix = @exec_prefix@
160
159
host = @host@
161
160
host_alias = @host_alias@
162
161
host_cpu = @host_cpu@
163
162
host_os = @host_os@
164
163
host_vendor = @host_vendor@
 
164
htmldir = @htmldir@
165
165
includedir = @includedir@
166
166
infodir = @infodir@
167
167
install_sh = @install_sh@
168
168
libdir = @libdir@
169
169
libexecdir = @libexecdir@
 
170
localedir = @localedir@
170
171
localstatedir = @localstatedir@
171
172
mandir = @mandir@
172
173
mkdir_p = @mkdir_p@
173
174
oldincludedir = @oldincludedir@
 
175
pdfdir = @pdfdir@
174
176
prefix = @prefix@
175
177
program_transform_name = @program_transform_name@
 
178
psdir = @psdir@
176
179
sbindir = @sbindir@
177
180
sharedstatedir = @sharedstatedir@
 
181
srcdir = @srcdir@
178
182
sysconfdir = @sysconfdir@
179
183
target_alias = @target_alias@
 
184
top_builddir = @top_builddir@
 
185
top_srcdir = @top_srcdir@
180
186
@COND_APUSERGROUP_TRUE@DEFINE_USERGROUP = -DSUPHP_USE_USERGROUP
181
187
AM_CFLAGS = -I@APXS_INCLUDEDIR@ @APXS_EXTRA_CFLAGS@ \
182
188
        -DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP)
226
232
          rm -f "$${dir}/so_locations"; \
227
233
        done
228
234
mod_suphp.la: $(mod_suphp_la_OBJECTS) $(mod_suphp_la_DEPENDENCIES) 
229
 
        $(LINK)  $(mod_suphp_la_LDFLAGS) $(mod_suphp_la_OBJECTS) $(mod_suphp_la_LIBADD) $(LIBS)
 
235
        $(mod_suphp_la_LINK)  $(mod_suphp_la_OBJECTS) $(mod_suphp_la_LIBADD) $(LIBS)
230
236
 
231
237
mostlyclean-compile:
232
238
        -rm -f *.$(OBJEXT)
237
243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_suphp.Plo@am__quote@
238
244
 
239
245
.c.o:
240
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
241
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
246
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
247
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
242
248
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243
249
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
244
250
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
245
251
 
246
252
.c.obj:
247
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
248
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
253
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
254
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
249
255
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250
256
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251
257
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
252
258
 
253
259
.c.lo:
254
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
255
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
260
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
261
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
256
262
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
257
263
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258
264
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
263
269
clean-libtool:
264
270
        -rm -rf .libs _libs
265
271
 
266
 
distclean-libtool:
267
 
        -rm -f libtool
268
 
uninstall-info-am:
269
 
 
270
272
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
271
273
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
272
274
        unique=`for i in $$list; do \
273
275
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274
276
          done | \
275
 
          $(AWK) '    { files[$$0] = 1; } \
276
 
               END { for (i in files) print i; }'`; \
 
277
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
278
              END { if (nonempty) { for (i in files) print i; }; }'`; \
277
279
        mkid -fID $$unique
278
280
tags: TAGS
279
281
 
285
287
        unique=`for i in $$list; do \
286
288
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
289
          done | \
288
 
          $(AWK) '    { files[$$0] = 1; } \
289
 
               END { for (i in files) print i; }'`; \
 
290
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
291
              END { if (nonempty) { for (i in files) print i; }; }'`; \
290
292
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
291
293
          test -n "$$unique" || unique=$$empty_fix; \
292
294
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296
298
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
297
299
                $(TAGS_FILES) $(LISP)
298
300
        tags=; \
299
 
        here=`pwd`; \
300
301
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
301
302
        unique=`for i in $$list; do \
302
303
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303
304
          done | \
304
 
          $(AWK) '    { files[$$0] = 1; } \
305
 
               END { for (i in files) print i; }'`; \
 
305
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
306
              END { if (nonempty) { for (i in files) print i; }; }'`; \
306
307
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
307
308
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
308
309
             $$tags $$unique
316
317
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
317
318
 
318
319
distdir: $(DISTFILES)
319
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
320
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
321
 
        list='$(DISTFILES)'; for file in $$list; do \
322
 
          case $$file in \
323
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
324
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
325
 
          esac; \
 
320
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
321
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
322
        list='$(DISTFILES)'; \
 
323
          dist_files=`for file in $$list; do echo $$file; done | \
 
324
          sed -e "s|^$$srcdirstrip/||;t" \
 
325
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
326
        case $$dist_files in \
 
327
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
328
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
329
                           sort -u` ;; \
 
330
        esac; \
 
331
        for file in $$dist_files; do \
326
332
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
327
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
328
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
329
 
            dir="/$$dir"; \
330
 
            $(mkdir_p) "$(distdir)$$dir"; \
331
 
          else \
332
 
            dir=''; \
333
 
          fi; \
334
333
          if test -d $$d/$$file; then \
 
334
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
335
335
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
336
336
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
337
337
            fi; \
379
379
        -rm -rf ./$(DEPDIR)
380
380
        -rm -f Makefile
381
381
distclean-am: clean-am distclean-compile distclean-generic \
382
 
        distclean-libtool distclean-tags
 
382
        distclean-tags
383
383
 
384
384
dvi: dvi-am
385
385
 
393
393
 
394
394
install-data-am: install-data-local
395
395
 
 
396
install-dvi: install-dvi-am
 
397
 
396
398
install-exec-am:
397
399
 
 
400
install-html: install-html-am
 
401
 
398
402
install-info: install-info-am
399
403
 
400
404
install-man:
401
405
 
 
406
install-pdf: install-pdf-am
 
407
 
 
408
install-ps: install-ps-am
 
409
 
402
410
installcheck-am:
403
411
 
404
412
maintainer-clean: maintainer-clean-am
419
427
 
420
428
ps-am:
421
429
 
422
 
uninstall-am: uninstall-info-am
 
430
uninstall-am:
 
431
 
 
432
.MAKE: install-am install-strip
423
433
 
424
434
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
425
435
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
426
436
        distclean-compile distclean-generic distclean-libtool \
427
437
        distclean-tags distdir dvi dvi-am html html-am info info-am \
428
438
        install install-am install-data install-data-am \
429
 
        install-data-local install-exec install-exec-am install-info \
430
 
        install-info-am install-man install-strip installcheck \
 
439
        install-data-local install-dvi install-dvi-am install-exec \
 
440
        install-exec-am install-html install-html-am install-info \
 
441
        install-info-am install-man install-pdf install-pdf-am \
 
442
        install-ps install-ps-am install-strip installcheck \
431
443
        installcheck-am installdirs maintainer-clean \
432
444
        maintainer-clean-generic mostlyclean mostlyclean-compile \
433
445
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
434
 
        tags uninstall uninstall-am uninstall-info-am
 
446
        tags uninstall uninstall-am
435
447
 
436
448
 
437
449
install-data-local: