~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to webmail/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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.
19
19
# Copyright 1998 - 2000 Double Precision, Inc.  See COPYING for
20
20
# distribution information.
21
21
 
 
22
 
 
23
 
 
24
SOURCES = $(sqwebmail_SOURCES) $(sqwebmaild_SOURCES)
 
25
 
22
26
srcdir = @srcdir@
23
27
top_srcdir = @top_srcdir@
24
28
VPATH = @srcdir@
26
30
pkglibdir = $(libdir)/@PACKAGE@
27
31
pkgincludedir = $(includedir)/@PACKAGE@
28
32
top_builddir = .
29
 
 
30
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
31
34
INSTALL = @INSTALL@
32
35
install_sh_DATA = $(install_sh) -c -m 644
40
43
NORMAL_UNINSTALL = :
41
44
PRE_UNINSTALL = :
42
45
POST_UNINSTALL = :
 
46
noinst_PROGRAMS = sqwebmail$(EXEEXT) sqwebmaild$(EXEEXT)
 
47
subdir = .
 
48
DIST_COMMON = $(am__configure_deps) $(srcdir)/../depcomp \
 
49
        $(srcdir)/../install-sh $(srcdir)/../missing \
 
50
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
51
        $(srcdir)/cleancache.pl.in $(srcdir)/config.h.in \
 
52
        $(srcdir)/sendit.sh.in $(srcdir)/sqwebmaild.dist.in \
 
53
        $(top_srcdir)/configure ChangeLog TODO strcasecmp.c strdup.c \
 
54
        strncasecmp.c
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
58
        $(ACLOCAL_M4)
 
59
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
60
 configure.lineno configure.status.lineno
 
61
mkinstalldirs = $(mkdir_p)
 
62
CONFIG_HEADER = config.h
 
63
CONFIG_CLEAN_FILES = sendit.sh cleancache.pl sqwebmaild.dist
 
64
PROGRAMS = $(noinst_PROGRAMS)
 
65
am_sqwebmail_OBJECTS = sqwebmaild.$(OBJEXT)
 
66
sqwebmail_OBJECTS = $(am_sqwebmail_OBJECTS)
 
67
am__sqwebmaild_SOURCES_DIST = acl.c acl.h addressbook.c addressbook.h \
 
68
        args.c attachments.c auth.c auth.h autoresponse.c \
 
69
        autoresponse.h buf.c buf.h filter.c filter.h folder.c folder.h \
 
70
        gpg.c gpg.h html.c html.h ldaplist.c logindomainlist.c \
 
71
        logindomainlist.h maildir.c maildir.h mailfilter.c \
 
72
        mailfilter.h mailinglist.c mailinglist.h newmsg.c newmsg.h \
 
73
        newmsg_create.c newmsg_newdraft.c pcp.c pcp.h pref.c pref.h \
 
74
        rfc2646html.c rfc2646html.h sqconfig.c sqconfig.h sqwebmail.c \
 
75
        strftime.c strftime.h sqwebmail.h token.c token.h sqispell.c \
 
76
        ispell.c ispell.h
 
77
am__objects_1 = sqispell.$(OBJEXT) ispell.$(OBJEXT)
 
78
@ISPELL_TRUE@am__objects_2 = $(am__objects_1)
 
79
am_sqwebmaild_OBJECTS = acl.$(OBJEXT) addressbook.$(OBJEXT) \
 
80
        args.$(OBJEXT) attachments.$(OBJEXT) auth.$(OBJEXT) \
 
81
        autoresponse.$(OBJEXT) buf.$(OBJEXT) filter.$(OBJEXT) \
 
82
        folder.$(OBJEXT) gpg.$(OBJEXT) html.$(OBJEXT) \
 
83
        ldaplist.$(OBJEXT) logindomainlist.$(OBJEXT) maildir.$(OBJEXT) \
 
84
        mailfilter.$(OBJEXT) mailinglist.$(OBJEXT) newmsg.$(OBJEXT) \
 
85
        newmsg_create.$(OBJEXT) newmsg_newdraft.$(OBJEXT) \
 
86
        pcp.$(OBJEXT) pref.$(OBJEXT) rfc2646html.$(OBJEXT) \
 
87
        sqconfig.$(OBJEXT) sqwebmail.$(OBJEXT) strftime.$(OBJEXT) \
 
88
        token.$(OBJEXT) $(am__objects_2)
 
89
sqwebmaild_OBJECTS = $(am_sqwebmaild_OBJECTS)
 
90
am__DEPENDENCIES_1 = @LIBOBJS@
 
91
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) ../pcp/libpcp.a \
 
