~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to proxy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061102153000-343pa15n0rp58m1b
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
 
15
 
SHELL = @SHELL@
 
15
@SET_MAKE@
16
16
 
17
17
srcdir = @srcdir@
18
18
top_srcdir = @top_srcdir@
19
19
VPATH = @srcdir@
20
 
prefix = @prefix@
21
 
exec_prefix = @exec_prefix@
22
 
 
23
 
bindir = @bindir@
24
 
sbindir = @sbindir@
25
 
libexecdir = @libexecdir@
26
 
datadir = @datadir@
27
 
sysconfdir = @sysconfdir@
28
 
sharedstatedir = @sharedstatedir@
29
 
localstatedir = @localstatedir@
30
 
libdir = @libdir@
31
 
infodir = @infodir@
32
 
mandir = @mandir@
33
 
includedir = @includedir@
34
 
oldincludedir = /usr/include
35
 
 
36
 
DESTDIR =
37
 
 
38
20
pkgdatadir = $(datadir)/@PACKAGE@
39
21
pkglibdir = $(libdir)/@PACKAGE@
40
22
pkgincludedir = $(includedir)/@PACKAGE@
41
 
 
42
23
top_builddir = ..
43
 
 
44
 
ACLOCAL = @ACLOCAL@
45
 
AUTOCONF = @AUTOCONF@
46
 
AUTOMAKE = @AUTOMAKE@
47
 
AUTOHEADER = @AUTOHEADER@
48
 
 
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
25
INSTALL = @INSTALL@
50
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
 
INSTALL_DATA = @INSTALL_DATA@
52
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
 
transform = @program_transform_name@
54
 
 
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
55
31
NORMAL_INSTALL = :
56
32
PRE_INSTALL = :
57
33
POST_INSTALL = :
58
34
NORMAL_UNINSTALL = :
59
35
PRE_UNINSTALL = :
60
36
POST_UNINSTALL = :
61
 
host_alias = @host_alias@
62
 
host_triplet = @host@
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(top_srcdir)/include/lr_superservice.mk
 
39
subdir = proxy
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
CONFIG_CLEAN_FILES =
 
46
SOURCES =
 
47
DIST_SOURCES =
 
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
49
        html-recursive info-recursive install-data-recursive \
 
50
        install-exec-recursive install-info-recursive \
 
51
        install-recursive installcheck-recursive installdirs-recursive \
 
52
        pdf-recursive ps-recursive uninstall-info-recursive \
 
53
        uninstall-recursive
 
54
am__installdirs = "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(templatesdir)"
 
55
pluginsDATA_INSTALL = $(INSTALL_DATA)
 
56
schemaDATA_INSTALL = $(INSTALL_DATA)
 
57
templatesDATA_INSTALL = $(INSTALL_DATA)
 
58
DATA = $(plugins_DATA) $(schema_DATA) $(templates_DATA)
 
59
ETAGS = etags
 
60
CTAGS = ctags
 
61
DIST_SUBDIRS = $(SUBDIRS)
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
ACLOCAL = @ACLOCAL@
 
64
AMTAR = @AMTAR@
 
65
AUTOCONF = @AUTOCONF@
 
66
AUTOHEADER = @AUTOHEADER@
 
67
AUTOMAKE = @AUTOMAKE@
63
68
AWK = @AWK@
64
 
CC = @CC@
 
69
CYGPATH_W = @CYGPATH_W@
65
70
DBKDSSSLPRINT = @DBKDSSSLPRINT@
66
71
DBKXSLHTML = @DBKXSLHTML@
67
72
DBKXSLHTMLNOCHUNK = @DBKXSLHTMLNOCHUNK@
68
73
DBK_XML_DTD = @DBK_XML_DTD@
 
74
DEFS = @DEFS@
69
75
DIA = @DIA@
 
76
ECHO_C = @ECHO_C@
 
77
ECHO_N = @ECHO_N@
 
78
ECHO_T = @ECHO_T@
70
79
GHOSTSCRIPT = @GHOSTSCRIPT@
71
80
GZIP = @GZIP@
72
 
HAVE_LIB = @HAVE_LIB@
 
81
INSTALL_DATA = @INSTALL_DATA@
 
82
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
83
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
84
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
85
INSTALL_TIMEZONE_FALSE = @INSTALL_TIMEZONE_FALSE@
 
