~ubuntu-branches/ubuntu/oneiric/libapreq2/oneiric

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2010-02-28 15:51:47 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100228155147-dflwg59lhyittzi7
Tags: 2.12-1
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format.
  * Split the Debian diff into two separate patches, and remove spurious
    junk that shouldn't have been there.
  * In clean, remove some stray files distclean forgets.
* Update debhelper compatibility level to 7.
  * Update debhelper build-dependency version.
  * Use dh_prep instead of dh_clean -k.
* Update Standards-Version to 3.8.4.
  * Change from ${Source-Version} to ${binary:Version} in inter-package
    dependencies.
  * In debian/copyright, refer to the Apache 2.0 license file from
    common-licenses instead of having the entire license text in the file.
    Also include the actual copyright in the file.
* Put all binary packages in their correct respective sections.
* Add ${misc:Depends} to all binary packages, and remove ${shlibs:Depends}
  from the -dev and -doc packages (which don't have any shared libraries).
* Run dh_shlibdeps on all packages, using the -a flag.
* Don't ignore errors on distclean; check for Makefile instead.
* Don't use full path to a2dismod in libapache2-mod-apreq2.postrm.
* Run libapache2-mod-apreq2.postrm script under sh -e, so errors are not
  ignored.
* Install the man pages that used to conflict with libapache-request-perl,
  which is now not in the stable release anymore.
* Don't set PREFIX= at make install time; only set prefix=.
  Seemingly, PREFIX= has no real effect at that point.

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.6.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# 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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
SHELL = @SHELL@
16
17
 
17
18
srcdir = @srcdir@
18
19
top_srcdir = @top_srcdir@
19
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
22
38
top_builddir = ..
 
39
 
 
40
ACLOCAL = @ACLOCAL@
 
41
AUTOCONF = @AUTOCONF@
 
42
AUTOMAKE = @AUTOMAKE@
 
43
AUTOHEADER = @AUTOHEADER@
 
44
 
23
45
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
25
49
install_sh_DATA = $(install_sh) -c -m 644
26
50
install_sh_PROGRAM = $(install_sh) -c
27
51
install_sh_SCRIPT = $(install_sh) -c
 
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
28
53
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
 
54
transform = @program_transform_name@
30
55
NORMAL_INSTALL = :
31
56
PRE_INSTALL = :
32
57
POST_INSTALL = :
33
58
NORMAL_UNINSTALL = :
34
59
PRE_UNINSTALL = :
35
60
POST_UNINSTALL = :
36
 
build_triplet = @build@
 
61
host_alias = @host_alias@
37
62
host_triplet = @host@
38
 
subdir = include
39
 
DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in $(srcdir)/apreq_config.h.in \
41
 
        $(srcdir)/groups.dox.in
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.ac
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(install_sh) -d
48
 
CONFIG_HEADER = apreq_config.h
49
 
CONFIG_CLEAN_FILES = groups.dox
50
 
SOURCES =
51
 
DIST_SOURCES =
52
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
 
am__vpath_adj = case $$p in \
54
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
 
    *) f=$$p;; \
56
 
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58
 
am__installdirs = "$(DESTDIR)$(pkgincludedir)"
59
 
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
60
 
HEADERS = $(pkginclude_HEADERS)
61
 
ETAGS = etags
62
 
CTAGS = ctags
63
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
 
 
64
EXEEXT = @EXEEXT@
 
65
OBJEXT = @OBJEXT@
 
66
PATH_SEPARATOR = @PATH_SEPARATOR@
64
67
pkgincludedir = $(includedir)/@APREQ_LIBNAME@
65
 
ACLOCAL = @ACLOCAL@
66
 
AMDEP_FALSE = @AMDEP_FALSE@
67
 