92
        ../maildir/libmaildir.a ../rfc2045/librfc2045.a \
 
93
        ../rfc822/librfc822.a ../liblock/liblock.a \
 
94
        ../http11/libhttp11.a ../cgi/libcgi.a ../authlib/libauth.a \
 
95
        ../authlib/libauthmod.a ../ldapaddressbook/libaddressbook.a \
 
96
        ../gpglib/libgpg.a ../unicode/libunicode.a \
 
97
        ../random128/librandom128.a ../md5/libmd5.a \
 
98
        ../numlib/libnumlib.a
 
99
am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) `cat \
 
100
        ../authlib/libauth.dep` `cat ../pcp/pcp.libs`
 
101
am__installdirs = "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(sysconfdir)"
 
102
scriptSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
103
SCRIPTS = $(script_SCRIPTS)
 
104
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
105
depcomp = $(SHELL) $(top_srcdir)/../depcomp
 
106
am__depfiles_maybe = depfiles
 
107
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/strcasecmp.Po $(DEPDIR)/strdup.Po \
 
108
@AMDEP_TRUE@    $(DEPDIR)/strncasecmp.Po ./$(DEPDIR)/acl.Po \
 
109
@AMDEP_TRUE@    ./$(DEPDIR)/addressbook.Po ./$(DEPDIR)/args.Po \
 
110
@AMDEP_TRUE@    ./$(DEPDIR)/attachments.Po ./$(DEPDIR)/auth.Po \
 
111
@AMDEP_TRUE@    ./$(DEPDIR)/autoresponse.Po ./$(DEPDIR)/buf.Po \
 
112
@AMDEP_TRUE@    ./$(DEPDIR)/filter.Po ./$(DEPDIR)/folder.Po \
 
113
@AMDEP_TRUE@    ./$(DEPDIR)/gpg.Po ./$(DEPDIR)/html.Po \
 
114
@AMDEP_TRUE@    ./$(DEPDIR)/ispell.Po ./$(DEPDIR)/ldaplist.Po \
 
115
@AMDEP_TRUE@    ./$(DEPDIR)/logindomainlist.Po \
 
116
@AMDEP_TRUE@    ./$(DEPDIR)/maildir.Po ./$(DEPDIR)/mailfilter.Po \
 
117
@AMDEP_TRUE@    ./$(DEPDIR)/mailinglist.Po ./$(DEPDIR)/newmsg.Po \
 
118
@AMDEP_TRUE@    ./$(DEPDIR)/newmsg_create.Po \
 
119
@AMDEP_TRUE@    ./$(DEPDIR)/newmsg_newdraft.Po ./$(DEPDIR)/pcp.Po \
 
120
@AMDEP_TRUE@    ./$(DEPDIR)/pref.Po ./$(DEPDIR)/rfc2646html.Po \
 
121
@AMDEP_TRUE@    ./$(DEPDIR)/sqconfig.Po ./$(DEPDIR)/sqispell.Po \
 
122
@AMDEP_TRUE@    ./$(DEPDIR)/sqwebmail.Po ./$(DEPDIR)/sqwebmaild.Po \
 
123
@AMDEP_TRUE@    ./$(DEPDIR)/strftime.Po ./$(DEPDIR)/token.Po
 
124
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
125
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
126
CCLD = $(CC)
 
127
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
128
SOURCES = $(sqwebmail_SOURCES) $(sqwebmaild_SOURCES)
 
129
DIST_SOURCES = $(sqwebmail_SOURCES) $(am__sqwebmaild_SOURCES_DIST)
 
130
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
131
        html-recursive info-recursive install-data-recursive \
 
132
        install-exec-recursive install-info-recursive \
 
133
        install-recursive installcheck-recursive installdirs-recursive \
 
134
        pdf-recursive ps-recursive uninstall-info-recursive \
 
135
        uninstall-recursive
 
136
sysconfDATA_INSTALL = $(INSTALL_DATA)
 
137
DATA = $(noinst_DATA) $(sysconf_DATA)
 
138
ETAGS = etags
 
139
CTAGS = ctags
 
140
DIST_SUBDIRS = $(SUBDIRS)
 
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
142
distdir = $(PACKAGE)-$(VERSION)
 
143
top_distdir = $(distdir)
 
144
am__remove_distdir = \
 
145
  { test ! -d $(distdir) \
 
146
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
147
         && rm -fr $(distdir); }; }
 
148
DIST_ARCHIVES = $(distdir).tar.gz
 
149
GZIP_ENV = --best
 
150
distuninstallcheck_listfiles = find . -type f -print
 