86
INSTALL_TIMEZONE_TRUE = @INSTALL_TIMEZONE_TRUE@
73
87
JADE = @JADE@
74
88
LAMBDA = @LAMBDA@
75
 
LIB = @LIB@
 
89
LIBOBJS = @LIBOBJS@
 
90
LIBS = @LIBS@
76
91
LN_S = @LN_S@
77
92
LOGGER = @LOGGER@
78
93
LR_ARCHIVEDIR = @LR_ARCHIVEDIR@
79
94
LR_PERL5LIBDIR = @LR_PERL5LIBDIR@
80
95
LR_SPOOLDIR = @LR_SPOOLDIR@
81
 
LTLIB = @LTLIB@
 
96
LTLIBOBJS = @LTLIBOBJS@
82
97
LYNX = @LYNX@
83
98
MAKEINFO = @MAKEINFO@
84
99
MSGFMT = @MSGFMT@
85
100
MSGMERGE = @MSGMERGE@
86
101
ODVIPS = @ODVIPS@
87
102
PACKAGE = @PACKAGE@
 
103
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
104
PACKAGE_NAME = @PACKAGE_NAME@
 
105
PACKAGE_STRING = @PACKAGE_STRING@
 
106
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
107
PACKAGE_VERSION = @PACKAGE_VERSION@
 
108
PATH_SEPARATOR = @PATH_SEPARATOR@
88
109
PDFJADETEX = @PDFJADETEX@
89
110
PERL = @PERL@
90
111
PLOTICUS = @PLOTICUS@
91
112
POD2MAN = @POD2MAN@
92
113
PS2PDF = @PS2PDF@
93
114
SENDMAIL = @SENDMAIL@
 
115
SET_MAKE = @SET_MAKE@
 
116
SHELL = @SHELL@
 
117
STRIP = @STRIP@
94
118
TAI64NLOCAL = @TAI64NLOCAL@
95
119
TAR = @TAR@
96
120
VERSION = @VERSION@
98
122
XMLCATALOG = @XMLCATALOG@
99
123
XMLLINT = @XMLLINT@
100
124
XSLTPROC = @XSLTPROC@
101
 
 
 
125
am__leading_dot = @am__leading_dot@
 
126
bindir = @bindir@
 
127
build_alias = @build_alias@
 
128
datadir = @datadir@
 
129
datarootdir = @datarootdir@
 
130
docdir = @docdir@
 
131
dvidir = @dvidir@
 
132
exec_prefix = @exec_prefix@
 
133
host_alias = @host_alias@
 
134
htmldir = @htmldir@
 
135
includedir = @includedir@
 
136
infodir = @infodir@
 
137
install_sh = @install_sh@
 
138
libdir = @libdir@
 
139
libexecdir = @libexecdir@
 
140
localedir = @localedir@
 
141
localstatedir = @localstatedir@
 
142
mandir = @mandir@
 
143
mkdir_p = @mkdir_p@
 
144
oldincludedir = @oldincludedir@
 
145
pdfdir = @pdfdir@
 
146
prefix = @prefix@
 
147
program_transform_name = @program_transform_name@
 
148
psdir = @psdir@
 
149
sbindir = @sbindir@
 
150
sharedstatedir = @sharedstatedir@
 
151
sysconfdir = @sysconfdir@
 
152
target_alias = @target_alias@
102
153
superservice = proxy
103
 
 
104
154
SUBDIRS = lib script po
105
 
 
106
155
schema_DATA = proxy.xml
107
 
 
108
156
templates_DATA = proxy_default.xml
109
 
 
110
157
plugins_DATA = 
111
 
 
112
158
perlmodules = 
113
 
 
114
 