AMDEP_TRUE = @AMDEP_TRUE@
68
68
AMTAR = @AMTAR@
69
69
APACHE1_APXS = @APACHE1_APXS@
70
70
APACHE2_APXS = @APACHE2_APXS@
77
77
APREQ_LIBTOOL_VERSION = @APREQ_LIBTOOL_VERSION@
78
78
APREQ_MAJOR_VERSION = @APREQ_MAJOR_VERSION@
79
79
APR_CONFIG = @APR_CONFIG@
 
80
APR_DOC_VERSION = @APR_DOC_VERSION@
80
81
APR_INCLUDES = @APR_INCLUDES@
81
82
APR_LA = @APR_LA@
82
83
APR_LDFLAGS = @APR_LDFLAGS@
83
84
APR_LIBS = @APR_LIBS@
84
85
APR_LTFLAGS = @APR_LTFLAGS@
85
86
APU_CONFIG = @APU_CONFIG@
 
87
APU_DOC_VERSION = @APU_DOC_VERSION@
86
88
APU_LA = @APU_LA@
87
89
AR = @AR@
88
 
AUTOCONF = @AUTOCONF@
89
 
AUTOHEADER = @AUTOHEADER@
90
 
AUTOMAKE = @AUTOMAKE@
 
90
AS = @AS@
91
91
AWK = @AWK@
92
 
BUILD_APR_FALSE = @BUILD_APR_FALSE@
93
 
BUILD_APR_TRUE = @BUILD_APR_TRUE@
94
 
BUILD_APU_FALSE = @BUILD_APU_FALSE@
95
 
BUILD_APU_TRUE = @BUILD_APU_TRUE@
96
 
BUILD_HTTPD_FALSE = @BUILD_HTTPD_FALSE@
97
 
BUILD_HTTPD_TRUE = @BUILD_HTTPD_TRUE@
98
 
BUILD_PERL_GLUE_FALSE = @BUILD_PERL_GLUE_FALSE@
99
 
BUILD_PERL_GLUE_TRUE = @BUILD_PERL_GLUE_TRUE@
100
92
CC = @CC@
101
 
CCDEPMODE = @CCDEPMODE@
102
 
CFLAGS = @CFLAGS@
103
 
CPP = @CPP@
104
 
CPPFLAGS = @CPPFLAGS@
105
93
CXX = @CXX@
106
94
CXXCPP = @CXXCPP@
107
 
CXXDEPMODE = @CXXDEPMODE@
108
 
CXXFLAGS = @CXXFLAGS@
109
 
CYGPATH_W = @CYGPATH_W@
110
 
DEFS = @DEFS@
111
95
DEPDIR = @DEPDIR@
 
96
DLLTOOL = @DLLTOOL@
112
97
ECHO = @ECHO@
113
 
ECHO_C = @ECHO_C@
114
 
ECHO_N = @ECHO_N@
115
 
ECHO_T = @ECHO_T@
116
98
EGREP = @EGREP@
117
 
ENABLE_PROFILE_FALSE = @ENABLE_PROFILE_FALSE@
118
 
ENABLE_PROFILE_TRUE = @ENABLE_PROFILE_TRUE@
119
 
EXEEXT = @EXEEXT@
120
99
F77 = @F77@
121
 
FFLAGS = @FFLAGS@
122
 
HAVE_APACHE1_FALSE = @HAVE_APACHE1_FALSE@
123
 
HAVE_APACHE1_TRUE = @HAVE_APACHE1_TRUE@
124
 
HAVE_APACHE_TEST_FALSE = @HAVE_APACHE_TEST_FALSE@
125
 
HAVE_APACHE_TEST_TRUE = @HAVE_APACHE_TEST_TRUE@
126
 
INSTALL_DATA = @INSTALL_DATA@
127
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
100
GCJ = @GCJ@
 
101
GCJFLAGS = @GCJFLAGS@
129
102
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130
 
LDFLAGS = @LDFLAGS@
131
 
LIBOBJS = @LIBOBJS@
132
 
LIBS = @LIBS@
133
103
LIBTOOL = @LIBTOOL@
134
104
LN_S = @LN_S@
135
 
