Mercurial > syslog2iptables
comparison Makefile.in @ 1:551433a01cab
initial coding
author | carl |
---|---|
date | Wed, 23 Nov 2005 19:29:14 -0800 |
parents | |
children | d76f9ff42487 |
comparison
equal
deleted
inserted
replaced
0:a3b8d64b2ae5 | 1:551433a01cab |
---|---|
1 # Makefile.in generated by automake 1.9.2 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004 Free Software Foundation, Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 @SET_MAKE@ | |
16 srcdir = @srcdir@ | |
17 top_srcdir = @top_srcdir@ | |
18 VPATH = @srcdir@ | |
19 pkgdatadir = $(datadir)/@PACKAGE@ | |
20 pkglibdir = $(libdir)/@PACKAGE@ | |
21 pkgincludedir = $(includedir)/@PACKAGE@ | |
22 top_builddir = . | |
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
24 INSTALL = @INSTALL@ | |
25 install_sh_DATA = $(install_sh) -c -m 644 | |
26 install_sh_PROGRAM = $(install_sh) -c | |
27 install_sh_SCRIPT = $(install_sh) -c | |
28 INSTALL_HEADER = $(INSTALL_DATA) | |
29 transform = $(program_transform_name) | |
30 NORMAL_INSTALL = : | |
31 PRE_INSTALL = : | |
32 POST_INSTALL = : | |
33 NORMAL_UNINSTALL = : | |
34 PRE_UNINSTALL = : | |
35 POST_UNINSTALL = : | |
36 build_triplet = @build@ | |
37 host_triplet = @host@ | |
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | |
40 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ | |
41 TODO config.guess config.sub depcomp install-sh ltmain.sh \ | |
42 missing mkinstalldirs | |
43 subdir = . | |
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in | |
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
47 $(ACLOCAL_M4) | |
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
49 configure.lineno configure.status.lineno | |
50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
51 CONFIG_HEADER = config.h | |
52 CONFIG_CLEAN_FILES = | |
53 SOURCES = | |
54 DIST_SOURCES = | |
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
56 html-recursive info-recursive install-data-recursive \ | |
57 install-exec-recursive install-info-recursive \ | |
58 install-recursive installcheck-recursive installdirs-recursive \ | |
59 pdf-recursive ps-recursive uninstall-info-recursive \ | |
60 uninstall-recursive | |
61 ETAGS = etags | |
62 CTAGS = ctags | |
63 DIST_SUBDIRS = $(SUBDIRS) | |
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
65 distdir = $(PACKAGE)-$(VERSION) | |
66 top_distdir = $(distdir) | |
67 am__remove_distdir = \ | |
68 { test ! -d $(distdir) \ | |
69 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
70 && rm -fr $(distdir); }; } | |
71 DIST_ARCHIVES = $(distdir).tar.gz | |
72 GZIP_ENV = --best | |
73 distuninstallcheck_listfiles = find . -type f -print | |
74 distcleancheck_listfiles = find . -type f -print | |
75 ACLOCAL = @ACLOCAL@ | |
76 AMDEP_FALSE = @AMDEP_FALSE@ | |
77 AMDEP_TRUE = @AMDEP_TRUE@ | |
78 AMTAR = @AMTAR@ | |
79 AR = @AR@ | |
80 AUTOCONF = @AUTOCONF@ | |
81 AUTOHEADER = @AUTOHEADER@ | |
82 AUTOMAKE = @AUTOMAKE@ | |
83 AWK = @AWK@ | |
84 CC = @CC@ | |
85 CCDEPMODE = @CCDEPMODE@ | |
86 CFLAGS = @CFLAGS@ | |
87 CPP = @CPP@ | |
88 CPPFLAGS = @CPPFLAGS@ | |
89 CXX = @CXX@ | |
90 CXXCPP = @CXXCPP@ | |
91 CXXDEPMODE = @CXXDEPMODE@ | |
92 CXXFLAGS = @CXXFLAGS@ | |
93 CYGPATH_W = @CYGPATH_W@ | |
94 DEFS = @DEFS@ | |
95 DEPDIR = @DEPDIR@ | |
96 ECHO = @ECHO@ | |
97 ECHO_C = @ECHO_C@ | |
98 ECHO_N = @ECHO_N@ | |
99 ECHO_T = @ECHO_T@ | |
100 EGREP = @EGREP@ | |
101 EXEEXT = @EXEEXT@ | |
102 F77 = @F77@ | |
103 FFLAGS = @FFLAGS@ | |
104 INSTALL_DATA = @INSTALL_DATA@ | |
105 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
106 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
107 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
108 LDFLAGS = @LDFLAGS@ | |
109 LIBOBJS = @LIBOBJS@ | |
110 LIBS = @LIBS@ | |
111 LIBTOOL = @LIBTOOL@ | |
112 LN_S = @LN_S@ | |
113 LTLIBOBJS = @LTLIBOBJS@ | |
114 MAKEINFO = @MAKEINFO@ | |
115 OBJEXT = @OBJEXT@ | |
116 PACKAGE = @PACKAGE@ | |
117 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
118 PACKAGE_NAME = @PACKAGE_NAME@ | |
119 PACKAGE_STRING = @PACKAGE_STRING@ | |
120 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
121 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
122 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
123 RANLIB = @RANLIB@ | |
124 SET_MAKE = @SET_MAKE@ | |
125 SHELL = @SHELL@ | |
126 STRIP = @STRIP@ | |
127 VERSION = @VERSION@ | |
128 ac_ct_AR = @ac_ct_AR@ | |
129 ac_ct_CC = @ac_ct_CC@ | |
130 ac_ct_CXX = @ac_ct_CXX@ | |
131 ac_ct_F77 = @ac_ct_F77@ | |
132 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
133 ac_ct_STRIP = @ac_ct_STRIP@ | |
134 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
135 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
136 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | |
137 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | |
138 am__include = @am__include@ | |
139 am__leading_dot = @am__leading_dot@ | |
140 am__quote = @am__quote@ | |
141 am__tar = @am__tar@ | |
142 am__untar = @am__untar@ | |
143 bindir = @bindir@ | |
144 build = @build@ | |
145 build_alias = @build_alias@ | |
146 build_cpu = @build_cpu@ | |
147 build_os = @build_os@ | |
148 build_vendor = @build_vendor@ | |
149 datadir = @datadir@ | |
150 exec_prefix = @exec_prefix@ | |
151 host = @host@ | |
152 host_alias = @host_alias@ | |
153 host_cpu = @host_cpu@ | |
154 host_os = @host_os@ | |
155 host_vendor = @host_vendor@ | |
156 includedir = @includedir@ | |
157 infodir = @infodir@ | |
158 install_sh = @install_sh@ | |
159 libdir = @libdir@ | |
160 libexecdir = @libexecdir@ | |
161 localstatedir = @localstatedir@ | |
162 mandir = @mandir@ | |
163 mkdir_p = @mkdir_p@ | |
164 oldincludedir = @oldincludedir@ | |
165 prefix = @prefix@ | |
166 program_transform_name = @program_transform_name@ | |
167 sbindir = @sbindir@ | |
168 sharedstatedir = @sharedstatedir@ | |
169 sysconfdir = @sysconfdir@ | |
170 target_alias = @target_alias@ | |
171 | |
172 # not a GNU package. You can remove this line, if | |
173 # have all needed files, that a GNU package needs | |
174 AUTOMAKE_OPTIONS = foreign 1.4 | |
175 SUBDIRS = src | |
176 all: config.h | |
177 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
178 | |
179 .SUFFIXES: | |
180 am--refresh: | |
181 @: | |
182 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
183 @for dep in $?; do \ | |
184 case '$(am__configure_deps)' in \ | |
185 *$$dep*) \ | |
186 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ | |
187 cd $(srcdir) && $(AUTOMAKE) --foreign \ | |
188 && exit 0; \ | |
189 exit 1;; \ | |
190 esac; \ | |
191 done; \ | |
192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |
193 cd $(top_srcdir) && \ | |
194 $(AUTOMAKE) --foreign Makefile | |
195 .PRECIOUS: Makefile | |
196 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
197 @case '$?' in \ | |
198 *config.status*) \ | |
199 echo ' $(SHELL) ./config.status'; \ | |
200 $(SHELL) ./config.status;; \ | |
201 *) \ | |
202 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
203 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
204 esac; | |
205 | |
206 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
207 $(SHELL) ./config.status --recheck | |
208 | |
209 $(top_srcdir)/configure: $(am__configure_deps) | |
210 cd $(srcdir) && $(AUTOCONF) | |
211 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
212 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
213 | |
214 config.h: stamp-h1 | |
215 @if test ! -f $@; then \ | |
216 rm -f stamp-h1; \ | |
217 $(MAKE) stamp-h1; \ | |
218 else :; fi | |
219 | |
220 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
221 @rm -f stamp-h1 | |
222 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
223 $(srcdir)/config.h.in: $(am__configure_deps) | |
224 cd $(top_srcdir) && $(AUTOHEADER) | |
225 rm -f stamp-h1 | |
226 touch $@ | |
227 | |
228 distclean-hdr: | |
229 -rm -f config.h stamp-h1 | |
230 | |
231 mostlyclean-libtool: | |
232 -rm -f *.lo | |
233 | |
234 clean-libtool: | |
235 -rm -rf .libs _libs | |
236 | |
237 distclean-libtool: | |
238 -rm -f libtool | |
239 uninstall-info-am: | |
240 | |
241 # This directory's subdirectories are mostly independent; you can cd | |
242 # into them and run `make' without going through this Makefile. | |
243 # To change the values of `make' variables: instead of editing Makefiles, | |
244 # (1) if the variable is set in `config.status', edit `config.status' | |
245 # (which will cause the Makefiles to be regenerated when you run `make'); | |
246 # (2) otherwise, pass the desired values on the `make' command line. | |
247 $(RECURSIVE_TARGETS): | |
248 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
249 dot_seen=no; \ | |
250 target=`echo $@ | sed s/-recursive//`; \ | |
251 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
252 echo "Making $$target in $$subdir"; \ | |
253 if test "$$subdir" = "."; then \ | |
254 dot_seen=yes; \ | |
255 local_target="$$target-am"; \ | |
256 else \ | |
257 local_target="$$target"; \ | |
258 fi; \ | |
259 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
260 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
261 done; \ | |
262 if test "$$dot_seen" = "no"; then \ | |
263 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
264 fi; test -z "$$fail" | |
265 | |
266 mostlyclean-recursive clean-recursive distclean-recursive \ | |
267 maintainer-clean-recursive: | |
268 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
269 dot_seen=no; \ | |
270 case "$@" in \ | |
271 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
272 *) list='$(SUBDIRS)' ;; \ | |
273 esac; \ | |
274 rev=''; for subdir in $$list; do \ | |
275 if test "$$subdir" = "."; then :; else \ | |
276 rev="$$subdir $$rev"; \ | |
277 fi; \ | |
278 done; \ | |
279 rev="$$rev ."; \ | |
280 target=`echo $@ | sed s/-recursive//`; \ | |
281 for subdir in $$rev; do \ | |
282 echo "Making $$target in $$subdir"; \ | |
283 if test "$$subdir" = "."; then \ | |
284 local_target="$$target-am"; \ | |
285 else \ | |
286 local_target="$$target"; \ | |
287 fi; \ | |
288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
289 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
290 done && test -z "$$fail" | |
291 tags-recursive: | |
292 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
293 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
294 done | |
295 ctags-recursive: | |
296 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
297 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
298 done | |
299 | |
300 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
301 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
302 unique=`for i in $$list; do \ | |
303 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
304 done | \ | |
305 $(AWK) ' { files[$$0] = 1; } \ | |
306 END { for (i in files) print i; }'`; \ | |
307 mkid -fID $$unique | |
308 tags: TAGS | |
309 | |
310 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
311 $(TAGS_FILES) $(LISP) | |
312 tags=; \ | |
313 here=`pwd`; \ | |
314 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
315 include_option=--etags-include; \ | |
316 empty_fix=.; \ | |
317 else \ | |
318 include_option=--include; \ | |
319 empty_fix=; \ | |
320 fi; \ | |
321 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
322 if test "$$subdir" = .; then :; else \ | |
323 test ! -f $$subdir/TAGS || \ | |
324 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
325 fi; \ | |
326 done; \ | |
327 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
328 unique=`for i in $$list; do \ | |
329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
330 done | \ | |
331 $(AWK) ' { files[$$0] = 1; } \ | |
332 END { for (i in files) print i; }'`; \ | |
333 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
334 test -n "$$unique" || unique=$$empty_fix; \ | |
335 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
336 $$tags $$unique; \ | |
337 fi | |
338 ctags: CTAGS | |
339 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
340 $(TAGS_FILES) $(LISP) | |
341 tags=; \ | |
342 here=`pwd`; \ | |
343 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
344 unique=`for i in $$list; do \ | |
345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
346 done | \ | |
347 $(AWK) ' { files[$$0] = 1; } \ | |
348 END { for (i in files) print i; }'`; \ | |
349 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
350 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
351 $$tags $$unique | |
352 | |
353 GTAGS: | |
354 here=`$(am__cd) $(top_builddir) && pwd` \ | |
355 && cd $(top_srcdir) \ | |
356 && gtags -i $(GTAGS_ARGS) $$here | |
357 | |
358 distclean-tags: | |
359 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
360 | |
361 distdir: $(DISTFILES) | |
362 $(am__remove_distdir) | |
363 mkdir $(distdir) | |
364 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
365 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
366 list='$(DISTFILES)'; for file in $$list; do \ | |
367 case $$file in \ | |
368 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
369 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
370 esac; \ | |
371 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
372 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
373 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
374 dir="/$$dir"; \ | |
375 $(mkdir_p) "$(distdir)$$dir"; \ | |
376 else \ | |
377 dir=''; \ | |
378 fi; \ | |
379 if test -d $$d/$$file; then \ | |
380 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
381 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
382 fi; \ | |
383 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
384 else \ | |
385 test -f $(distdir)/$$file \ | |
386 || cp -p $$d/$$file $(distdir)/$$file \ | |
387 || exit 1; \ | |
388 fi; \ | |
389 done | |
390 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
391 if test "$$subdir" = .; then :; else \ | |
392 test -d "$(distdir)/$$subdir" \ | |
393 || $(mkdir_p) "$(distdir)/$$subdir" \ | |
394 || exit 1; \ | |
395 distdir=`$(am__cd) $(distdir) && pwd`; \ | |
396 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | |
397 (cd $$subdir && \ | |
398 $(MAKE) $(AM_MAKEFLAGS) \ | |
399 top_distdir="$$top_distdir" \ | |
400 distdir="$$distdir/$$subdir" \ | |
401 distdir) \ | |
402 || exit 1; \ | |
403 fi; \ | |
404 done | |
405 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
406 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
407 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
408 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | |
409 || chmod -R a+r $(distdir) | |
410 dist-gzip: distdir | |
411 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
412 $(am__remove_distdir) | |
413 | |
414 dist-bzip2: distdir | |
415 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
416 $(am__remove_distdir) | |
417 | |
418 dist-tarZ: distdir | |
419 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
420 $(am__remove_distdir) | |
421 | |
422 dist-shar: distdir | |
423 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
424 $(am__remove_distdir) | |
425 | |
426 dist-zip: distdir | |
427 -rm -f $(distdir).zip | |
428 zip -rq $(distdir).zip $(distdir) | |
429 $(am__remove_distdir) | |
430 | |
431 dist dist-all: distdir | |
432 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
433 $(am__remove_distdir) | |
434 | |
435 # This target untars the dist file and tries a VPATH configuration. Then | |
436 # it guarantees that the distribution is self-contained by making another | |
437 # tarfile. | |
438 distcheck: dist | |
439 case '$(DIST_ARCHIVES)' in \ | |
440 *.tar.gz*) \ | |
441 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | |
442 *.tar.bz2*) \ | |
443 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | |
444 *.tar.Z*) \ | |
445 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
446 *.shar.gz*) \ | |
447 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | |
448 *.zip*) \ | |
449 unzip $(distdir).zip ;;\ | |
450 esac | |
451 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
452 mkdir $(distdir)/_build | |
453 mkdir $(distdir)/_inst | |
454 chmod a-w $(distdir) | |
455 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
456 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
457 && cd $(distdir)/_build \ | |
458 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
459 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
460 && $(MAKE) $(AM_MAKEFLAGS) \ | |
461 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
462 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
463 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
464 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
465 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
466 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
467 distuninstallcheck \ | |
468 && chmod -R a-w "$$dc_install_base" \ | |
469 && ({ \ | |
470 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
471 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
472 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
473 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
474 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
475 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
476 && rm -rf "$$dc_destdir" \ | |
477 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
478 && rm -rf $(DIST_ARCHIVES) \ | |
479 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | |
480 $(am__remove_distdir) | |
481 @(echo "$(distdir) archives ready for distribution: "; \ | |
482 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
483 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' | |
484 distuninstallcheck: | |
485 @cd $(distuninstallcheck_dir) \ | |
486 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
487 || { echo "ERROR: files left after uninstall:" ; \ | |
488 if test -n "$(DESTDIR)"; then \ | |
489 echo " (check DESTDIR support)"; \ | |
490 fi ; \ | |
491 $(distuninstallcheck_listfiles) ; \ | |
492 exit 1; } >&2 | |
493 distcleancheck: distclean | |
494 @if test '$(srcdir)' = . ; then \ | |
495 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
496 exit 1 ; \ | |
497 fi | |
498 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
499 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
500 $(distcleancheck_listfiles) ; \ | |
501 exit 1; } >&2 | |
502 check-am: all-am | |
503 check: check-recursive | |
504 all-am: Makefile config.h | |
505 installdirs: installdirs-recursive | |
506 installdirs-am: | |
507 install: install-recursive | |
508 install-exec: install-exec-recursive | |
509 install-data: install-data-recursive | |
510 uninstall: uninstall-recursive | |
511 | |
512 install-am: all-am | |
513 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
514 | |
515 installcheck: installcheck-recursive | |
516 install-strip: | |
517 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
518 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
519 `test -z '$(STRIP)' || \ | |
520 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
521 mostlyclean-generic: | |
522 | |
523 clean-generic: | |
524 | |
525 distclean-generic: | |
526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
527 | |
528 maintainer-clean-generic: | |
529 @echo "This command is intended for maintainers to use" | |
530 @echo "it deletes files that may require special tools to rebuild." | |
531 clean: clean-recursive | |
532 | |
533 clean-am: clean-generic clean-libtool mostlyclean-am | |
534 | |
535 distclean: distclean-recursive | |
536 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
537 -rm -f Makefile | |
538 distclean-am: clean-am distclean-generic distclean-hdr \ | |
539 distclean-libtool distclean-tags | |
540 | |
541 dvi: dvi-recursive | |
542 | |
543 dvi-am: | |
544 | |
545 html: html-recursive | |
546 | |
547 info: info-recursive | |
548 | |
549 info-am: | |
550 | |
551 install-data-am: | |
552 | |
553 install-exec-am: | |
554 | |
555 install-info: install-info-recursive | |
556 | |
557 install-man: | |
558 | |
559 installcheck-am: | |
560 | |
561 maintainer-clean: maintainer-clean-recursive | |
562 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
563 -rm -rf $(top_srcdir)/autom4te.cache | |
564 -rm -f Makefile | |
565 maintainer-clean-am: distclean-am maintainer-clean-generic | |
566 | |
567 mostlyclean: mostlyclean-recursive | |
568 | |
569 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
570 | |
571 pdf: pdf-recursive | |
572 | |
573 pdf-am: | |
574 | |
575 ps: ps-recursive | |
576 | |
577 ps-am: | |
578 | |
579 uninstall-am: uninstall-info-am | |
580 | |
581 uninstall-info: uninstall-info-recursive | |
582 | |
583 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ | |
584 check-am clean clean-generic clean-libtool clean-recursive \ | |
585 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
586 dist-shar dist-tarZ dist-zip distcheck distclean \ | |
587 distclean-generic distclean-hdr distclean-libtool \ | |
588 distclean-recursive distclean-tags distcleancheck distdir \ | |
589 distuninstallcheck dvi dvi-am html html-am info info-am \ | |
590 install install-am install-data install-data-am install-exec \ | |
591 install-exec-am install-info install-info-am install-man \ | |
592 install-strip installcheck installcheck-am installdirs \ | |
593 installdirs-am maintainer-clean maintainer-clean-generic \ | |
594 maintainer-clean-recursive mostlyclean mostlyclean-generic \ | |
595 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ | |
596 tags tags-recursive uninstall uninstall-am uninstall-info-am | |
597 | |
598 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
599 # Otherwise a system limit (for SysV at least) may be exceeded. | |
600 .NOEXPORT: |