reportspecs =   $(srcdir)/reports/*.xml
115
 
 
116
 
 
117
 
filterspecs =   $(srcdir)/filters/*.xml
118
 
 
 
159
reportspecs = \
 
160
        $(srcdir)/reports/*.xml
 
161
 
 
162
filterspecs = \
 
163
        $(srcdir)/filters/*.xml
119
164
 
120
165
tests = 
121
 
 
122
166
convertorsdir = $(libexecdir)/$(PACKAGE)/convertors
123
167
pluginsdir = $(sysconfdir)/$(PACKAGE)/plugins
124
168
schemadir = $(datadir)/$(PACKAGE)/schemas
125
169
templatesdir = $(datadir)/$(PACKAGE)/templates
126
 
 
127
 
EXTRA_DIST = $(templates_DATA) $(schema_DATA) $(plugins_DATA)   $(perlmodules) $(tests) $(reportspecs) $(filterspecs)
128
 
 
129
 
 
130
 
PERLMODULES_INSTALL_RULE =      @list='$(perlmodules)'; for p in $$list ; do        f="`echo $$p | sed -e 's|^.*/lib/||'`" ;        d="`dirname $$f`" ;             if test ! -d $(DESTDIR)$(LR_PERL5LIBDIR)/$$d; then          $(mkinstalldirs) $(DESTDIR)$(LR_PERL5LIBDIR)/$$d ;          fi ;            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(LR_PERL5LIBDIR)/$$f";            $(INSTALL_DATA) $$p $(DESTDIR)$(LR_PERL5LIBDIR)/$$f ;       done
131
 
 
132
 
 
133
 
PERLMODULES_UNINSTALL_RULE =    @list='$(perlmodules)'; for p in $$list; do       f="`echo $$p | sed -e 's|^.*/lib/||'`";         echo " rm -f $(DESTDIR)$(LR_PERL5LIBDIR)/$$f";          rm -f $(DESTDIR)$(DESTDIR)$(LR_PERL5LIBDIR)/$$f;      done
134
 
 
135
 
 
136
 
REPORTSPECS_INSTALL_RULE =      @list='$(reportspecs)'; for p in $$list; do         f="`basename $$p`" ;            d="$(pkgdatadir)/reports/$(superservice)" ;             if test ! -d $(DESTDIR)$$d; then            $(mkinstalldirs) $(DESTDIR)$$d ;            fi ;            echo " $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f";          $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f ;     done
137
 
 
138
 
 
139
 
REPORTSPECS_UNINSTALL_RULE =    @list='$(reportspecs)'; for p in $$list; do       f="`basename $$p'`";    d="$(pkgdatadir)/reports/$(superservice)" ;     echo " rm -f $(DESTDIR)$$d/$$f";        rm -f $(DESTDIR)$$d/$$f;      done
140
 
 
141
 
 
142
 
FILTERSPECS_INSTALL_RULE =      @list='$(filterspecs)'; for p in $$list; do         f="`basename $$p`" ;            d="$(pkgdatadir)/filters/$(superservice)" ;             if test ! -d $(DESTDIR)$$d; then            $(mkinstalldirs) $(DESTDIR)$$d ;            fi ;            echo " $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f";          $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f ;     done
143
 
 
144
 
 
145
 
FILTERSPECS_UNINSTALL_RULE =    @list='$(filterspecs)'; for p in $$list; do       f="`basename $$p'`";    d="$(pkgdatadir)/filters/$(superservice)" ;     echo " rm -f $(DESTDIR)$$d/$$f";        rm -f $(DESTDIR)$$d/$$f;      done
146
 
 
147
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
148
 
CONFIG_CLEAN_FILES = 
149
 
DATA =  $(plugins_DATA) $(schema_DATA) $(templates_DATA)
150
 
 
151
 
DIST_COMMON =  Makefile.am Makefile.in
152
 
 
153
 
 
154
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155
 
 
156
 
GZIP_ENV = --best
157
 
all: all-redirect
 
170
EXTRA_DIST = $(templates_DATA) $(schema_DATA) $(plugins_DATA) \
 
171
        $(perlmodules) $(tests) $(reportspecs) $(filterspecs)
 
172
 
 
173
PERLMODULES_INSTALL_RULE = \
 
174
        @list='$(perlmodules)'; for p in $$list ; do \
 
175
            f="`echo $$p | sed -e 's|^.*/lib/||'`" ; \
 
176
            d="`dirname $$f`" ; \
 
177
            if test ! -d $(DESTDIR)$(LR_PERL5LIBDIR)/$$d; then \
 
178
                $(mkinstalldirs) $(DESTDIR)$(LR_PERL5LIBDIR)/$$d ; \
 
179
            fi ; \
 
180
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(LR_PERL5LIBDIR)/$$f"; \
 
181
            $(INSTALL_DATA) $$p $(DESTDIR)$(LR_PERL5LIBDIR)/$$f ; \
 