LTLIBOBJS = @LTLIBOBJS@
136
105
MAINT = @MAINT@
137
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
138
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
139
 
MAKEINFO = @MAKEINFO@
140
106
MM_OPTS = @MM_OPTS@
141
 
OBJEXT = @OBJEXT@
 
107
OBJDUMP = @OBJDUMP@
142
108
PACKAGE = @PACKAGE@
143
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144
 
PACKAGE_NAME = @PACKAGE_NAME@
145
 
PACKAGE_STRING = @PACKAGE_STRING@
146
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
147
 
PACKAGE_VERSION = @PACKAGE_VERSION@
148
 
PATH_SEPARATOR = @PATH_SEPARATOR@
149
109
PERL = @PERL@
150
110
PERL_OPTS = @PERL_OPTS@
151
111
RANLIB = @RANLIB@
152
 
SET_MAKE = @SET_MAKE@
153
 
SHELL = @SHELL@
 
112
RC = @RC@
154
113
STRIP = @STRIP@
155
114
TAR = @TAR@
156
115
VERSION = @VERSION@
157
 
ac_ct_AR = @ac_ct_AR@
158
 
ac_ct_CC = @ac_ct_CC@
159
 
ac_ct_CXX = @ac_ct_CXX@
160
 
ac_ct_F77 = @ac_ct_F77@
161
 
ac_ct_RANLIB = @ac_ct_RANLIB@
162
 
ac_ct_STRIP = @ac_ct_STRIP@
163
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
164
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
166
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
167
116
am__include = @am__include@
168
 
am__leading_dot = @am__leading_dot@
169
117
am__quote = @am__quote@
170
 
am__tar = @am__tar@
171
 
am__untar = @am__untar@
172
 
bindir = @bindir@
173
 
build = @build@
174
 
build_alias = @build_alias@
175
 
build_cpu = @build_cpu@
176
 
build_os = @build_os@
177
 
build_vendor = @build_vendor@
178
 
datadir = @datadir@
179
 
exec_prefix = @exec_prefix@
180
 
host = @host@
181
 
host_alias = @host_alias@
182
 
host_cpu = @host_cpu@
183
 
host_os = @host_os@
184
 
host_vendor = @host_vendor@
185
 
includedir = @includedir@
186
 
infodir = @infodir@
187
118
install_sh = @install_sh@
188
 
libdir = @libdir@
189
 
libexecdir = @libexecdir@
190
 
localstatedir = @localstatedir@
191
 
mandir = @mandir@
192
 
mkdir_p = @mkdir_p@
193
 
oldincludedir = @oldincludedir@
194
 
prefix = @prefix@
195
 
program_transform_name = @program_transform_name@
196
 
sbindir = @sbindir@
197
 
sharedstatedir = @sharedstatedir@
198
 
sysconfdir = @sysconfdir@
199
 
target_alias = @target_alias@
200
119
pkginclude_HEADERS = apreq.h apreq_cookie.h apreq_error.h \
201
120
                     apreq_module.h apreq_param.h apreq_parser.h \
202
121
                     apreq_util.h apreq_version.h
203
122
 
 
123
subdir = include
 
124
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
125
CONFIG_HEADER = apreq_config.h
 
126
CONFIG_CLEAN_FILES = groups.dox
 
127
DIST_SOURCES =
 
128
HEADERS = $(pkginclude_HEADERS)
 
129
 
 
130
DIST_COMMON = $(pkginclude_HEADERS) Makefile.am Makefile.in \
 
131
        apreq_config.h.in groups.dox.in
204
132
all: apreq_config.h
205
133
        $(MAKE) $(AM_MAKEFLAGS) all-am
206
134
 
207
135
.SUFFIXES:
208
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
209
 
        @for dep in $?; do \
210
 
          case '$(am__configure_deps)' in \
211
 
            *$$dep*) \
212
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
213
 
                && exit 0; \
214
 
              exit 1;; \
