Mercurial > masqmail-0.2
annotate src/Makefile.in @ 179:ec3fe72a3e99
Fixed an important bug with folded headers!
g_strconcat() returns a *copy* of the string, but hdr->value still
pointed to the old header (which probably was a memory leak, too).
If the folded part had been quite small it was likely that the new
string was at the same position as the old one, thus making everything
go well. But if pretty long headers were folded several times it was
likely that the new string was allocated somewhere else in memory,
thus breaking things. In result mails to lots of recipients (folded
header) were frequently only sent to the ones in the first line. Sorry
for the inconvenience.
author | meillo@marmaro.de |
---|---|
date | Fri, 03 Jun 2011 09:52:17 +0200 |
parents | 907fee7c081a |
children |
rev | line source |
---|---|
36 | 1 # Makefile.in generated by automake 1.11.1 from Makefile.am. |
0 | 2 # @configure_input@ |
3 | |
36 | 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
0 | 7 # This Makefile.in is free software; the Free Software Foundation |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 | |
18 VPATH = @srcdir@ | |
19 pkgdatadir = $(datadir)/@PACKAGE@ | |
36 | 20 pkgincludedir = $(includedir)/@PACKAGE@ |
0 | 21 pkglibdir = $(libdir)/@PACKAGE@ |
36 | 22 pkglibexecdir = $(libexecdir)/@PACKAGE@ |
0 | 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
24 install_sh_DATA = $(install_sh) -c -m 644 | |
25 install_sh_PROGRAM = $(install_sh) -c | |
26 install_sh_SCRIPT = $(install_sh) -c | |
27 INSTALL_HEADER = $(INSTALL_DATA) | |
28 transform = $(program_transform_name) | |
29 NORMAL_INSTALL = : | |
30 PRE_INSTALL = : | |
31 POST_INSTALL = : | |
32 NORMAL_UNINSTALL = : | |
33 PRE_UNINSTALL = : | |
34 POST_UNINSTALL = : | |
36 | 35 sbin_PROGRAMS = masqmail$(EXEEXT) |
36 bin_PROGRAMS = mservdetect$(EXEEXT) | |
37 noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT) | |
38 subdir = src | |
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
43 $(ACLOCAL_M4) | |
44 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
45 CONFIG_HEADER = $(top_builddir)/config.h | |
46 CONFIG_CLEAN_FILES = | |
47 CONFIG_CLEAN_VPATH_FILES = | |
48 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" | |
49 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS) | |
50 am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) \ | |
51 alias.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \ | |
52 conf.$(OBJEXT) deliver.$(OBJEXT) dotlock.$(OBJEXT) \ | |
53 expand.$(OBJEXT) fail_msg.$(OBJEXT) get.$(OBJEXT) \ | |
54 header.$(OBJEXT) interface.$(OBJEXT) local.$(OBJEXT) \ | |
55 log.$(OBJEXT) listen.$(OBJEXT) lookup.$(OBJEXT) \ | |
56 masqmail.$(OBJEXT) message.$(OBJEXT) mserver.$(OBJEXT) \ | |
57 online.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \ | |
58 permissions.$(OBJEXT) pop3_in.$(OBJEXT) readsock.$(OBJEXT) \ | |
59 rewrite.$(OBJEXT) route.$(OBJEXT) queue.$(OBJEXT) \ | |
60 smtp_in.$(OBJEXT) smtp_out.$(OBJEXT) spool.$(OBJEXT) \ | |
61 tables.$(OBJEXT) timeival.$(OBJEXT) | |
62 masqmail_OBJECTS = $(am_masqmail_OBJECTS) | |
63 masqmail_DEPENDENCIES = | |
64 am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \ | |
65 mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT) | |
66 mservdetect_OBJECTS = $(am_mservdetect_OBJECTS) | |
67 mservdetect_DEPENDENCIES = | |
68 am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT) | |
69 readtest_OBJECTS = $(am_readtest_OBJECTS) | |
70 readtest_DEPENDENCIES = | |
71 am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \ | |
72 address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \ | |
73 header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \ | |
74 message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \ | |
75 readsock.$(OBJEXT) smtp_out.$(OBJEXT) | |
76 smtpsend_OBJECTS = $(am_smtpsend_OBJECTS) | |
77 smtpsend_DEPENDENCIES = | |
78 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
79 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
80 am__depfiles_maybe = depfiles | |
81 am__mv = mv -f | |
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
84 CCLD = $(CC) | |
85 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
86 SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \ | |
87 $(readtest_SOURCES) $(smtpsend_SOURCES) | |
88 DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \ | |
89 $(readtest_SOURCES) $(smtpsend_SOURCES) | |
90 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
91 html-recursive info-recursive install-data-recursive \ | |
92 install-dvi-recursive install-exec-recursive \ | |
93 install-html-recursive install-info-recursive \ | |
94 install-pdf-recursive install-ps-recursive install-recursive \ | |
95 installcheck-recursive installdirs-recursive pdf-recursive \ | |
96 ps-recursive uninstall-recursive | |
97 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
98 distclean-recursive maintainer-clean-recursive | |
99 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
100 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
101 distdir | |
102 ETAGS = etags | |
103 CTAGS = ctags | |
104 DIST_SUBDIRS = $(SUBDIRS) | |
105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
106 am__relativize = \ | |
107 dir0=`pwd`; \ | |
108 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
109 sed_rest='s,^[^/]*/*,,'; \ | |
110 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
111 sed_butlast='s,/*[^/]*$$,,'; \ | |
112 while test -n "$$dir1"; do \ | |
113 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
114 if test "$$first" != "."; then \ | |
115 if test "$$first" = ".."; then \ | |
116 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
117 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
118 else \ | |
119 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
120 if test "$$first2" = "$$first"; then \ | |
121 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
122 else \ | |
123 dir2="../$$dir2"; \ | |
124 fi; \ | |
125 dir0="$$dir0"/"$$first"; \ | |
126 fi; \ | |
127 fi; \ | |
128 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
129 done; \ | |
130 reldir="$$dir2" | |
0 | 131 ACLOCAL = @ACLOCAL@ |
132 AMTAR = @AMTAR@ | |
133 AUTOCONF = @AUTOCONF@ | |
134 AUTOHEADER = @AUTOHEADER@ | |
135 AUTOMAKE = @AUTOMAKE@ | |
136 AWK = @AWK@ | |
137 BASE64_LIBS = @BASE64_LIBS@ | |
138 CC = @CC@ | |
139 CCDEPMODE = @CCDEPMODE@ | |
140 CFLAGS = @CFLAGS@ | |
141 CPP = @CPP@ | |
142 CPPFLAGS = @CPPFLAGS@ | |
143 CYGPATH_W = @CYGPATH_W@ | |
144 DEFS = @DEFS@ | |
145 DEPDIR = @DEPDIR@ | |
146 ECHO_C = @ECHO_C@ | |
147 ECHO_N = @ECHO_N@ | |
148 ECHO_T = @ECHO_T@ | |
149 EGREP = @EGREP@ | |
150 EXEEXT = @EXEEXT@ | |
151 GLIB_CFLAGS = @GLIB_CFLAGS@ | |
152 GLIB_LIBS = @GLIB_LIBS@ | |
1 | 153 GREP = @GREP@ |
0 | 154 IDENT_LIBS = @IDENT_LIBS@ |
36 | 155 INSTALL = @INSTALL@ |
0 | 156 INSTALL_DATA = @INSTALL_DATA@ |
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
160 LDFLAGS = @LDFLAGS@ | |
161 LIBOBJS = @LIBOBJS@ | |
162 LIBS = @LIBS@ | |
163 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | |
164 LTLIBOBJS = @LTLIBOBJS@ | |
165 MAKEINFO = @MAKEINFO@ | |
166 MD5_LIBS = @MD5_LIBS@ | |
36 | 167 MKDIR_P = @MKDIR_P@ |
0 | 168 OBJEXT = @OBJEXT@ |
169 PACKAGE = @PACKAGE@ | |
170 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
171 PACKAGE_NAME = @PACKAGE_NAME@ | |
172 PACKAGE_STRING = @PACKAGE_STRING@ | |
173 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
36 | 174 PACKAGE_URL = @PACKAGE_URL@ |
0 | 175 PACKAGE_VERSION = @PACKAGE_VERSION@ |
176 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
177 PKG_CONFIG = @PKG_CONFIG@ | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
178 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
179 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
0 | 180 RANLIB = @RANLIB@ |
181 RESOLV_LIBS = @RESOLV_LIBS@ | |
182 SET_MAKE = @SET_MAKE@ | |
183 SHELL = @SHELL@ | |
184 STRIP = @STRIP@ | |
185 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | |
186 VERSION = @VERSION@ | |
36 | 187 abs_builddir = @abs_builddir@ |
188 abs_srcdir = @abs_srcdir@ | |
189 abs_top_builddir = @abs_top_builddir@ | |
190 abs_top_srcdir = @abs_top_srcdir@ | |
0 | 191 ac_ct_CC = @ac_ct_CC@ |
192 am__include = @am__include@ | |
193 am__leading_dot = @am__leading_dot@ | |
194 am__quote = @am__quote@ | |
36 | 195 am__tar = @am__tar@ |
196 am__untar = @am__untar@ | |
0 | 197 bindir = @bindir@ |
198 build_alias = @build_alias@ | |
36 | 199 builddir = @builddir@ |
0 | 200 datadir = @datadir@ |
1 | 201 datarootdir = @datarootdir@ |
202 docdir = @docdir@ | |
203 dvidir = @dvidir@ | |
0 | 204 exec_prefix = @exec_prefix@ |
205 has_ident = @has_ident@ | |
206 host_alias = @host_alias@ | |
1 | 207 htmldir = @htmldir@ |
0 | 208 includedir = @includedir@ |
209 infodir = @infodir@ | |
210 install_sh = @install_sh@ | |
211 libdir = @libdir@ | |
212 libexecdir = @libexecdir@ | |
1 | 213 localedir = @localedir@ |
0 | 214 localstatedir = @localstatedir@ |
215 mandir = @mandir@ | |
36 | 216 mkdir_p = @mkdir_p@ |
0 | 217 oldincludedir = @oldincludedir@ |
1 | 218 pdfdir = @pdfdir@ |
0 | 219 prefix = @prefix@ |
220 program_transform_name = @program_transform_name@ | |
1 | 221 psdir = @psdir@ |
0 | 222 sbindir = @sbindir@ |
223 sharedstatedir = @sharedstatedir@ | |
36 | 224 srcdir = @srcdir@ |
0 | 225 sysconfdir = @sysconfdir@ |
226 target_alias = @target_alias@ | |
36 | 227 top_build_prefix = @top_build_prefix@ |
228 top_builddir = @top_builddir@ | |
229 top_srcdir = @top_srcdir@ | |
0 | 230 with_confdir = @with_confdir@ |
231 with_group = @with_group@ | |
232 with_logdir = @with_logdir@ | |
233 with_spooldir = @with_spooldir@ | |
234 with_user = @with_user@ | |
235 SUBDIRS = base64 md5 libident | |
236 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED | |
237 masqmail_SOURCES = \ | |
238 dotlock.h\ | |
239 masqmail.h\ | |
240 readsock.h\ | |
241 smtp_out.h\ | |
242 lookup.h\ | |
243 mserver.h\ | |
244 accept.c\ | |
245 address.c\ | |
246 alias.c\ | |
247 child.c\ | |
248 connect.c\ | |
249 conf.c\ | |
250 deliver.c\ | |
251 dotlock.c\ | |
252 expand.c\ | |
253 fail_msg.c\ | |
254 get.c\ | |
255 header.c\ | |
256 interface.c\ | |
257 local.c\ | |
258 log.c\ | |
259 listen.c\ | |
260 lookup.c\ | |
261 masqmail.c\ | |
262 message.c\ | |
263 mserver.c\ | |
264 online.c\ | |
265 parse.c\ | |
266 peopen.c\ | |
267 peopen.h\ | |
268 permissions.c\ | |
269 pop3_in.c\ | |
270 pop3_in.h\ | |
271 readsock.c\ | |
272 rewrite.c\ | |
273 route.c\ | |
274 queue.c\ | |
275 smtp_in.c\ | |
276 smtp_out.c\ | |
277 spool.c\ | |
278 tables.c\ | |
279 timeival.c | |
280 | |
281 smtpsend_SOURCES = \ | |
282 smtpsend.c\ | |
283 masqmail.h\ | |
284 readsock.h\ | |
285 smtp_out.h\ | |
286 lookup.h\ | |
287 accept.c\ | |
288 address.c\ | |
289 child.c\ | |
290 connect.c\ | |
291 header.c\ | |
292 interface.c\ | |
293 lookup.c\ | |
294 message.c\ | |
295 parse.c\ | |
296 peopen.c\ | |
297 readsock.c\ | |
298 smtp_out.c | |
299 | |
300 mservdetect_SOURCES = \ | |
301 masqmail.h\ | |
302 readsock.h\ | |
303 mserver.h\ | |
304 mservdetect.c\ | |
305 interface.c\ | |
306 mserver.c\ | |
307 readsock.c\ | |
308 peopen.c | |
309 | |
310 readtest_SOURCES = \ | |
311 readsock.c\ | |
312 readsock.h\ | |
313 readtest.c | |
314 | |
315 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@ | |
316 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ | |
317 mservdetect_LDADD = @GLIB_LIBS@ | |
318 readtest_LDADD = @GLIB_LIBS@ | |
319 all: all-recursive | |
320 | |
321 .SUFFIXES: | |
322 .SUFFIXES: .c .o .obj | |
36 | 323 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
324 @for dep in $?; do \ | |
325 case '$(am__configure_deps)' in \ | |
326 *$$dep*) \ | |
327 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
328 && { if test -f $@; then exit 0; else break; fi; }; \ | |
329 exit 1;; \ | |
330 esac; \ | |
331 done; \ | |
332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ | |
333 $(am__cd) $(top_srcdir) && \ | |
334 $(AUTOMAKE) --gnu src/Makefile | |
335 .PRECIOUS: Makefile | |
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
337 @case '$?' in \ | |
338 *config.status*) \ | |
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
340 *) \ | |
341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
342 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
343 esac; | |
344 | |
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
347 | |
348 $(top_srcdir)/configure: $(am__configure_deps) | |
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
350 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
352 $(am__aclocal_m4_deps): | |
0 | 353 install-binPROGRAMS: $(bin_PROGRAMS) |
354 @$(NORMAL_INSTALL) | |
36 | 355 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
356 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | |
357 for p in $$list; do echo "$$p $$p"; done | \ | |
358 sed 's/$(EXEEXT)$$//' | \ | |
359 while read p p1; do if test -f $$p; \ | |
360 then echo "$$p"; echo "$$p"; else :; fi; \ | |
361 done | \ | |
362 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | |
363 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | |
364 sed 'N;N;N;s,\n, ,g' | \ | |
365 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | |
366 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | |
367 if ($$2 == $$4) files[d] = files[d] " " $$1; \ | |
368 else { print "f", $$3 "/" $$4, $$1; } } \ | |
369 END { for (d in files) print "f", d, files[d] }' | \ | |
370 while read type dir files; do \ | |
371 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | |
372 test -z "$$files" || { \ | |
373 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ | |
374 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ | |
375 } \ | |
376 ; done | |
0 | 377 |
378 uninstall-binPROGRAMS: | |
379 @$(NORMAL_UNINSTALL) | |
36 | 380 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
381 files=`for p in $$list; do echo "$$p"; done | \ | |
382 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | |
383 -e 's/$$/$(EXEEXT)/' `; \ | |
384 test -n "$$list" || exit 0; \ | |
385 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | |
386 cd "$(DESTDIR)$(bindir)" && rm -f $$files | |
0 | 387 |
388 clean-binPROGRAMS: | |
389 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | |
390 | |
391 clean-noinstPROGRAMS: | |
392 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | |
393 install-sbinPROGRAMS: $(sbin_PROGRAMS) | |
394 @$(NORMAL_INSTALL) | |
36 | 395 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
396 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ | |
397 for p in $$list; do echo "$$p $$p"; done | \ | |
398 sed 's/$(EXEEXT)$$//' | \ | |
399 while read p p1; do if test -f $$p; \ | |
400 then echo "$$p"; echo "$$p"; else :; fi; \ | |
401 done | \ | |
402 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | |
403 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | |
404 sed 'N;N;N;s,\n, ,g' | \ | |
405 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | |
406 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | |
407 if ($$2 == $$4) files[d] = files[d] " " $$1; \ | |
408 else { print "f", $$3 "/" $$4, $$1; } } \ | |
409 END { for (d in files) print "f", d, files[d] }' | \ | |
410 while read type dir files; do \ | |
411 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | |
412 test -z "$$files" || { \ | |
413 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ | |
414 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ | |
415 } \ | |
416 ; done | |
0 | 417 |
418 uninstall-sbinPROGRAMS: | |
419 @$(NORMAL_UNINSTALL) | |
36 | 420 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
421 files=`for p in $$list; do echo "$$p"; done | \ | |
422 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | |
423 -e 's/$$/$(EXEEXT)/' `; \ | |
424 test -n "$$list" || exit 0; \ | |
425 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ | |
426 cd "$(DESTDIR)$(sbindir)" && rm -f $$files | |
0 | 427 |
428 clean-sbinPROGRAMS: | |
429 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) | |
430 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES) | |
431 @rm -f masqmail$(EXEEXT) | |
36 | 432 $(LINK) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS) |
0 | 433 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES) |
434 @rm -f mservdetect$(EXEEXT) | |
36 | 435 $(LINK) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS) |
0 | 436 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES) |
437 @rm -f readtest$(EXEEXT) | |
36 | 438 $(LINK) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS) |
0 | 439 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES) |
440 @rm -f smtpsend$(EXEEXT) | |
36 | 441 $(LINK) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS) |
0 | 442 |
443 mostlyclean-compile: | |
36 | 444 -rm -f *.$(OBJEXT) |
0 | 445 |
446 distclean-compile: | |
447 -rm -f *.tab.c | |
448 | |
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accept.Po@am__quote@ | |
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address.Po@am__quote@ | |
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alias.Po@am__quote@ | |
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child.Po@am__quote@ | |
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ | |
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@ | |
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deliver.Po@am__quote@ | |
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@ | |
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@ | |
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fail_msg.Po@am__quote@ | |
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get.Po@am__quote@ | |
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@ | |
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@ | |
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Po@am__quote@ | |
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@ | |
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@ | |
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@ | |
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/masqmail.Po@am__quote@ | |
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@ | |
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mservdetect.Po@am__quote@ | |
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mserver.Po@am__quote@ | |
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/online.Po@am__quote@ | |
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@ | |
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peopen.Po@am__quote@ | |
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permissions.Po@am__quote@ | |
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pop3_in.Po@am__quote@ | |
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@ | |
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readsock.Po@am__quote@ | |
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtest.Po@am__quote@ | |
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rewrite.Po@am__quote@ | |
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@ | |
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_in.Po@am__quote@ | |
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp_out.Po@am__quote@ | |
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtpsend.Po@am__quote@ | |
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spool.Po@am__quote@ | |
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@ | |
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@ | |
486 | |
487 .c.o: | |
36 | 488 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
489 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
0 | 490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
36 | 491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
492 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
0 | 493 |
494 .c.obj: | |
36 | 495 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
496 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
0 | 497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
36 | 498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
499 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
0 | 500 |
501 # This directory's subdirectories are mostly independent; you can cd | |
502 # into them and run `make' without going through this Makefile. | |
503 # To change the values of `make' variables: instead of editing Makefiles, | |
504 # (1) if the variable is set in `config.status', edit `config.status' | |
505 # (which will cause the Makefiles to be regenerated when you run `make'); | |
506 # (2) otherwise, pass the desired values on the `make' command line. | |
507 $(RECURSIVE_TARGETS): | |
36 | 508 @fail= failcom='exit 1'; \ |
509 for f in x $$MAKEFLAGS; do \ | |
510 case $$f in \ | |
511 *=* | --[!k]*);; \ | |
512 *k*) failcom='fail=yes';; \ | |
513 esac; \ | |
514 done; \ | |
0 | 515 dot_seen=no; \ |
516 target=`echo $@ | sed s/-recursive//`; \ | |
517 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
518 echo "Making $$target in $$subdir"; \ | |
519 if test "$$subdir" = "."; then \ | |
520 dot_seen=yes; \ | |
521 local_target="$$target-am"; \ | |
522 else \ | |
523 local_target="$$target"; \ | |
524 fi; \ | |
36 | 525 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
526 || eval $$failcom; \ | |
0 | 527 done; \ |
528 if test "$$dot_seen" = "no"; then \ | |
529 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
530 fi; test -z "$$fail" | |
531 | |
36 | 532 $(RECURSIVE_CLEAN_TARGETS): |
533 @fail= failcom='exit 1'; \ | |
534 for f in x $$MAKEFLAGS; do \ | |
535 case $$f in \ | |
536 *=* | --[!k]*);; \ | |
537 *k*) failcom='fail=yes';; \ | |
538 esac; \ | |
539 done; \ | |
0 | 540 dot_seen=no; \ |
541 case "$@" in \ | |
542 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
543 *) list='$(SUBDIRS)' ;; \ | |
544 esac; \ | |
545 rev=''; for subdir in $$list; do \ | |
546 if test "$$subdir" = "."; then :; else \ | |
547 rev="$$subdir $$rev"; \ | |
548 fi; \ | |
549 done; \ | |
550 rev="$$rev ."; \ | |
551 target=`echo $@ | sed s/-recursive//`; \ | |
552 for subdir in $$rev; do \ | |
553 echo "Making $$target in $$subdir"; \ | |
554 if test "$$subdir" = "."; then \ | |
555 local_target="$$target-am"; \ | |
556 else \ | |
557 local_target="$$target"; \ | |
558 fi; \ | |
36 | 559 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
560 || eval $$failcom; \ | |
0 | 561 done && test -z "$$fail" |
562 tags-recursive: | |
563 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 564 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
0 | 565 done |
566 ctags-recursive: | |
567 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
36 | 568 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
0 | 569 done |
570 | |
571 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
572 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
573 unique=`for i in $$list; do \ | |
574 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
575 done | \ | |
36 | 576 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
577 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
0 | 578 mkid -fID $$unique |
36 | 579 tags: TAGS |
0 | 580 |
581 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
582 $(TAGS_FILES) $(LISP) | |
36 | 583 set x; \ |
0 | 584 here=`pwd`; \ |
36 | 585 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
0 | 586 include_option=--etags-include; \ |
36 | 587 empty_fix=.; \ |
0 | 588 else \ |
589 include_option=--include; \ | |
36 | 590 empty_fix=; \ |
0 | 591 fi; \ |
592 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
593 if test "$$subdir" = .; then :; else \ | |
36 | 594 test ! -f $$subdir/TAGS || \ |
595 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
0 | 596 fi; \ |
597 done; \ | |
598 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
599 unique=`for i in $$list; do \ | |
600 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
601 done | \ | |
36 | 602 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
603 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
604 shift; \ | |
605 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
606 test -n "$$unique" || unique=$$empty_fix; \ | |
607 if test $$# -gt 0; then \ | |
608 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
609 "$$@" $$unique; \ | |
610 else \ | |
611 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
612 $$unique; \ | |
613 fi; \ | |
614 fi | |
0 | 615 ctags: CTAGS |
616 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
617 $(TAGS_FILES) $(LISP) | |
618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
619 unique=`for i in $$list; do \ | |
620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
621 done | \ | |
36 | 622 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
623 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
624 test -z "$(CTAGS_ARGS)$$unique" \ | |
0 | 625 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
36 | 626 $$unique |
0 | 627 |
628 GTAGS: | |
629 here=`$(am__cd) $(top_builddir) && pwd` \ | |
36 | 630 && $(am__cd) $(top_srcdir) \ |
631 && gtags -i $(GTAGS_ARGS) "$$here" | |
0 | 632 |
633 distclean-tags: | |
634 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
635 | |
636 distdir: $(DISTFILES) | |
36 | 637 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
638 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
639 list='$(DISTFILES)'; \ | |
640 dist_files=`for file in $$list; do echo $$file; done | \ | |
641 sed -e "s|^$$srcdirstrip/||;t" \ | |
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
643 case $$dist_files in \ | |
644 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
646 sort -u` ;; \ | |
647 esac; \ | |
648 for file in $$dist_files; do \ | |
0 | 649 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
36 | 650 if test -d $$d/$$file; then \ |
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
652 if test -d "$(distdir)/$$file"; then \ | |
653 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
654 fi; \ | |
655 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
656 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
658 fi; \ | |
659 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
0 | 660 else \ |
36 | 661 test -f "$(distdir)/$$file" \ |
662 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
0 | 663 || exit 1; \ |
664 fi; \ | |
665 done | |
36 | 666 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
0 | 667 if test "$$subdir" = .; then :; else \ |
36 | 668 test -d "$(distdir)/$$subdir" \ |
669 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
0 | 670 || exit 1; \ |
36 | 671 fi; \ |
672 done | |
673 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
674 if test "$$subdir" = .; then :; else \ | |
675 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
676 $(am__relativize); \ | |
677 new_distdir=$$reldir; \ | |
678 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
679 $(am__relativize); \ | |
680 new_top_distdir=$$reldir; \ | |
681 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
682 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
683 ($(am__cd) $$subdir && \ | |
0 | 684 $(MAKE) $(AM_MAKEFLAGS) \ |
36 | 685 top_distdir="$$new_top_distdir" \ |
686 distdir="$$new_distdir" \ | |
687 am__remove_distdir=: \ | |
688 am__skip_length_check=: \ | |
689 am__skip_mode_fix=: \ | |
0 | 690 distdir) \ |
691 || exit 1; \ | |
692 fi; \ | |
693 done | |
694 check-am: all-am | |
695 check: check-recursive | |
696 all-am: Makefile $(PROGRAMS) | |
697 installdirs: installdirs-recursive | |
698 installdirs-am: | |
36 | 699 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \ |
700 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
701 done | |
0 | 702 install: install-recursive |
703 install-exec: install-exec-recursive | |
704 install-data: install-data-recursive | |
705 uninstall: uninstall-recursive | |
706 | |
707 install-am: all-am | |
708 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
709 | |
710 installcheck: installcheck-recursive | |
711 install-strip: | |
712 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
713 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
714 `test -z '$(STRIP)' || \ | |
715 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
716 mostlyclean-generic: | |
717 | |
718 clean-generic: | |
719 | |
720 distclean-generic: | |
36 | 721 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
722 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
0 | 723 |
724 maintainer-clean-generic: | |
725 @echo "This command is intended for maintainers to use" | |
726 @echo "it deletes files that may require special tools to rebuild." | |
727 clean: clean-recursive | |
728 | |
729 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ | |
730 clean-sbinPROGRAMS mostlyclean-am | |
731 | |
732 distclean: distclean-recursive | |
733 -rm -rf ./$(DEPDIR) | |
734 -rm -f Makefile | |
735 distclean-am: clean-am distclean-compile distclean-generic \ | |
736 distclean-tags | |
737 | |
738 dvi: dvi-recursive | |
739 | |
740 dvi-am: | |
741 | |
36 | 742 html: html-recursive |
743 | |
744 html-am: | |
745 | |
0 | 746 info: info-recursive |
747 | |
748 info-am: | |
749 | |
750 install-data-am: | |
751 | |
36 | 752 install-dvi: install-dvi-recursive |
753 | |
754 install-dvi-am: | |
755 | |
0 | 756 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS |
757 | |
36 | 758 install-html: install-html-recursive |
759 | |
760 install-html-am: | |
761 | |
0 | 762 install-info: install-info-recursive |
763 | |
36 | 764 install-info-am: |
765 | |
0 | 766 install-man: |
767 | |
36 | 768 install-pdf: install-pdf-recursive |
769 | |
770 install-pdf-am: | |
771 | |
772 install-ps: install-ps-recursive | |
773 | |
774 install-ps-am: | |
775 | |
0 | 776 installcheck-am: |
777 | |
778 maintainer-clean: maintainer-clean-recursive | |
779 -rm -rf ./$(DEPDIR) | |
780 -rm -f Makefile | |
781 maintainer-clean-am: distclean-am maintainer-clean-generic | |
782 | |
783 mostlyclean: mostlyclean-recursive | |
784 | |
785 mostlyclean-am: mostlyclean-compile mostlyclean-generic | |
786 | |
787 pdf: pdf-recursive | |
788 | |
789 pdf-am: | |
790 | |
791 ps: ps-recursive | |
792 | |
793 ps-am: | |
794 | |
36 | 795 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS |
0 | 796 |
36 | 797 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
798 install-am install-strip tags-recursive | |
0 | 799 |
36 | 800 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
801 all all-am check check-am clean clean-binPROGRAMS \ | |
802 clean-generic clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \ | |
803 ctags-recursive distclean distclean-compile distclean-generic \ | |
804 distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
805 install install-am install-binPROGRAMS install-data \ | |
806 install-data-am install-dvi install-dvi-am install-exec \ | |
807 install-exec-am install-html install-html-am install-info \ | |
808 install-info-am install-man install-pdf install-pdf-am \ | |
809 install-ps install-ps-am install-sbinPROGRAMS install-strip \ | |
810 installcheck installcheck-am installdirs installdirs-am \ | |
811 maintainer-clean maintainer-clean-generic mostlyclean \ | |
812 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ | |
813 tags tags-recursive uninstall uninstall-am \ | |
814 uninstall-binPROGRAMS uninstall-sbinPROGRAMS | |
815 | |
0 | 816 |
817 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
818 # Otherwise a system limit (for SysV at least) may be exceeded. | |
819 .NOEXPORT: |