182
        done
 
183
 
 
184
PERLMODULES_UNINSTALL_RULE = \
 
185
        @list='$(perlmodules)'; for p in $$list; do \
 
186
          f="`echo $$p | sed -e 's|^.*/lib/||'`"; \
 
187
          echo " rm -f $(DESTDIR)$(LR_PERL5LIBDIR)/$$f"; \
 
188
          rm -f $(DESTDIR)$(LR_PERL5LIBDIR)/$$f; \
 
189
        done
 
190
 
 
191
REPORTSPECS_INSTALL_RULE = \
 
192
        @list='$(reportspecs)'; for p in $$list; do \
 
193
            f="`basename $$p`" ; \
 
194
            d="$(pkgdatadir)/reports/$(superservice)" ; \
 
195
            if test ! -d $(DESTDIR)$$d; then \
 
196
                $(mkinstalldirs) $(DESTDIR)$$d ; \
 
197
            fi ; \
 
198
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f"; \
 
199
            $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f ; \
 
200
        done
 
201
 
 
202
REPORTSPECS_UNINSTALL_RULE = \
 
203
        @list='$(reportspecs)'; for p in $$list; do \
 
204
          f="`basename $$p`"; \
 
205
          d="$(pkgdatadir)/reports/$(superservice)" ; \
 
206
          echo " rm -f $(DESTDIR)$$d/$$f"; \
 
207
          rm -f $(DESTDIR)$$d/$$f; \
 
208
        done
 
209
 
 
210
FILTERSPECS_INSTALL_RULE = \
 
211
        @list='$(filterspecs)'; for p in $$list; do \
 
212
            f="`basename $$p`" ; \
 
213
            d="$(pkgdatadir)/filters/$(superservice)" ; \
 
214
            if test ! -d $(DESTDIR)$$d; then \
 
215
                $(mkinstalldirs) $(DESTDIR)$$d ; \
 
216
            fi ; \
 
217
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f"; \
 
218
            $(INSTALL_DATA) $$p $(DESTDIR)$$d/$$f ; \
 
219
        done
 
220
 
 
221
FILTERSPECS_UNINSTALL_RULE = \
 
222
        @list='$(filterspecs)'; for p in $$list; do \
 
223
          f="`basename $$p`"; \
 
224
          d="$(pkgdatadir)/filters/$(superservice)" ; \
 
225
          echo " rm -f $(DESTDIR)$$d/$$f"; \
 
226
          rm -f $(DESTDIR)$$d/$$f; \
 
227
        done
 
228
 
 
229
all: all-recursive
 
230
 
158
231
.SUFFIXES:
159
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/include/lr_superservice.mk
160
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps proxy/Makefile
161
 
 
162
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
163
 
        cd $(top_builddir) \
164
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
165
 
 
166
 
 
 
232
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/include/lr_superservice.mk $(am__configure_deps)
 
233
        @for dep in $?; do \
 
234
          case '$(am__configure_deps)' in \
 
235
            *$$dep*) \
 
236
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
237
                && exit 0; \
 
238
              exit 1;; \
 
239
          esac; \
 
240
        done; \
 
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  proxy/Makefile'; \
 
242
        cd $(top_srcdir) && \
 
243
          $(AUTOMAKE) --gnu  proxy/Makefile
 
244
.PRECIOUS: Makefile
 
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
246
        @case '$?' in \
 
247
          *config.status*) \
 
248
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
249
          *) \
 
250
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
251
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
252
        esac;
 
253
 
 
254
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
 
 
257
$(top_srcdir)/configure:  $(am__configure_deps)
 
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
259
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
261
uninstall-info-am:
167
262
install-pluginsDATA: $(plugins_DATA)
168
263
        @$(NORMAL_INSTALL)
169
 
        $(mkinstalldirs) $(DESTDIR)$(pluginsdir)
 
264
        test -z "$(pluginsdir)" || $(mkdir_p) "$(DESTDIR)$(pluginsdir)"
170
265
        @list='$(plugins_DATA)'; for p in $$list; do \
171
 
          if test -f $(srcdir)/$$p; then \
172
 
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pluginsdir)/$$p"; \
173
 
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pluginsdir)/$$p; \
174
 
          else if test -f $$p; then \