215
 
          esac; \
216
 
        done; \
217
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
 
136
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
218
137
        cd $(top_srcdir) && \
219
138
          $(AUTOMAKE) --gnu  include/Makefile
220
 
.PRECIOUS: Makefile
221
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
222
 
        @case '$?' in \
223
 
          *config.status*) \
224
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
225
 
          *) \
226
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
227
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
228
 
        esac;
229
 
 
230
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
231
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
 
 
233
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
234
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
236
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
139
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
140
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
237
141
 
238
142
apreq_config.h: stamp-h1
239
143
        @if test ! -f $@; then \
244
148
stamp-h1: $(srcdir)/apreq_config.h.in $(top_builddir)/config.status
245
149
        @rm -f stamp-h1
246
150
        cd $(top_builddir) && $(SHELL) ./config.status include/apreq_config.h
247
 
$(srcdir)/apreq_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
151
 
 
152
$(srcdir)/apreq_config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
248
153
        cd $(top_srcdir) && $(AUTOHEADER)
249
 
        rm -f stamp-h1
250
 
        touch $@
 
154
        touch $(srcdir)/apreq_config.h.in
251
155
 
252
156
distclean-hdr:
253
157
        -rm -f apreq_config.h stamp-h1
254
 
groups.dox: $(top_builddir)/config.status $(srcdir)/groups.dox.in
 
158
groups.dox: $(top_builddir)/config.status groups.dox.in
255
159
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
256
160
 
257
161
mostlyclean-libtool:
263
167
distclean-libtool:
264
168
        -rm -f libtool
265
169
uninstall-info-am:
 
170
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
266
171
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
267
172
        @$(NORMAL_INSTALL)
268
 
        test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
 
173
        $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
269
174
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
270
175
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
271
 
          f=$(am__strip_dir) \
272
 
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
273
 
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
176
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
177
          echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
 
178
          $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
274
179
        done
275
180
 
276
181
uninstall-pkgincludeHEADERS:
277
182
        @$(NORMAL_UNINSTALL)
278
183
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
279
 
          f=$(am__strip_dir) \
280
 
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
281
 
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
184
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
185
          echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
 
186
          rm -f $(DESTDIR)$(pkgincludedir)/$$f; \
282
187
        done
283
188
 
 
189
ETAGS = etags
 
190
ETAGSFLAGS =
 
191
 
 
192
tags: TAGS
 
193
 
284
194
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
285
195
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
286
196
        unique=`for i in $$list; do \
289
199
          $(AWK) '    { files[$$0] = 1; } \
290
200
               END { for (i in files) print i; }'`; \
291
201
        mkid -fID $$unique
292
 
tags: TAGS
293
202
 
294
203
TAGS:  $(HEADERS) $(SOURCES) apreq_config.h.in $(TAGS_DEPENDENCIES) \
295
204
                $(TAGS_FILES) $(LISP)
301
210
          done | \
302
211
          $(AWK) '    { files[$$0] = 1; } \
303
212
               END { for (i in files) print i; }'`; \
304
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
305
 
          test -n "$$unique" || unique=$$empty_fix; \
306
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
307
 
            $$tags $$unique; \
308
 
        fi
309
 
ctags: CTAGS
310
 
CTAGS:  $(HEADERS) $(SOURCES) apreq_config.h.in $(TAGS_DEPENDENCIES) \
311
 
                $(TAGS_FILES) $(LISP)
312
 
        tags=; \
313
 
        here=`pwd`; \
314
 
        list='$(SOURCES) $(HEADERS) apreq_config.h.in $(LISP) $(TAGS_FILES)'; \
315
 
        unique=`for i in $$list; do \
316
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
 
          done | \
318
 
          $(AWK) '    { files[$$0] = 1; } \
319
 
               END { for (i in files) print i; }'`; \
320
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
321
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
213
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
214
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322
215
             $$tags $$unique
323
216
 