151
distcleancheck_listfiles = find . -type f -print
43
152
ACLOCAL = @ACLOCAL@
44
153
AMDEP_FALSE = @AMDEP_FALSE@
45
154
AMDEP_TRUE = @AMDEP_TRUE@
47
156
AUTHMODULES = @AUTHMODULES@
48
157
AUTOCONF = @AUTOCONF@
49
158
AUTOHEADER = @AUTOHEADER@
50
 
 
51
159
AUTOMAKE = srcdir=${srcdir} @SHELL@ ${srcdir}/../automake.fix @AUTOMAKE@
52
160
AWK = @AWK@
53
161
CC = @CC@
123
231
localstatedir = @localstatedir@
124
232
mailer = @mailer@
125
233
mandir = @mandir@
 
234
mkdir_p = @mkdir_p@
126
235
oldincludedir = @oldincludedir@
127
236
piddir = @piddir@
128
237
prefix = @prefix@
129
238
program_transform_name = @program_transform_name@
130
239
sbindir = @sbindir@
131
 
 
132
240
scriptdir = @scriptdir@
133
241
sendmail = @sendmail@
134
242
sharedstatedir = @sharedstatedir@
135
243
subdirs = @subdirs@
136
244
sysconfdir = @sysconfdir@
137
245
target_alias = @target_alias@
138
 
 
139
246
CLEANFILES = htmllibdir.h ldapsearch webgpg ldapaddressbook.dist \
140
247
        cron.cmd sqwebmail.msg TIMEZONELIST
141
248
 
142
249
DISTCLEANFILES = webmail.authpam
143
 
 
144
250
SUBDIRS = images html
145
251
script_SCRIPTS = sendit.sh cleancache.pl ldapsearch webgpg
146
252
sysconf_DATA = ldapaddressbook.dist sqwebmaild.dist
147
253
pkglibexecdir = $(libexecdir)/sqwebmail
148
 
 
149
254
DOCS = SECURITY BUGS TODO SECURITY.html BUGS.html TODO.html
150
255
noinst_DATA = $(DOCS) TIMEZONELIST
151
 
 
152
 
 
153
 
#
154
 
#  Because cgibindir is not based on prefix, we must conditionally install
155
 
#  bin_PROGRAMS in install-exec-local, otherwise make distcheck will fail.
156
 
#
157
 
noinst_PROGRAMS = sqwebmail sqwebmaild
158
 
 
159
256
COMMONDEPENDENCIES = $(LIBOBJS) ../pcp/libpcp.a ../maildir/libmaildir.a \
160
257
        ../rfc2045/librfc2045.a ../rfc822/librfc822.a \
161
258
        ../liblock/liblock.a \
168
265
        @dblibrary@
169
266
 
170
267
COMMONLDADD = $(COMMONDEPENDENCIES) `cat ../authlib/libauth.dep` `cat ../pcp/pcp.libs` @LIBDB@ @LIBGDBM@
171
 
 
172
268
sqwebmaild_LDADD = $(COMMONLDADD) `cat ../maildir/maildir.libdeps` \
173
269
        @LIBVCHKPW@ @NETLIBS@
174
270
 
175
271
sqwebmaild_DEPENDENCIES = $(COMMONDEPENDENCIES) ../maildir/maildir.libdeps
176
 
 
177
272
ISPELLSOURCES = sqispell.c ispell.c ispell.h
178
 
 
179
273
BUILT_SOURCES = htmllibdir.h
180
 
 
181
274
EXTRA_DIST = $(DOCS) sqwebmail.pamconf sqwebmail-system-auth.pamconf\
182
275
           strdup.c strcasecmp.c strncasecmp.c sv-make_timezonelist.pl\
183
276
           $(ISPELLSOURCES)
184
277
 
185
278
 
186
 
 
187
279
#CFLAGS += -Dmalloc=my_malloc -Drealloc=my_realloc -Dfree=my_free -Dstrdup=my_strdup -Dcalloc=my_calloc
188
280
@ISPELL_TRUE@SQISPELLSOURCES = $(ISPELLSOURCES)
189
 
 
190
281
sqwebmaild_SOURCES = acl.c acl.h \
191
282
                addressbook.c addressbook.h args.c attachments.c \
192
283
                auth.c auth.h autoresponse.c autoresponse.h buf.c buf.h \
199
290
                strftime.c strftime.h \
200
291
                sqwebmail.h token.c token.h $(SQISPELLSOURCES)
201
292
 