175
 
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pluginsdir)/$$p"; \
176
 
            $(INSTALL_DATA) $$p $(DESTDIR)$(pluginsdir)/$$p; \
177
 
          fi; fi; \
 
266
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
267
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
268
          echo " $(pluginsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginsdir)/$$f'"; \
 
269
          $(pluginsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginsdir)/$$f"; \
178
270
        done
179
271
 
180
272
uninstall-pluginsDATA:
181
273
        @$(NORMAL_UNINSTALL)
182
 
        list='$(plugins_DATA)'; for p in $$list; do \
183
 
          rm -f $(DESTDIR)$(pluginsdir)/$$p; \
 
274
        @list='$(plugins_DATA)'; for p in $$list; do \
 
275
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
276
          echo " rm -f '$(DESTDIR)$(pluginsdir)/$$f'"; \
 
277
          rm -f "$(DESTDIR)$(pluginsdir)/$$f"; \
184
278
        done
185
 
 
186
279
install-schemaDATA: $(schema_DATA)
187
280
        @$(NORMAL_INSTALL)
188
 
        $(mkinstalldirs) $(DESTDIR)$(schemadir)
 
281
        test -z "$(schemadir)" || $(mkdir_p) "$(DESTDIR)$(schemadir)"
189
282
        @list='$(schema_DATA)'; for p in $$list; do \
190
 
          if test -f $(srcdir)/$$p; then \
191
 
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(schemadir)/$$p"; \
192
 
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(schemadir)/$$p; \
193
 
          else if test -f $$p; then \
194
 
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(schemadir)/$$p"; \
195
 
            $(INSTALL_DATA) $$p $(DESTDIR)$(schemadir)/$$p; \
196
 
          fi; fi; \
 
283
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
284
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
285
          echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
 
286
          $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
197
287
        done
198
288
 
199
289
uninstall-schemaDATA:
200
290
        @$(NORMAL_UNINSTALL)
201
 
        list='$(schema_DATA)'; for p in $$list; do \
202
 
          rm -f $(DESTDIR)$(schemadir)/$$p; \
 
291
        @list='$(schema_DATA)'; for p in $$list; do \
 
292
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
293
          echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
 
294
          rm -f "$(DESTDIR)$(schemadir)/$$f"; \
203
295
        done
204
 
 
205
296
install-templatesDATA: $(templates_DATA)
206
297
        @$(NORMAL_INSTALL)
207
 
        $(mkinstalldirs) $(DESTDIR)$(templatesdir)
 
298
        test -z "$(templatesdir)" || $(mkdir_p) "$(DESTDIR)$(templatesdir)"
208
299
        @list='$(templates_DATA)'; for p in $$list; do \
209
 
          if test -f $(srcdir)/$$p; then \
210
 
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(templatesdir)/$$p"; \
211
 
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(templatesdir)/$$p; \
212
 
          else if test -f $$p; then \
213
 
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(templatesdir)/$$p"; \
214
 
            $(INSTALL_DATA) $$p $(DESTDIR)$(templatesdir)/$$p; \
215
 
          fi; fi; \
 
300
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
301
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
302
          echo " $(templatesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatesdir)/$$f'"; \
 
303
          $(templatesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatesdir)/$$f"; \
216
304
        done
217
305
 
218
306
uninstall-templatesDATA:
219
307
        @$(NORMAL_UNINSTALL)
220
 
        list='$(templates_DATA)'; for p in $$list; do \
221
 
          rm -f $(DESTDIR)$(templatesdir)/$$p; \
 
308
        @list='$(templates_DATA)'; for p in $$list; do \
 
309
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
310
          echo " rm -f '$(DESTDIR)$(templatesdir)/$$f'"; \
 
311
          rm -f "$(DESTDIR)$(templatesdir)/$$f"; \
222
312
        done
223
313
 
224
314
# This directory's subdirectories are mostly independent; you can cd
227
317
# (1) if the variable is set in `config.status', edit `config.status'
228
318
#     (which will cause the Makefiles to be regenerated when you run `make');
229
319
# (2) otherwise, pass the desired values on the `make' command line.
230
 
 
231
 
@SET_MAKE@
232
 
 
233
 
all-recursive install-data-recursive install-exec-recursive \
234
 
