|
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 EXTRA_DIST = autoresponder.sh vmailmgrd.init vmailmgrd.run vmailmgrd-log.run |
|
85 |
|
86 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
87 CONFIG_HEADER = ../config.h |
|
88 CONFIG_CLEAN_FILES = |
|
89 DIST_COMMON = Makefile.am Makefile.in |
|
90 |
|
91 |
|
92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
93 |
|
94 TAR = gtar |
|
95 GZIP_ENV = --best |
|
96 all: all-redirect |
|
97 .SUFFIXES: |
|
98 .SUFFIXES: @SUFFIXES@ |
|
99 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
100 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps scripts/Makefile |
|
101 |
|
102 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
103 cd $(top_builddir) \ |
|
104 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
105 |
|
106 tags: TAGS |
|
107 TAGS: |
|
108 |
|
109 |
|
110 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
111 |
|
112 subdir = scripts |
|
113 |
|
114 distdir: $(DISTFILES) |
|
115 @for file in $(DISTFILES); do \ |
|
116 d=$(srcdir); \ |
|
117 if test -d $$d/$$file; then \ |
|
118 cp -pr $$d/$$file $(distdir)/$$file; \ |
|
119 else \ |
|
120 test -f $(distdir)/$$file \ |
|
121 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
122 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|
123 fi; \ |
|
124 done |
|
125 info-am: |
|
126 info: info-am |
|
127 dvi-am: |
|
128 dvi: dvi-am |
|
129 check-am: all-am |
|
130 check: check-am |
|
131 installcheck-am: |
|
132 installcheck: installcheck-am |
|
133 install-exec-am: |
|
134 install-exec: install-exec-am |
|
135 |
|
136 install-data-am: |
|
137 install-data: install-data-am |
|
138 |
|
139 install-am: all-am |
|
140 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
141 install: install-am |
|
142 uninstall-am: |
|
143 uninstall: uninstall-am |
|
144 all-am: Makefile |
|
145 all-redirect: all-am |
|
146 install-strip: |
|
147 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
|
148 installdirs: |
|
149 |
|
150 |
|
151 mostlyclean-generic: |
|
152 |
|
153 clean-generic: |
|
154 |
|
155 distclean-generic: |
|
156 -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
157 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
158 |
|
159 maintainer-clean-generic: |
|
160 mostlyclean-am: mostlyclean-generic |
|
161 |
|
162 mostlyclean: mostlyclean-am |
|
163 |
|
164 clean-am: clean-generic mostlyclean-am |
|
165 |
|
166 clean: clean-am |
|
167 |
|
168 distclean-am: distclean-generic clean-am |
|
169 |
|
170 distclean: distclean-am |
|
171 |
|
172 maintainer-clean-am: maintainer-clean-generic distclean-am |
|
173 @echo "This command is intended for maintainers to use;" |
|
174 @echo "it deletes files that may require special tools to rebuild." |
|
175 |
|
176 maintainer-clean: maintainer-clean-am |
|
177 |
|
178 .PHONY: tags distdir info-am info dvi-am dvi check check-am \ |
|
179 installcheck-am installcheck install-exec-am install-exec \ |
|
180 install-data-am install-data install-am install uninstall-am uninstall \ |
|
181 all-redirect all-am all installdirs mostlyclean-generic \ |
|
182 distclean-generic clean-generic maintainer-clean-generic clean \ |
|
183 mostlyclean distclean maintainer-clean |
|
184 |
|
185 |
|
186 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
187 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
188 .NOEXPORT: |