324
217
GTAGS:
327
220
          && gtags -i $(GTAGS_ARGS) $$here
328
221
 
329
222
distclean-tags:
330
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
223
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
224
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
225
 
 
226
top_distdir = ..
 
227
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
331
228
 
332
229
distdir: $(DISTFILES)
333
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
334
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
335
 
        list='$(DISTFILES)'; for file in $$list; do \
336
 
          case $$file in \
337
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
338
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
339
 
          esac; \
 
230
        @list='$(DISTFILES)'; for file in $$list; do \
340
231
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341
232
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
342
233
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
343
234
            dir="/$$dir"; \
344
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
235
            $(mkinstalldirs) "$(distdir)$$dir"; \
345
236
          else \
346
237
            dir=''; \
347
238
          fi; \
359
250
check-am: all-am
360
251
check: check-am
361
252
all-am: Makefile $(HEADERS) apreq_config.h
 
253
 
362
254
installdirs:
363
 
        for dir in "$(DESTDIR)$(pkgincludedir)"; do \
364
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
365
 
        done
 
255
        $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
 
256
 
366
257
install: install-am
367
258
install-exec: install-exec-am
368
259
install-data: install-data-am
374
265
installcheck: installcheck-am
375
266
install-strip:
376
267
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
268
          INSTALL_STRIP_FLAG=-s \
378
269
          `test -z '$(STRIP)' || \
379
270
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
380
271
mostlyclean-generic:
382
273
clean-generic:
383
274
 
384
275
distclean-generic:
385
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
276
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
386
277
 
387
278
maintainer-clean-generic:
388
279
        @echo "This command is intended for maintainers to use"
392
283
clean-am: clean-generic clean-libtool mostlyclean-am
393
284
 
394
285
distclean: distclean-am
395
 
        -rm -f Makefile
396
 
distclean-am: clean-am distclean-generic distclean-hdr \
397
 
        distclean-libtool distclean-tags
 
286
 
 
287
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
288
        distclean-tags
398
289
 
399
290
dvi: dvi-am
400
291
 
401
292
dvi-am:
402
293
 
403
 
html: html-am
404
 
 
405
294
info: info-am
406
295
 
407
296
info-am:
417
306
installcheck-am:
418
307
 
419
308
maintainer-clean: maintainer-clean-am
420
 
        -rm -f Makefile
 
309
 
421
310
maintainer-clean-am: distclean-am maintainer-clean-generic
422
311
 
423
312
mostlyclean: mostlyclean-am
424
313
 
425
314
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
426
315
 
427
 
pdf: pdf-am
428
 
 
429
 
pdf-am:
430
 
 
431
 
ps: ps-am
432
 
 
433
 
ps-am:
434
 
 
435
316
uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
436
317
 
437
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
438
 
        clean-libtool ctags distclean distclean-generic distclean-hdr \
439
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
440
 
        html-am info info-am install install-am install-data \
441
 
        install-data-am install-exec install-exec-am install-info \
442
 
        install-info-am install-man install-pkgincludeHEADERS \
443
 
        install-strip installcheck installcheck-am installdirs \
444
 
        maintainer-clean maintainer-clean-generic mostlyclean \
445
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
446
 
        tags uninstall uninstall-am uninstall-info-am \
447
 
        uninstall-pkgincludeHEADERS
 
318
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
319
        clean-libtool distclean distclean-generic distclean-hdr \
 
320
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
321
        info-am install install-am install-data install-data-am \
 
322
        install-exec install-exec-am install-info install-info-am \
 
323
        install-man install-pkgincludeHEADERS install-strip \
 
324
        installcheck installcheck-am installdirs maintainer-clean \
 
325
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
326
        mostlyclean-libtool tags uninstall uninstall-am \
 
327
        uninstall-info-am uninstall-pkgincludeHEADERS
448
328
 
449
329
# Tell versions [3.59,3.63) of GNU make to not export all variables.
450
330
# Otherwise a system limit (for SysV at least) may be exceeded.