installdirs-recursive install-recursive uninstall-recursive  \
235
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
236
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
320
$(RECURSIVE_TARGETS):
 
321
        @set fnord $$MAKEFLAGS; amf=$$2; \
237
322
        dot_seen=no; \
238
323
        target=`echo $@ | sed s/-recursive//`; \
239
324
        list='$(SUBDIRS)'; for subdir in $$list; do \
253
338
 
254
339
mostlyclean-recursive clean-recursive distclean-recursive \
255
340
maintainer-clean-recursive:
256
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
341
        @set fnord $$MAKEFLAGS; amf=$$2; \
257
342
        dot_seen=no; \
258
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
259
 
          rev="$$subdir $$rev"; \
260
 
          test "$$subdir" != "." || dot_seen=yes; \
 
343
        case "$@" in \
 
344
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
345
          *) list='$(SUBDIRS)' ;; \
 
346
        esac; \
 
347
        rev=''; for subdir in $$list; do \
 
348
          if test "$$subdir" = "."; then :; else \
 
349
            rev="$$subdir $$rev"; \
 
350
          fi; \
261
351
        done; \
262
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
352
        rev="$$rev ."; \
263
353
        target=`echo $@ | sed s/-recursive//`; \
264
354
        for subdir in $$rev; do \
265
355
          echo "Making $$target in $$subdir"; \
275
365
        list='$(SUBDIRS)'; for subdir in $$list; do \
276
366
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
277
367
        done
 
368
ctags-recursive:
 
369
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
370
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
371
        done
278
372
 
 
373
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
374
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
375
        unique=`for i in $$list; do \
 
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
377
          done | \
 
378
          $(AWK) '    { files[$$0] = 1; } \
 
379
               END { for (i in files) print i; }'`; \
 
380
        mkid -fID $$unique
279
381
tags: TAGS
280
382
 
281
 
ID: $(HEADERS) $(SOURCES) $(LISP)
282
 
        list='$(SOURCES) $(HEADERS)'; \
283
 
        unique=`for i in $$list; do echo $$i; done | \
284
 
          awk '    { files[$$0] = 1; } \
285
 
               END { for (i in files) print i; }'`; \
286
 
        here=`pwd` && cd $(srcdir) \
287
 
          && mkid -f$$here/ID $$unique $(LISP)
288
 
 
289
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
383
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
384
                $(TAGS_FILES) $(LISP)
290
385
        tags=; \
291
386
        here=`pwd`; \
 
387
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
388
          include_option=--etags-include; \
 
389
          empty_fix=.; \
 
390
        else \
 
391
          include_option=--include; \
 
392
          empty_fix=; \
 
393
        fi; \
292
394
        list='$(SUBDIRS)'; for subdir in $$list; do \
293
 
   if test "$$subdir" = .; then :; else \
294
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
295
 
   fi; \
 
395
          if test "$$subdir" = .; then :; else \
 
396
            test ! -f $$subdir/TAGS || \
 
397
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
398
          fi; \
296
399
        done; \
297
 
        list='$(SOURCES) $(HEADERS)'; \
298
 
        unique=`for i in $$list; do echo $$i; done | \
299
 
          awk '    { files[$$0] = 1; } \
300
 
               END { for (i in files) print i; }'`; \
301
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
302
 
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
303
 
 
304
 
mostlyclean-tags:
305
 
 
306
 
clean-tags:
 
400
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
401
        unique=`for i in $$list; do \
 
402
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
403
          done | \
 
404
          $(AWK) '    { files[$$0] = 1; } \
 
405
               END { for (i in files) print i; }'`; \
 
406
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
407
          test -n "$$unique" || unique=$$empty_fix; \
 
408
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
409
            $$tags $$unique; \
 
410
        fi
 
411
ctags: CTAGS
 
412
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
413
                $(TAGS_FILES) $(LISP)
 
414
        tags=; \
 
415
        here=`pwd`; \
 
416
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
417
        unique=`for i in $$list; do \
 
418
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
419
          done | \
 
420
          $(AWK) '    { files[$$0] = 1; } \
 
421
               END { for (i in files) print i; }'`; \
 
422
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
423
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
424
             $$tags $$unique
 
425
 
 
426
GTAGS:
 
427
        here=`$(am__cd) $(top_builddir) && pwd` \
 
428
          && cd $(top_srcdir) \
 
