|
2
|
1 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
|
0
|
2 |
|
|
2
|
3 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
|
0
|
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@
|
|
2
|
49 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
0
|
50 |
INSTALL_DATA = @INSTALL_DATA@
|
|
|
51 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
52 |
transform = @program_transform_name@
|
|
|
53 |
|
|
|
54 |
NORMAL_INSTALL = :
|
|
|
55 |
PRE_INSTALL = :
|
|
|
56 |
POST_INSTALL = :
|
|
|
57 |
NORMAL_UNINSTALL = :
|
|
|
58 |
PRE_UNINSTALL = :
|
|
|
59 |
POST_UNINSTALL = :
|
|
2
|
60 |
host_alias = @host_alias@
|
|
|
61 |
host_triplet = @host@
|
|
0
|
62 |
CC = @CC@
|
|
|
63 |
CXX = @CXX@
|
|
2
|
64 |
HAVE_LIB = @HAVE_LIB@
|
|
0
|
65 |
HTML2TXT = @HTML2TXT@
|
|
2
|
66 |
LIB = @LIB@
|
|
0
|
67 |
LN = @LN@
|
|
2
|
68 |
LTLIB = @LTLIB@
|
|
0
|
69 |
LYNX = @LYNX@
|
|
|
70 |
MAKEINFO = @MAKEINFO@
|
|
|
71 |
MKDIR = @MKDIR@
|
|
|
72 |
PACKAGE = @PACKAGE@
|
|
|
73 |
POD2HTML = @POD2HTML@
|
|
|
74 |
POD2MAN = @POD2MAN@
|
|
|
75 |
PYTHON = @PYTHON@
|
|
|
76 |
RANLIB = @RANLIB@
|
|
|
77 |
RM = @RM@
|
|
|
78 |
STRIP = @STRIP@
|
|
|
79 |
SUFFIXES = @SUFFIXES@
|
|
|
80 |
VERSION = @VERSION@
|
|
|
81 |
W3M = @W3M@
|
|
|
82 |
cgidir = @cgidir@
|
|
|
83 |
phpdir = @phpdir@
|
|
|
84 |
pythonlibdir = @pythonlibdir@
|
|
|
85 |
|
|
|
86 |
noinst_LIBRARIES = libconfig.a
|
|
|
87 |
bin_PROGRAMS = showvconfig
|
|
|
88 |
EXTRA_DIST = configrc.in build-config.sh configrc.h.in Makefile.am.in configvar.in showvconfig.cc.in
|
|
|
89 |
|
|
|
90 |
|
|
|
91 |
INCLUDES = -I..
|
|
|
92 |
|
|
|
93 |
libconfig_a_SOURCES = _autoresponse_dir.cc _autoresponse_file.cc _bulletin_dir.cc _default_expiry.cc _default_maildir.cc _default_msgcount.cc _default_msgsize.cc _default_hardquota.cc _default_softquota.cc _default_username.cc _error_maildir.cc _global_bulletin_dir.cc _maildir_arg_str.cc _password_file.cc _postmaster_aliases.cc _postmaster_email.cc _qmail_root.cc _separators.cc _socket_file.cc _user_dir.cc _user_dir_bits.cc _user_dir_slices.cc configio.h config_read.cc configrc.h configrc.cc read_dir.cc read_list.cc read_str.cc read_uns.cc
|
|
|
94 |
|
|
|
95 |
|
|
|
96 |
showvconfig_SOURCES = showvconfig.cc
|
|
|
97 |
showvconfig_LDADD = libconfig.a ../fdbuf/libfdbuf.a ../misc/libmisc.a ../mystring/libmystring.a ../vdomain/libvdomain.a ../vpwtable/libvpwtable.a
|
|
|
98 |
|
|
|
99 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
100 |
CONFIG_HEADER = ../../config.h
|
|
|
101 |
CONFIG_CLEAN_FILES =
|
|
|
102 |
LIBRARIES = $(noinst_LIBRARIES)
|
|
|
103 |
|
|
|
104 |
|
|
|
105 |
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
|
106 |
CPPFLAGS = @CPPFLAGS@
|
|
|
107 |
LDFLAGS = @LDFLAGS@
|
|
|
108 |
LIBS = @LIBS@
|
|
|
109 |
libconfig_a_LIBADD =
|
|
|
110 |
libconfig_a_OBJECTS = _autoresponse_dir.o _autoresponse_file.o \
|
|
|
111 |
_bulletin_dir.o _default_expiry.o _default_maildir.o \
|
|
|
112 |
_default_msgcount.o _default_msgsize.o _default_hardquota.o \
|
|
|
113 |
_default_softquota.o _default_username.o _error_maildir.o \
|
|
|
114 |
_global_bulletin_dir.o _maildir_arg_str.o _password_file.o \
|
|
|
115 |
_postmaster_aliases.o _postmaster_email.o _qmail_root.o _separators.o \
|
|
|
116 |
_socket_file.o _user_dir.o _user_dir_bits.o _user_dir_slices.o \
|
|
|
117 |
config_read.o configrc.o read_dir.o read_list.o read_str.o read_uns.o
|
|
|
118 |
AR = ar
|
|
|
119 |
PROGRAMS = $(bin_PROGRAMS)
|
|
|
120 |
|
|
|
121 |
showvconfig_OBJECTS = showvconfig.o
|
|
|
122 |
showvconfig_DEPENDENCIES = libconfig.a ../fdbuf/libfdbuf.a \
|
|
|
123 |
../misc/libmisc.a ../mystring/libmystring.a ../vdomain/libvdomain.a \
|
|
|
124 |
../vpwtable/libvpwtable.a
|
|
|
125 |
showvconfig_LDFLAGS =
|
|
|
126 |
CXXFLAGS = @CXXFLAGS@
|
|
|
127 |
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
128 |
CXXLD = $(CXX)
|
|
|
129 |
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
|
|
|
130 |
CFLAGS = @CFLAGS@
|
|
|
131 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
132 |
CCLD = $(CC)
|
|
|
133 |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
134 |
DIST_COMMON = Makefile.am Makefile.in
|
|
|
135 |
|
|
|
136 |
|
|
|
137 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
138 |
|
|
2
|
139 |
TAR = tar
|
|
0
|
140 |
GZIP_ENV = --best
|
|
|
141 |
SOURCES = $(libconfig_a_SOURCES) $(showvconfig_SOURCES)
|
|
|
142 |
OBJECTS = $(libconfig_a_OBJECTS) $(showvconfig_OBJECTS)
|
|
|
143 |
|
|
|
144 |
all: all-redirect
|
|
|
145 |
.SUFFIXES:
|
|
|
146 |
.SUFFIXES: .S .c .cc .o .s @SUFFIXES@
|
|
|
147 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
|
148 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/config/Makefile
|
|
|
149 |
|
|
|
150 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
151 |
cd $(top_builddir) \
|
|
|
152 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
153 |
|
|
|
154 |
|
|
|
155 |
mostlyclean-noinstLIBRARIES:
|
|
|
156 |
|
|
|
157 |
clean-noinstLIBRARIES:
|
|
|
158 |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
|
|
159 |
|
|
|
160 |
distclean-noinstLIBRARIES:
|
|
|
161 |
|
|
|
162 |
maintainer-clean-noinstLIBRARIES:
|
|
|
163 |
|
|
|
164 |
.c.o:
|
|
|
165 |
$(COMPILE) -c $<
|
|
|
166 |
|
|
|
167 |
.s.o:
|
|
|
168 |
$(COMPILE) -c $<
|
|
|
169 |
|
|
|
170 |
.S.o:
|
|
|
171 |
$(COMPILE) -c $<
|
|
|
172 |
|
|
|
173 |
mostlyclean-compile:
|
|
|
174 |
-rm -f *.o core *.core
|
|
|
175 |
|
|
|
176 |
clean-compile:
|
|
|
177 |
|
|
|
178 |
distclean-compile:
|
|
|
179 |
-rm -f *.tab.c
|
|
|
180 |
|
|
|
181 |
maintainer-clean-compile:
|
|
|
182 |
|
|
|
183 |
libconfig.a: $(libconfig_a_OBJECTS) $(libconfig_a_DEPENDENCIES)
|
|
|
184 |
-rm -f libconfig.a
|
|
|
185 |
$(AR) cru libconfig.a $(libconfig_a_OBJECTS) $(libconfig_a_LIBADD)
|
|
|
186 |
$(RANLIB) libconfig.a
|
|
|
187 |
|
|
|
188 |
mostlyclean-binPROGRAMS:
|
|
|
189 |
|
|
|
190 |
clean-binPROGRAMS:
|
|
|
191 |
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
|
|
192 |
|
|
|
193 |
distclean-binPROGRAMS:
|
|
|
194 |
|
|
|
195 |
maintainer-clean-binPROGRAMS:
|
|
|
196 |
|
|
|
197 |
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
|
198 |
@$(NORMAL_INSTALL)
|
|
|
199 |
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
|
200 |
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
|
201 |
if test -f $$p; then \
|
|
2
|
202 |
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
|
|
203 |
$(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
|
0
|
204 |
else :; fi; \
|
|
|
205 |
done
|
|
|
206 |
|
|
|
207 |
uninstall-binPROGRAMS:
|
|
|
208 |
@$(NORMAL_UNINSTALL)
|
|
|
209 |
list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|
|
210 |
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
|
|
211 |
done
|
|
|
212 |
|
|
|
213 |
showvconfig: $(showvconfig_OBJECTS) $(showvconfig_DEPENDENCIES)
|
|
|
214 |
@rm -f showvconfig
|
|
|
215 |
$(CXXLINK) $(showvconfig_LDFLAGS) $(showvconfig_OBJECTS) $(showvconfig_LDADD) $(LIBS)
|
|
|
216 |
.cc.o:
|
|
|
217 |
$(CXXCOMPILE) -c $<
|
|
|
218 |
|
|
|
219 |
tags: TAGS
|
|
|
220 |
|
|
|
221 |
ID: $(HEADERS) $(SOURCES) $(LISP)
|
|
|
222 |
list='$(SOURCES) $(HEADERS)'; \
|
|
|
223 |
unique=`for i in $$list; do echo $$i; done | \
|
|
|
224 |
awk ' { files[$$0] = 1; } \
|
|
|
225 |
END { for (i in files) print i; }'`; \
|
|
|
226 |
here=`pwd` && cd $(srcdir) \
|
|
|
227 |
&& mkid -f$$here/ID $$unique $(LISP)
|
|
|
228 |
|
|
|
229 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
|
|
230 |
tags=; \
|
|
|
231 |
here=`pwd`; \
|
|
|
232 |
list='$(SOURCES) $(HEADERS)'; \
|
|
|
233 |
unique=`for i in $$list; do echo $$i; done | \
|
|
|
234 |
awk ' { files[$$0] = 1; } \
|
|
|
235 |
END { for (i in files) print i; }'`; \
|
|
|
236 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
|
237 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
|
|
238 |
|
|
|
239 |
mostlyclean-tags:
|
|
|
240 |
|
|
|
241 |
clean-tags:
|
|
|
242 |
|
|
|
243 |
distclean-tags:
|
|
|
244 |
-rm -f TAGS ID
|
|
|
245 |
|
|
|
246 |
maintainer-clean-tags:
|
|
|
247 |
|
|
|
248 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
249 |
|
|
|
250 |
subdir = lib/config
|
|
|
251 |
|
|
|
252 |
distdir: $(DISTFILES)
|
|
|
253 |
@for file in $(DISTFILES); do \
|
|
|
254 |
d=$(srcdir); \
|
|
|
255 |
if test -d $$d/$$file; then \
|
|
|
256 |
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
|
257 |
else \
|
|
|
258 |
test -f $(distdir)/$$file \
|
|
|
259 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|
260 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
|
261 |
fi; \
|
|
|
262 |
done
|
|
|
263 |
_autoresponse_dir.o: _autoresponse_dir.cc configio.h \
|
|
|
264 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
265 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
266 |
_autoresponse_file.o: _autoresponse_file.cc configio.h \
|
|
|
267 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
268 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
269 |
_bulletin_dir.o: _bulletin_dir.cc configio.h ../mystring/mystring.h \
|
|
|
270 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
271 |
../config/configrc.h ../misc/strlist.h
|
|
|
272 |
_default_expiry.o: _default_expiry.cc configio.h ../mystring/mystring.h \
|
|
|
273 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
274 |
../config/configrc.h ../misc/strlist.h
|
|
|
275 |
_default_hardquota.o: _default_hardquota.cc configio.h \
|
|
|
276 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
277 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
278 |
_default_maildir.o: _default_maildir.cc configio.h \
|
|
|
279 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
280 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
281 |
_default_msgcount.o: _default_msgcount.cc configio.h \
|
|
|
282 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
283 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
284 |
_default_msgsize.o: _default_msgsize.cc configio.h \
|
|
|
285 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
286 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
287 |
_default_softquota.o: _default_softquota.cc configio.h \
|
|
|
288 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
289 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
290 |
_default_username.o: _default_username.cc configio.h \
|
|
|
291 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
292 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
293 |
_error_maildir.o: _error_maildir.cc configio.h ../mystring/mystring.h \
|
|
|
294 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
295 |
../config/configrc.h ../misc/strlist.h
|
|
|
296 |
_global_bulletin_dir.o: _global_bulletin_dir.cc configio.h \
|
|
|
297 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
298 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
299 |
_maildir_arg_str.o: _maildir_arg_str.cc configio.h \
|
|
|
300 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
301 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
302 |
_password_file.o: _password_file.cc configio.h ../mystring/mystring.h \
|
|
|
303 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
304 |
../config/configrc.h ../misc/strlist.h
|
|
|
305 |
_postmaster_aliases.o: _postmaster_aliases.cc configio.h \
|
|
|
306 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
307 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
308 |
_postmaster_email.o: _postmaster_email.cc configio.h \
|
|
|
309 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
310 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
311 |
_qmail_root.o: _qmail_root.cc configio.h ../mystring/mystring.h \
|
|
|
312 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
313 |
../config/configrc.h ../misc/strlist.h
|
|
|
314 |
_separators.o: _separators.cc configio.h ../mystring/mystring.h \
|
|
|
315 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
316 |
../config/configrc.h ../misc/strlist.h
|
|
|
317 |
_socket_file.o: _socket_file.cc configio.h ../mystring/mystring.h \
|
|
|
318 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
319 |
../config/configrc.h ../misc/strlist.h
|
|
|
320 |
_user_dir.o: _user_dir.cc configio.h ../mystring/mystring.h \
|
|
|
321 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
322 |
../config/configrc.h ../misc/strlist.h
|
|
|
323 |
_user_dir_bits.o: _user_dir_bits.cc configio.h ../mystring/mystring.h \
|
|
|
324 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
325 |
../config/configrc.h ../misc/strlist.h
|
|
|
326 |
_user_dir_slices.o: _user_dir_slices.cc configio.h \
|
|
|
327 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
328 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h
|
|
|
329 |
config_read.o: config_read.cc ../../config.h ../mystring/mystring.h \
|
|
|
330 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
331 |
../fdbuf/fdbuf.h ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h configio.h \
|
|
|
332 |
../config/configrc.h ../misc/strlist.h
|
|
|
333 |
configrc.o: configrc.cc ../../config.h ../mystring/mystring.h \
|
|
|
334 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
335 |
../fdbuf/fdbuf.h ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h configrc.h \
|
|
|
336 |
../misc/strlist.h
|
|
|
337 |
read_dir.o: read_dir.cc ../../config.h configrc.h ../mystring/mystring.h \
|
|
|
338 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
339 |
../misc/strlist.h configio.h ../config/configrc.h
|
|
|
340 |
read_list.o: read_list.cc ../../config.h configrc.h \
|
|
|
341 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
342 |
../mystring/join.h ../misc/strlist.h
|
|
|
343 |
read_str.o: read_str.cc ../../config.h configrc.h ../mystring/mystring.h \
|
|
|
344 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
345 |
../misc/strlist.h configio.h ../config/configrc.h
|
|
|
346 |
read_uns.o: read_uns.cc ../../config.h configrc.h ../mystring/mystring.h \
|
|
|
347 |
../mystring/rep.h ../mystring/iter.h ../mystring/join.h \
|
|
|
348 |
../misc/strlist.h configio.h ../config/configrc.h \
|
|
|
349 |
../misc/strtou.h
|
|
|
350 |
showvconfig.o: showvconfig.cc ../../config.h ../misc/pwentry.h \
|
|
|
351 |
../mystring/mystring.h ../mystring/rep.h ../mystring/iter.h \
|
|
|
352 |
../mystring/join.h ../config/configrc.h ../misc/strlist.h \
|
|
|
353 |
../vdomain/vdomain.h ../vpwtable/vpwtable.h \
|
|
|
354 |
../vpwentry/vpwentry.h ../misc/response.h configrc.h \
|
|
|
355 |
../fdbuf/fdbuf.h ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h
|
|
|
356 |
|
|
|
357 |
info-am:
|
|
|
358 |
info: info-am
|
|
|
359 |
dvi-am:
|
|
|
360 |
dvi: dvi-am
|
|
|
361 |
check-am: all-am
|
|
|
362 |
check: check-am
|
|
|
363 |
installcheck-am:
|
|
|
364 |
installcheck: installcheck-am
|
|
|
365 |
install-exec-am: install-binPROGRAMS
|
|
|
366 |
install-exec: install-exec-am
|
|
|
367 |
|
|
|
368 |
install-data-am:
|
|
|
369 |
install-data: install-data-am
|
|
|
370 |
|
|
|
371 |
install-am: all-am
|
|
|
372 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
373 |
install: install-am
|
|
|
374 |
uninstall-am: uninstall-binPROGRAMS
|
|
|
375 |
uninstall: uninstall-am
|
|
|
376 |
all-am: Makefile $(LIBRARIES) $(PROGRAMS)
|
|
|
377 |
all-redirect: all-am
|
|
|
378 |
install-strip:
|
|
2
|
379 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
0
|
380 |
installdirs:
|
|
|
381 |
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
|
382 |
|
|
|
383 |
|
|
|
384 |
mostlyclean-generic:
|
|
|
385 |
|
|
|
386 |
clean-generic:
|
|
|
387 |
|
|
|
388 |
distclean-generic:
|
|
|
389 |
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
390 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
391 |
|
|
|
392 |
maintainer-clean-generic:
|
|
|
393 |
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
|
|
|
394 |
mostlyclean-binPROGRAMS mostlyclean-tags \
|
|
|
395 |
mostlyclean-generic
|
|
|
396 |
|
|
|
397 |
mostlyclean: mostlyclean-am
|
|
|
398 |
|
|
|
399 |
clean-am: clean-noinstLIBRARIES clean-compile clean-binPROGRAMS \
|
|
|
400 |
clean-tags clean-generic mostlyclean-am
|
|
|
401 |
|
|
|
402 |
clean: clean-am
|
|
|
403 |
|
|
|
404 |
distclean-am: distclean-noinstLIBRARIES distclean-compile \
|
|
|
405 |
distclean-binPROGRAMS distclean-tags distclean-generic \
|
|
|
406 |
clean-am
|
|
|
407 |
|
|
|
408 |
distclean: distclean-am
|
|
|
409 |
|
|
|
410 |
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
|
|
|
411 |
maintainer-clean-compile maintainer-clean-binPROGRAMS \
|
|
|
412 |
maintainer-clean-tags maintainer-clean-generic \
|
|
|
413 |
distclean-am
|
|
|
414 |
@echo "This command is intended for maintainers to use;"
|
|
|
415 |
@echo "it deletes files that may require special tools to rebuild."
|
|
|
416 |
|
|
|
417 |
maintainer-clean: maintainer-clean-am
|
|
|
418 |
|
|
|
419 |
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
|
|
|
420 |
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
|
|
|
421 |
mostlyclean-compile distclean-compile clean-compile \
|
|
|
422 |
maintainer-clean-compile mostlyclean-binPROGRAMS distclean-binPROGRAMS \
|
|
|
423 |
clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
|
|
|
424 |
install-binPROGRAMS tags mostlyclean-tags distclean-tags clean-tags \
|
|
|
425 |
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
|
|
|
426 |
installcheck-am installcheck install-exec-am install-exec \
|
|
|
427 |
install-data-am install-data install-am install uninstall-am uninstall \
|
|
|
428 |
all-redirect all-am all installdirs mostlyclean-generic \
|
|
|
429 |
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
|
430 |
mostlyclean distclean maintainer-clean
|
|
|
431 |
|
|
|
432 |
|
|
|
433 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
434 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
435 |
.NOEXPORT:
|