202
 
 
203
293
sqwebmail_SOURCES = sqwebmaild.c
204
294
sqwebmail_DEPENDENCIES = ../cgi/libcgi.a
205
295
sqwebmail_LDADD = @NETLIBS@ ../cgi/libcgi.a
206
 
 
207
296
HTML2TXT = `which lynx 2>/dev/null && echo "lynx -dump -nolist" && exit; echo "links -dump"`
208
 
subdir = .
209
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
210
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
211
 
CONFIG_HEADER = config.h
212
 
CONFIG_CLEAN_FILES = sendit.sh cleancache.pl sqwebmaild.dist
213
 
noinst_PROGRAMS = sqwebmail$(EXEEXT) sqwebmaild$(EXEEXT)
214
 
PROGRAMS = $(noinst_PROGRAMS)
215
 
 
216
 
am_sqwebmail_OBJECTS = sqwebmaild.$(OBJEXT)
217
 
sqwebmail_OBJECTS = $(am_sqwebmail_OBJECTS)
218
 
sqwebmail_LDFLAGS =
219
 
am__sqwebmaild_SOURCES_DIST = acl.c acl.h addressbook.c addressbook.h \
220
 
        args.c attachments.c auth.c auth.h autoresponse.c \
221
 
        autoresponse.h buf.c buf.h filter.c filter.h folder.c folder.h \
222
 
        gpg.c gpg.h html.c html.h ldaplist.c logindomainlist.c \
223
 
        logindomainlist.h maildir.c maildir.h mailfilter.c mailfilter.h \
224
 
        mailinglist.c mailinglist.h newmsg.c newmsg.h newmsg_create.c \
225
 
        newmsg_newdraft.c pcp.c pcp.h pref.c pref.h rfc2646html.c \
226
 
        rfc2646html.h sqconfig.c sqconfig.h sqwebmail.c strftime.c \
227
 
        strftime.h sqwebmail.h token.c token.h sqispell.c ispell.c \
228
 
        ispell.h
229
 
am__objects_1 = sqispell.$(OBJEXT) ispell.$(OBJEXT)
230
 
@ISPELL_TRUE@am__objects_2 = $(am__objects_1)
231
 
am_sqwebmaild_OBJECTS = acl.$(OBJEXT) addressbook.$(OBJEXT) \
232
 
        args.$(OBJEXT) attachments.$(OBJEXT) auth.$(OBJEXT) \
233
 
        autoresponse.$(OBJEXT) buf.$(OBJEXT) filter.$(OBJEXT) \
234
 
        folder.$(OBJEXT) gpg.$(OBJEXT) html.$(OBJEXT) \
235
 
        ldaplist.$(OBJEXT) logindomainlist.$(OBJEXT) maildir.$(OBJEXT) \
236
 
        mailfilter.$(OBJEXT) mailinglist.$(OBJEXT) newmsg.$(OBJEXT) \
237
 
        newmsg_create.$(OBJEXT) newmsg_newdraft.$(OBJEXT) pcp.$(OBJEXT) \
238
 
        pref.$(OBJEXT) rfc2646html.$(OBJEXT) sqconfig.$(OBJEXT) \
239
 
        sqwebmail.$(OBJEXT) strftime.$(OBJEXT) token.$(OBJEXT) \
240
 
        $(am__objects_2)
241
 
sqwebmaild_OBJECTS = $(am_sqwebmaild_OBJECTS)
242
 
sqwebmaild_LDFLAGS =
243
 
SCRIPTS = $(script_SCRIPTS)
244
 
 
245
 
 
246
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
247
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
248
 
am__depfiles_maybe = depfiles
249
 
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/strcasecmp.Po $(DEPDIR)/strdup.Po \
250
 
@AMDEP_TRUE@    $(DEPDIR)/strncasecmp.Po ./$(DEPDIR)/acl.Po \
251
 
@AMDEP_TRUE@    ./$(DEPDIR)/addressbook.Po ./$(DEPDIR)/args.Po \
252
 
@AMDEP_TRUE@    ./$(DEPDIR)/attachments.Po ./$(DEPDIR)/auth.Po \
253
 
@AMDEP_TRUE@    ./$(DEPDIR)/autoresponse.Po ./$(DEPDIR)/buf.Po \
254
 
@AMDEP_TRUE@    ./$(DEPDIR)/filter.Po ./$(DEPDIR)/folder.Po \
255
 
@AMDEP_TRUE@    ./$(DEPDIR)/gpg.Po ./$(DEPDIR)/html.Po \
256
 
@AMDEP_TRUE@    ./$(DEPDIR)/ispell.Po ./$(DEPDIR)/ldaplist.Po \
257
 
@AMDEP_TRUE@    ./$(DEPDIR)/logindomainlist.Po \
258
 
@AMDEP_TRUE@    ./$(DEPDIR)/maildir.Po ./$(DEPDIR)/mailfilter.Po \
259
 
@AMDEP_TRUE@    ./$(DEPDIR)/mailinglist.Po ./$(DEPDIR)/newmsg.Po \
260
 
@AMDEP_TRUE@    ./$(DEPDIR)/newmsg_create.Po \
261
 
@AMDEP_TRUE@    ./$(DEPDIR)/newmsg_newdraft.Po ./$(DEPDIR)/pcp.Po \
262
 
@AMDEP_TRUE@    ./$(DEPDIR)/pref.Po ./$(DEPDIR)/rfc2646html.Po \
263
 
@AMDEP_TRUE@    ./$(DEPDIR)/sqconfig.Po ./$(DEPDIR)/sqispell.Po \
264
 
@AMDEP_TRUE@    ./$(DEPDIR)/sqwebmail.Po ./$(DEPDIR)/sqwebmaild.Po \
265
 
@AMDEP_TRUE@    ./$(DEPDIR)/strftime.Po ./$(DEPDIR)/token.Po
266
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
267
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
268
 
CCLD = $(CC)
269
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
270
 
DIST_SOURCES = $(sqwebmail_SOURCES) $(am__sqwebmaild_SOURCES_DIST)
271
 
DATA = $(noinst_DATA) $(sysconf_DATA)
272
 
 
273
 
 
274
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
275
 
        ps-recursive install-info-recursive uninstall-info-recursive \
276
 
        all-recursive install-data-recursive install-exec-recursive \
277
 
        installdirs-recursive install-recursive uninstall-recursive \
278
 
        check-recursive installcheck-recursive
279
 
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
280
 
        COPYING ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 \
281
 
        cleancache.pl.in config.guess config.h.in config.rpath \
282
 
        config.sub configure configure.in depcomp install-sh ltmain.sh \
283
 
        missing mkinstalldirs sendit.sh.in sqwebmaild.dist.in \
284
 
        strcasecmp.c strdup.c strncasecmp.c
285
 
DIST_SUBDIRS = $(SUBDIRS)
286
 
SOURCES = $(sqwebmail_SOURCES) $(sqwebmaild_SOURCES)
287
 
 
288
297
all: $(BUILT_SOURCES) config.h
289
298
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
290
299
 
291
300
.SUFFIXES:
292
301
.SUFFIXES: .c .o .obj
293
 
 
294
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
295
 
 configure.lineno
296
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
302
am--refresh:
 
303
        @:
 
304
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
305
        @for dep in $?; do \
 
306
          case '$(am__configure_deps)' in \
 
307
            *$$dep*) \
 
308
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
309
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
310
                && exit 0; \
 
311
              exit 1;; \
 
312
          esac; \
 
313
        done; \
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
297
315
        cd $(top_srcdir) && \
298
316
          $(AUTOMAKE) --foreign  Makefile
299
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
300
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
317
.PRECIOUS: Makefile
 
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
319
        @case '$?' in \
 
320
          *config.status*) \
 
321
            echo ' $(SHELL) ./config.status'; \
 
322
            $(SHELL) ./config.status;; \
 
323
          *) \
 
324
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
325
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
326
        esac;
301
327
 
302
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303
329
        $(SHELL) ./config.status --recheck
304
 
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
330
 
 
331
$(top_srcdir)/configure:  $(am__configure_deps)
305
332
        cd $(srcdir) && $(AUTOCONF)
306
 
 
307
 
$(ACLOCAL_M4):  configure.in 
 
333
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
308
334
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
309
335
 
310
336
config.h: stamp-h1
316
342
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
317
343
        @rm -f stamp-h1
318
344
        cd $(top_builddir) && $(SHELL) ./config.status config.h
319
 
 
320
 
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
345
$(srcdir)/config.h.in:  $(am__configure_deps) 
321
346
        cd $(top_srcdir) && $(AUTOHEADER)
322
 
        touch $(srcdir)/config.h.in
 
347
        rm -f stamp-h1
 
348
        touch $@
323
349
 
324
350
distclean-hdr:
325
351
        -rm -f config.h stamp-h1
326
 
sendit.sh: $(top_builddir)/config.status sendit.sh.in
327
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
328
 
cleancache.pl: $(top_builddir)/config.status cleancache.pl.in
329
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
330
 
sqwebmaild.dist: $(top_builddir)/config.status sqwebmaild.dist.in
 
352
sendit.sh: $(top_builddir)/config.status $(srcdir)/sendit.sh.in
 
353
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
354
cleancache.pl: $(top_builddir)/config.status $(srcdir)/cleancache.pl.in
 
355
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
356
sqwebmaild.dist: $(top_builddir)/config.status $(srcdir)/sqwebmaild.dist.in
331
357
        cd $(top_builddir) && $(SHELL) ./config.status $@
332
358
 
333
359
clean-noinstPROGRAMS:
338
364
sqwebmaild$(EXEEXT): $(sqwebmaild_OBJECTS) $(sqwebmaild_DEPENDENCIES) 
339
365
        @rm -f sqwebmaild$(EXEEXT)
340
366
        $(LINK) $(sqwebmaild_LDFLAGS) $(sqwebmaild_OBJECTS) $(sqwebmaild_LDADD) $(LIBS)
341
 
scriptSCRIPT_INSTALL = $(INSTALL_SCRIPT)
342
367
install-scriptSCRIPTS: $(script_SCRIPTS)
343
368
        @$(NORMAL_INSTALL)
344
 
        $(mkinstalldirs) $(DESTDIR)$(scriptdir)
 
369
        test -z "$(scriptdir)" || $(mkdir_p) "$(DESTDIR)$(scriptdir)"
345
370
        @list='$(script_SCRIPTS)'; for p in $$list; do \
346
371
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
347
372
          if test -f $$d$$p; then \
348
373
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
349
 
            echo " $(scriptSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(scriptdir)/$$f"; \
350
 
            $(scriptSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(scriptdir)/$$f; \
 
374
            echo " $(scriptSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptdir)/$$f'"; \
 
375
            $(scriptSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptdir)/$$f"; \
351
376
          else :; fi; \
352
377
        done
353
378
 
355
380
        @$(NORMAL_UNINSTALL)
356
381
        @list='$(script_SCRIPTS)'; for p in $$list; do \
357
382
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
358
 
          echo " rm -f $(DESTDIR)$(scriptdir)/$$f"; \
359
 
          rm -f $(DESTDIR)$(scriptdir)/$$f; \
 
383
          echo " rm -f '$(DESTDIR)$(scriptdir)/$$f'"; \
 
384
          rm -f "$(DESTDIR)$(scriptdir)/$$f"; \
360
385
        done
361
386
 
362
387
mostlyclean-compile:
363
 
        -rm -f *.$(OBJEXT) core *.core
 
388
        -rm -f *.$(OBJEXT)
364
389
 
365
390
distclean-compile:
366
391
        -rm -f *.tab.c
399
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.Po@am__quote@
400
425
 
401
426
.c.o:
402
 
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
403
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
404
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
405
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
406
 
@am__fastdepCC_TRUE@    fi
 
427
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
428
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
407
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
409
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
432
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
411
433
 
412
434
.c.obj:
413
 
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
414
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
415
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
416
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
417
 
@am__fastdepCC_TRUE@    fi
 
435
@am__fastdepCC_TRUE@    @echo Compiling $< ; if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
436
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
418
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
420
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
440
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
422
441
uninstall-info-am:
423
 
sysconfDATA_INSTALL = $(INSTALL_DATA)
424
442
install-sysconfDATA: $(sysconf_DATA)
425
443
        @$(NORMAL_INSTALL)
426
 
        $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
 
444
        test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
427
445
        @list='$(sysconf_DATA)'; for p in $$list; do \
428
446
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
429
447
          f="`echo $$p | sed -e 's|^.*/||'`"; \
430
 
          echo " $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f"; \
431
 
          $(sysconfDATA_INSTALL) $$d$$p $(DESTDIR)$(sysconfdir)/$$f; \
 
448
          echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
 
449
          $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
432
450
        done
433
451
 
434
452
uninstall-sysconfDATA:
435
453
        @$(NORMAL_UNINSTALL)
436
454
        @list='$(sysconf_DATA)'; for p in $$list; do \
437
455
          f="`echo $$p | sed -e 's|^.*/||'`"; \
438
 
          echo " rm -f $(DESTDIR)$(sysconfdir)/$$f"; \
439
 
          rm -f $(DESTDIR)$(sysconfdir)/$$f; \
 
456
          echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
 
457
          rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
440
458
        done
441
459
 
442
460
# This directory's subdirectories are mostly independent; you can cd
498
516
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
499
517
        done
500
518
 
501
 
ETAGS = etags
502
 
ETAGSFLAGS =
503
 
 
504
 
CTAGS = ctags
505
 
CTAGSFLAGS =
506
 
 
507
 
tags: TAGS
508
 
 
509
519
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510
520
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
511
521
        unique=`for i in $$list; do \
514
524
          $(AWK) '    { files[$$0] = 1; } \
515
525
               END { for (i in files) print i; }'`; \
516
526
        mkid -fID $$unique
 
527
tags: TAGS
517
528
 
518
529
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
519
530
                $(TAGS_FILES) $(LISP)
520
531
        tags=; \
521
532
        here=`pwd`; \
522
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
533
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523
534
          include_option=--etags-include; \
 
535
          empty_fix=.; \
524
536
        else \
525
537
          include_option=--include; \
 
538
          empty_fix=; \
526
539
        fi; \
527
540
        list='$(SUBDIRS)'; for subdir in $$list; do \
528
541
          if test "$$subdir" = .; then :; else \
529
 
            test -f $$subdir/TAGS && \
 
542
            test ! -f $$subdir/TAGS || \
530
543
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
531
544
          fi; \
532
545
        done; \
536
549
          done | \
537
550
          $(AWK) '    { files[$$0] = 1; } \
538
551
               END { for (i in files) print i; }'`; \
539
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
540
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541
 
             $$tags $$unique
542
 
 
 
552
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
553
          test -n "$$unique" || unique=$$empty_fix; \
 
554
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
555
            $$tags $$unique; \
 
556
        fi
543
557
ctags: CTAGS
544
558
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
545
559
                $(TAGS_FILES) $(LISP)
562
576
 
563
577
distclean-tags:
564
578
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
565
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
566
 
 
567
 
top_distdir = .
568
 
distdir = $(PACKAGE)-$(VERSION)
569
 
 
570
 
am__remove_distdir = \
571
 
  { test ! -d $(distdir) \
572
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
573
 
         && rm -fr $(distdir); }; }
574
 
 
575
 
GZIP_ENV = --best
576
 
distuninstallcheck_listfiles = find . -type f -print
577
 
distcleancheck_listfiles = find . -type f -print
578
579
 
579
580
distdir: $(DISTFILES)
580
581
        $(am__remove_distdir)
581
582
        mkdir $(distdir)
582
 
        $(mkinstalldirs) $(distdir)/.
 
583
        $(mkdir_p) $(distdir)/. $(distdir)/..
583
584
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
584
585
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
585
586
        list='$(DISTFILES)'; for file in $$list; do \
591
592
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
592
593
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
593
594
            dir="/$$dir"; \
594
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
595
            $(mkdir_p) "$(distdir)$$dir"; \
595
596
          else \
596
597
            dir=''; \
597
598
          fi; \
608
609
        done
609
610
        list='$(SUBDIRS)'; for subdir in $$list; do \
610
611
          if test "$$subdir" = .; then :; else \
611
 
            test -d $(distdir)/$$subdir \
612
 
            || mkdir $(distdir)/$$subdir \
 
612
            test -d "$(distdir)/$$subdir" \
 
613
            || mkdir "$(distdir)/$$subdir" \
613
614
            || exit 1; \
614
615
            (cd $$subdir && \
615
616
              $(MAKE) $(AM_MAKEFLAGS) \
616
 
                top_distdir="$(top_distdir)" \
617
 
                distdir=../$(distdir)/$$subdir \
 
617
                top_distdir="../$(top_distdir)" \
 
618
                distdir="../$(distdir)/$$subdir" \
618
619
                distdir) \
619
620
              || exit 1; \
620
621
          fi; \
628
629
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
629
630
        $(am__remove_distdir)
630
631
 
 
632
dist-bzip2: distdir
 
633
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
634
        $(am__remove_distdir)
 
635
 
 
636
dist-tarZ: distdir
 
637
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
638
        $(am__remove_distdir)
 
639
 
 
640
dist-shar: distdir
 
641
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
642
        $(am__remove_distdir)
 
643
 
 
644
dist-zip: distdir
 
645
        -rm -f $(distdir).zip
 
646
        zip -rq $(distdir).zip $(distdir)
 
647
        $(am__remove_distdir)
 
648
 
631
649
dist dist-all: distdir
632
650
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
633
651
        $(am__remove_distdir)
636
654
# it guarantees that the distribution is self-contained by making another
637
655
# tarfile.
638
656
distcheck: dist
639
 
        $(am__remove_distdir)
640
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
657
        case '$(DIST_ARCHIVES)' in \
 
658
        *.tar.gz*) \
 
659
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
660
        *.tar.bz2*) \
 
661
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
662
        *.tar.Z*) \
 
663
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
664
        *.shar.gz*) \
 
665
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
666
        *.zip*) \
 
667
          unzip $(distdir).zip ;;\
 
668
        esac
641
669
        chmod -R a-w $(distdir); chmod a+w $(distdir)
642
670
        mkdir $(distdir)/_build
643
671
        mkdir $(distdir)/_inst
657
685
                distuninstallcheck \
658
686
          && chmod -R a-w "$$dc_install_base" \
659
687
          && ({ \
660
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
688
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
661
689
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
662
690
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
663
691
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
664
692
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
665
693
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
666
694
          && rm -rf "$$dc_destdir" \
667
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
668
 
          && rm -f $(distdir).tar.gz \
 
695
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
696
          && rm -rf $(DIST_ARCHIVES) \
669
697
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
670
698
        $(am__remove_distdir)
671
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
672
 
          sed 'h;s/./=/g;p;x;p;x'
 
699
        @(echo "$(distdir) archives ready for distribution: "; \
 
700
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
701
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
673
702
distuninstallcheck:
674
703
        @cd $(distuninstallcheck_dir) \
675
704
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
694
723
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
695
724
installdirs: installdirs-recursive
696
725
installdirs-am:
697
 
        $(mkinstalldirs) $(DESTDIR)$(scriptdir) $(DESTDIR)$(sysconfdir)
698
 
 
 
726
        for dir in "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(sysconfdir)"; do \
 
727
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
728
        done
699
729
install: $(BUILT_SOURCES)
700
730
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
701
731
install-exec: install-exec-recursive
708
738
installcheck: installcheck-recursive
709
739
install-strip:
710
740
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
711
 
          INSTALL_STRIP_FLAG=-s \
 
741
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
712
742
          `test -z '$(STRIP)' || \
713
743
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
714
744
mostlyclean-generic:
732
762
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
733
763
        -rm -rf $(DEPDIR) ./$(DEPDIR)
734
764
        -rm -f Makefile
735
 
distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
736
 
        distclean-tags
 
765
distclean-am: clean-am distclean-compile distclean-generic \
 
766
        distclean-hdr distclean-tags
737
767
 
738
768
dvi: dvi-recursive
739
769
 
740
770
dvi-am:
741
771
 
 
772
html: html-recursive
 
773
 
742
774
info: info-recursive
743
775
 
744
776
info-am:
777
809
 
778
810
uninstall-info: uninstall-info-recursive
779
811
 
780
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
781
 
        clean-generic clean-noinstPROGRAMS clean-recursive ctags \
782
 
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
812
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
813
        check-am clean clean-generic clean-noinstPROGRAMS \
 
814
        clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
 
815
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
783
816
        distclean-compile distclean-generic distclean-hdr \
784
817
        distclean-recursive distclean-tags distcleancheck distdir \
785
 
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
786
 
        info-recursive install install-am install-data install-data-am \
787
 
        install-data-local install-data-recursive install-exec \
788
 
        install-exec-am install-exec-recursive install-info \
789
 
        install-info-am install-info-recursive install-man \
790
 
        install-recursive install-scriptSCRIPTS install-strip \
791
 
        install-sysconfDATA installcheck installcheck-am installdirs \
792
 
        installdirs-am installdirs-recursive maintainer-clean \
793
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
794
 
        mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
795
 
        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
796
 
        tags-recursive uninstall uninstall-am uninstall-info-am \
797
 
        uninstall-info-recursive uninstall-recursive \
 
818
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
819
        install install-am install-data install-data-am \
 
820
        install-data-local install-exec install-exec-am install-info \
 
821
        install-info-am install-man install-scriptSCRIPTS \
 
822
        install-strip install-sysconfDATA installcheck installcheck-am \
 
823
        installdirs installdirs-am maintainer-clean \
 
824
        maintainer-clean-generic maintainer-clean-recursive \
 
825
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
826
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
827
        uninstall uninstall-am uninstall-info-am \
798
828
        uninstall-scriptSCRIPTS uninstall-sysconfDATA
799
829
 
800
830
 
840
870
        echo '#define MAXMSGSIZE @MAXMSGSIZE@' >>htmllibdir.h
841
871
        echo '#define IMGPATH "@imageurl@"' >>htmllibdir.h
842
872
        echo '#define NODSN "$(sysconfdir)/nodsn"' >>htmllibdir.h
843
 
        echo '#define SOCKDIR "$(localstatedir)"' >>htmllibdir.h
 
873
        echo '#define SOCKDIR "@piddir@"' >>htmllibdir.h
844
874
        echo '#define SHAREDINDEXFILE "$(sysconfdir)/shared/index"' >>htmllibdir.h
845
875
        if test -d $(srcdir)/../courier \
846
876
                ; then \