429
          && gtags -i $(GTAGS_ARGS) $$here
307
430
 
308
431
distclean-tags:
309
 
        -rm -f TAGS ID
310
 
 
311
 
maintainer-clean-tags:
312
 
 
313
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
314
 
 
315
 
subdir = proxy
 
432
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
316
433
 
317
434
distdir: $(DISTFILES)
318
 
        $(mkinstalldirs) $(distdir)/$(srcdir)/filters \
319
 
           $(distdir)/$(srcdir)/reports
320
 
        @for file in $(DISTFILES); do \
321
 
          d=$(srcdir); \
 
435
        $(mkdir_p) $(distdir)/$(srcdir)/filters $(distdir)/$(srcdir)/reports $(distdir)/../include
 
436
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
437
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
438
        list='$(DISTFILES)'; for file in $$list; do \
 
439
          case $$file in \
 
440
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
441
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
442
          esac; \
 
443
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
444
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
445
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
446
            dir="/$$dir"; \
 
447
            $(mkdir_p) "$(distdir)$$dir"; \
 
448
          else \
 
449
            dir=''; \
 
450
          fi; \
322
451
          if test -d $$d/$$file; then \
323
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
452
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
453
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
454
            fi; \
 
455
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
324
456
          else \
325
457
            test -f $(distdir)/$$file \
326
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
327
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
458
            || cp -p $$d/$$file $(distdir)/$$file \
 
459
            || exit 1; \
328
460
          fi; \
329
461
        done
330
 
        for subdir in $(SUBDIRS); do \
 
462
        list='$(SUBDIRS)'; for subdir in $$list; do \
331
463
          if test "$$subdir" = .; then :; else \
332
 
            test -d $(distdir)/$$subdir \
333
 
            || mkdir $(distdir)/$$subdir \
 
464
            test -d "$(distdir)/$$subdir" \
 
465
            || mkdir "$(distdir)/$$subdir" \
334
466
            || exit 1; \
335
 
            chmod 777 $(distdir)/$$subdir; \
336
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
467
            (cd $$subdir && \
 
468
              $(MAKE) $(AM_MAKEFLAGS) \
 
469
                top_distdir="../$(top_distdir)" \
 
470
                distdir="../$(distdir)/$$subdir" \
 
471
                distdir) \
337
472
              || exit 1; \
338
473
          fi; \
339
474
        done
340
 
info-am:
341
 
info: info-recursive
342
 
dvi-am:
343
 
dvi: dvi-recursive
344
475
check-am: all-am
345
476
check: check-recursive
346
 
installcheck-am:
347
 
installcheck: installcheck-recursive
348
 
install-exec-am:
 
477
all-am: Makefile $(DATA)
 
478
installdirs: installdirs-recursive
 
479
installdirs-am:
 
480
        for dir in "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(templatesdir)"; do \
 
481
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
482
        done
 
483
install: install-recursive
349
484
install-exec: install-exec-recursive
350
 
 
351
 
install-data-am: install-pluginsDATA install-schemaDATA \
352
 
                install-templatesDATA install-data-local
353
485
install-data: install-data-recursive
 
486
uninstall: uninstall-recursive
354
487
 
355
488
install-am: all-am
356
489
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357
 
install: install-recursive
358
 
uninstall-am: uninstall-pluginsDATA uninstall-schemaDATA \
359
 
                uninstall-templatesDATA uninstall-local
360
 
uninstall: uninstall-recursive
361
 
all-am: Makefile $(DATA)
362
 
all-redirect: all-recursive
 
490
 
 
491
installcheck: installcheck-recursive
363
492
install-strip:
364
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
365
 
installdirs: installdirs-recursive
366
 
installdirs-am:
367
 
        $(mkinstalldirs)  $(DESTDIR)$(pluginsdir) $(DESTDIR)$(schemadir) \
368
 
                $(DESTDIR)$(templatesdir)
369
 
 
370
 
 
 
