|
0
|
1 |
# Makefile.in generated automatically by automake 1.4a from Makefile.am
|
|
|
2 |
|
|
|
3 |
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
|
|
4 |
# This Makefile.in is free software; the Free Software Foundation
|
|
|
5 |
# gives unlimited permission to copy and/or distribute it,
|
|
|
6 |
# with or without modifications, as long as this notice is preserved.
|
|
|
7 |
|
|
|
8 |
# This program is distributed in the hope that it will be useful,
|
|
|
9 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
10 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
11 |
# PARTICULAR PURPOSE.
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
SHELL = @SHELL@
|
|
|
15 |
|
|
|
16 |
srcdir = @srcdir@
|
|
|
17 |
top_srcdir = @top_srcdir@
|
|
|
18 |
VPATH = @srcdir@
|
|
|
19 |
prefix = @prefix@
|
|
|
20 |
exec_prefix = @exec_prefix@
|
|
|
21 |
|
|
|
22 |
bindir = @bindir@
|
|
|
23 |
sbindir = @sbindir@
|
|
|
24 |
libexecdir = @libexecdir@
|
|
|
25 |
datadir = @datadir@
|
|
|
26 |
sysconfdir = @sysconfdir@
|
|
|
27 |
sharedstatedir = @sharedstatedir@
|
|
|
28 |
localstatedir = @localstatedir@
|
|
|
29 |
libdir = @libdir@
|
|
|
30 |
infodir = @infodir@
|
|
|
31 |
mandir = @mandir@
|
|
|
32 |
includedir = @includedir@
|
|
|
33 |
oldincludedir = /usr/include
|
|
|
34 |
|
|
|
35 |
DESTDIR =
|
|
|
36 |
|
|
|
37 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
38 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
39 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
40 |
|
|
|
41 |
top_builddir = ..
|
|
|
42 |
|
|
|
43 |
ACLOCAL = @ACLOCAL@
|
|
|
44 |
AUTOCONF = @AUTOCONF@
|
|
|
45 |
AUTOMAKE = @AUTOMAKE@
|
|
|
46 |
AUTOHEADER = @AUTOHEADER@
|
|
|
47 |
|
|
|
48 |
INSTALL = @INSTALL@
|
|
|
49 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
50 |
INSTALL_DATA = @INSTALL_DATA@
|
|
|
51 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
52 |
INSTALL_STRIP_FLAG =
|
|
|
53 |
transform = @program_transform_name@
|
|
|
54 |
|
|
|
55 |
NORMAL_INSTALL = :
|
|
|
56 |
PRE_INSTALL = :
|
|
|
57 |
POST_INSTALL = :
|
|
|
58 |
NORMAL_UNINSTALL = :
|
|
|
59 |
PRE_UNINSTALL = :
|
|
|
60 |
POST_UNINSTALL = :
|
|
|
61 |
CC = @CC@
|
|
|
62 |
CDBPROGS = @CDBPROGS@
|
|
|
63 |
CDBSCRIPTS = @CDBSCRIPTS@
|
|
|
64 |
CXX = @CXX@
|
|
|
65 |
HTML2TXT = @HTML2TXT@
|
|
|
66 |
LN = @LN@
|
|
|
67 |
LYNX = @LYNX@
|
|
|
68 |
MAKEINFO = @MAKEINFO@
|
|
|
69 |
MKDIR = @MKDIR@
|
|
|
70 |
PACKAGE = @PACKAGE@
|
|
|
71 |
POD2HTML = @POD2HTML@
|
|
|
72 |
POD2MAN = @POD2MAN@
|
|
|
73 |
PYTHON = @PYTHON@
|
|
|
74 |
RANLIB = @RANLIB@
|
|
|
75 |
RM = @RM@
|
|
|
76 |
STRIP = @STRIP@
|
|
|
77 |
SUFFIXES = @SUFFIXES@
|
|
|
78 |
VERSION = @VERSION@
|
|
|
79 |
W3M = @W3M@
|
|
|
80 |
cgidir = @cgidir@
|
|
|
81 |
phpdir = @phpdir@
|
|
|
82 |
pythonlibdir = @pythonlibdir@
|
|
|
83 |
|
|
|
84 |
php_DATA = vmail.inc
|
|
|
85 |
EXTRA_DIST = vmail.features vmail.inc
|
|
|
86 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
87 |
CONFIG_HEADER = ../config.h
|
|
|
88 |
CONFIG_CLEAN_FILES =
|
|
|
89 |
DATA = $(php_DATA)
|
|
|
90 |
|
|
|
91 |
DIST_COMMON = Makefile.am Makefile.in
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
95 |
|
|
|
96 |
TAR = gtar
|
|
|
97 |
GZIP_ENV = --best
|
|
|
98 |
all: all-redirect
|
|
|
99 |
.SUFFIXES:
|
|
|
100 |
.SUFFIXES: @SUFFIXES@
|
|
|
101 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
102 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps php/Makefile
|
|
|
103 |
|
|
|
104 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
105 |
cd $(top_builddir) \
|
|
|
106 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
107 |
|
|
|
108 |
|
|
|
109 |
install-phpDATA: $(php_DATA)
|
|
|
110 |
@$(NORMAL_INSTALL)
|
|
|
111 |
$(mkinstalldirs) $(DESTDIR)$(phpdir)
|
|
|
112 |
@list='$(php_DATA)'; for p in $$list; do \
|
|
|
113 |
if test -f $(srcdir)/$$p; then \
|
|
|
114 |
echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(phpdir)/$$p"; \
|
|
|
115 |
$(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(phpdir)/$$p; \
|
|
|
116 |
else if test -f $$p; then \
|
|
|
117 |
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(phpdir)/$$p"; \
|
|
|
118 |
$(INSTALL_DATA) $$p $(DESTDIR)$(phpdir)/$$p; \
|
|
|
119 |
fi; fi; \
|
|
|
120 |
done
|
|
|
121 |
|
|
|
122 |
uninstall-phpDATA:
|
|
|
123 |
@$(NORMAL_UNINSTALL)
|
|
|
124 |
list='$(php_DATA)'; for p in $$list; do \
|
|
|
125 |
rm -f $(DESTDIR)$(phpdir)/$$p; \
|
|
|
126 |
done
|
|
|
127 |
tags: TAGS
|
|
|
128 |
TAGS:
|
|
|
129 |
|
|
|
130 |
|
|
|
131 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
132 |
|
|
|
133 |
subdir = php
|
|
|
134 |
|
|
|
135 |
distdir: $(DISTFILES)
|
|
|
136 |
@for file in $(DISTFILES); do \
|
|
|
137 |
d=$(srcdir); \
|
|
|
138 |
if test -d $$d/$$file; then \
|
|
|
139 |
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
|
140 |
else \
|
|
|
141 |
test -f $(distdir)/$$file \
|
|
|
142 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
143 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
|
144 |
fi; \
|
|
|
145 |
done
|
|
|
146 |
info-am:
|
|
|
147 |
info: info-am
|
|
|
148 |
dvi-am:
|
|
|
149 |
dvi: dvi-am
|
|
|
150 |
check-am: all-am
|
|
|
151 |
check: check-am
|
|
|
152 |
installcheck-am:
|
|
|
153 |
installcheck: installcheck-am
|
|
|
154 |
install-exec-am:
|
|
|
155 |
install-exec: install-exec-am
|
|
|
156 |
|
|
|
157 |
install-data-am: install-phpDATA
|
|
|
158 |
install-data: install-data-am
|
|
|
159 |
|
|
|
160 |
install-am: all-am
|
|
|
161 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
162 |
install: install-am
|
|
|
163 |
uninstall-am: uninstall-phpDATA
|
|
|
164 |
uninstall: uninstall-am
|
|
|
165 |
all-am: Makefile $(DATA)
|
|
|
166 |
all-redirect: all-am
|
|
|
167 |
install-strip:
|
|
|
168 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
|
|
|
169 |
installdirs:
|
|
|
170 |
$(mkinstalldirs) $(DESTDIR)$(phpdir)
|
|
|
171 |
|
|
|
172 |
|
|
|
173 |
mostlyclean-generic:
|
|
|
174 |
|
|
|
175 |
clean-generic:
|
|
|
176 |
|
|
|
177 |
distclean-generic:
|
|
|
178 |
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
179 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
180 |
|
|
|
181 |
maintainer-clean-generic:
|
|
|
182 |
mostlyclean-am: mostlyclean-generic
|
|
|
183 |
|
|
|
184 |
mostlyclean: mostlyclean-am
|
|
|
185 |
|
|
|
186 |
clean-am: clean-generic mostlyclean-am
|
|
|
187 |
|
|
|
188 |
clean: clean-am
|
|
|
189 |
|
|
|
190 |
distclean-am: distclean-generic clean-am
|
|
|
191 |
|
|
|
192 |
distclean: distclean-am
|
|
|
193 |
|
|
|
194 |
maintainer-clean-am: maintainer-clean-generic distclean-am
|
|
|
195 |
@echo "This command is intended for maintainers to use;"
|
|
|
196 |
@echo "it deletes files that may require special tools to rebuild."
|
|
|
197 |
|
|
|
198 |
maintainer-clean: maintainer-clean-am
|
|
|
199 |
|
|
|
200 |
.PHONY: uninstall-phpDATA install-phpDATA tags distdir info-am info \
|
|
|
201 |
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
|
|
|
202 |
install-exec install-data-am install-data install-am install \
|
|
|
203 |
uninstall-am uninstall all-redirect all-am all installdirs \
|
|
|
204 |
mostlyclean-generic distclean-generic clean-generic \
|
|
|
205 |
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
206 |
|
|
|
207 |
|
|
|
208 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
209 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
210 |
.NOEXPORT:
|