493
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
494
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
495
          `test -z '$(STRIP)' || \
 
496
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
371
497
mostlyclean-generic:
372
498
 
373
499
clean-generic:
374
500
 
375
501
distclean-generic:
376
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
377
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
502
        -rm -f $(CONFIG_CLEAN_FILES)
378
503
 
379
504
maintainer-clean-generic:
380
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
381
 
 
382
 
mostlyclean: mostlyclean-recursive
383
 
 
384
 
clean-am:  clean-tags clean-generic mostlyclean-am
385
 
 
 
505
        @echo "This command is intended for maintainers to use"
 
506
        @echo "it deletes files that may require special tools to rebuild."
386
507
clean: clean-recursive
387
508
 
388
 
distclean-am:  distclean-tags distclean-generic clean-am
 
509
clean-am: clean-generic mostlyclean-am
389
510
 
390
511
distclean: distclean-recursive
391
 
 
392
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
393
 
                distclean-am
394
 
        @echo "This command is intended for maintainers to use;"
395
 
        @echo "it deletes files that may require special tools to rebuild."
 
512
        -rm -f Makefile
 
513
distclean-am: clean-am distclean-generic distclean-tags
 
514
 
 
515
dvi: dvi-recursive
 
516
 
 
517
dvi-am:
 
518
 
 
519
html: html-recursive
 
520
 
 
521
info: info-recursive
 
522
 
 
523
info-am:
 
524
 
 
525
install-data-am: install-data-local install-pluginsDATA \
 
526
        install-schemaDATA install-templatesDATA
 
527
 
 
528
install-exec-am:
 
529
 
 
530
install-info: install-info-recursive
 
531
 
 
532
install-man:
 
533
 
 
534
installcheck-am:
396
535
 
397
536
maintainer-clean: maintainer-clean-recursive
398
 
 
399
 
.PHONY: uninstall-pluginsDATA install-pluginsDATA uninstall-schemaDATA \
400
 
install-schemaDATA uninstall-templatesDATA install-templatesDATA \
401
 
install-data-recursive uninstall-data-recursive install-exec-recursive \
402
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
403
 
all-recursive check-recursive installcheck-recursive info-recursive \
404
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
405
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
406
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
407
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
408
 
install-exec install-data-local install-data-am install-data install-am \
409
 
install uninstall-local uninstall-am uninstall all-redirect all-am all \
410
 
installdirs-am installdirs mostlyclean-generic distclean-generic \
411
 
clean-generic maintainer-clean-generic clean mostlyclean distclean \
412
 
maintainer-clean
413
 
 
414
 
 
415
 
all: all-redirect
 
537
        -rm -f Makefile
 
538
maintainer-clean-am: distclean-am maintainer-clean-generic
 
539
 
 
540
mostlyclean: mostlyclean-recursive
 
541
 
 
542
mostlyclean-am: mostlyclean-generic
 
543
 
 
544
pdf: pdf-recursive
 
545
 
 
546
pdf-am:
 
547
 
 
548
ps: ps-recursive
 
549
 
 
550
ps-am:
 
551
 
 
552
uninstall-am: uninstall-info-am uninstall-local uninstall-pluginsDATA \
 
553
        uninstall-schemaDATA uninstall-templatesDATA
 
554
 
 
555
uninstall-info: uninstall-info-recursive
 
556
 
 
557
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
558
        clean clean-generic clean-recursive ctags ctags-recursive \
 
559
        distclean distclean-generic distclean-recursive distclean-tags \
 
560
        distdir dvi dvi-am html html-am info info-am install \
 
561
        install-am install-data install-data-am install-data-local \
 
562
        install-exec install-exec-am install-info install-info-am \
 
563
        install-man install-pluginsDATA install-schemaDATA \
 
564
        install-strip install-templatesDATA installcheck \
 
565
        installcheck-am installdirs installdirs-am maintainer-clean \
 
566
        maintainer-clean-generic maintainer-clean-recursive \
 
567
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
 
568
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
569
        uninstall-info-am uninstall-local uninstall-pluginsDATA \
 
570
        uninstall-schemaDATA uninstall-templatesDATA
 
571
 
416
572
 
417
573
install-data-local:
418
574
        $(PERLMODULES_INSTALL_RULE)
423
579
        $(PERLMODULES_UNINSTALL_RULE)
424
580
        $(REPORTSPECS_UNINSTALL_RULE)
425
581
        $(FILTERSPECS_UNINSTALL_RULE)
426
 
 
427
582
# Tell versions [3.59,3.63) of GNU make to not export all variables.
428
583
# Otherwise a system limit (for SysV at least) may be exceeded.
429
584
.NOEXPORT: