missed one!
[debian/atlc] / tools / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
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.
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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = tools
37 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
40         $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50         html-recursive info-recursive install-data-recursive \
51         install-dvi-recursive install-exec-recursive \
52         install-html-recursive install-info-recursive \
53         install-pdf-recursive install-ps-recursive install-recursive \
54         installcheck-recursive installdirs-recursive pdf-recursive \
55         ps-recursive uninstall-recursive
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57   distclean-recursive maintainer-clean-recursive
58 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60         distdir
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = $(SUBDIRS)
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 am__relativize = \
66   dir0=`pwd`; \
67   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68   sed_rest='s,^[^/]*/*,,'; \
69   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70   sed_butlast='s,/*[^/]*$$,,'; \
71   while test -n "$$dir1"; do \
72     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73     if test "$$first" != "."; then \
74       if test "$$first" = ".."; then \
75         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77       else \
78         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79         if test "$$first2" = "$$first"; then \
80           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81         else \
82           dir2="../$$dir2"; \
83         fi; \
84         dir0="$$dir0"/"$$first"; \
85       fi; \
86     fi; \
87     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88   done; \
89   reldir="$$dir2"
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 CC = @CC@
97 CCDEPMODE = @CCDEPMODE@
98 CFLAGS = @CFLAGS@
99 CPP = @CPP@
100 CPPFLAGS = @CPPFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 GREP = @GREP@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 LDFLAGS = @LDFLAGS@
116 LIBOBJS = @LIBOBJS@
117 LIBS = @LIBS@
118 LTLIBOBJS = @LTLIBOBJS@
119 MAKEINFO = @MAKEINFO@
120 MKDIR_P = @MKDIR_P@
121 OBJEXT = @OBJEXT@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_URL = @PACKAGE_URL@
128 PACKAGE_VERSION = @PACKAGE_VERSION@
129 PATH_SEPARATOR = @PATH_SEPARATOR@
130 POW_LIB = @POW_LIB@
131 PTHREAD_CC = @PTHREAD_CC@
132 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
133 PTHREAD_LIBS = @PTHREAD_LIBS@
134 SET_MAKE = @SET_MAKE@
135 SHELL = @SHELL@
136 STRIP = @STRIP@
137 VERSION = @VERSION@
138 abs_builddir = @abs_builddir@
139 abs_srcdir = @abs_srcdir@
140 abs_top_builddir = @abs_top_builddir@
141 abs_top_srcdir = @abs_top_srcdir@
142 ac_ct_CC = @ac_ct_CC@
143 am__include = @am__include@
144 am__leading_dot = @am__leading_dot@
145 am__quote = @am__quote@
146 am__tar = @am__tar@
147 am__untar = @am__untar@
148 bindir = @bindir@
149 build = @build@
150 build_alias = @build_alias@
151 build_cpu = @build_cpu@
152 build_os = @build_os@
153 build_vendor = @build_vendor@
154 builddir = @builddir@
155 built_with_posix_threads = @built_with_posix_threads@
156 compiled_with_cflags = @compiled_with_cflags@
157 compiled_with_compiler = @compiled_with_compiler@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 htmldir = @htmldir@
169 includedir = @includedir@
170 infodir = @infodir@
171 install_sh = @install_sh@
172 libdir = @libdir@
173 libexecdir = @libexecdir@
174 localedir = @localedir@
175 localstatedir = @localstatedir@
176 mandir = @mandir@
177 mkdir_p = @mkdir_p@
178 oldincludedir = @oldincludedir@
179 pdfdir = @pdfdir@
180 prefix = @prefix@
181 program_transform_name = @program_transform_name@
182 psdir = @psdir@
183 sbindir = @sbindir@
184 sharedstatedir = @sharedstatedir@
185 srcdir = @srcdir@
186 sysconfdir = @sysconfdir@
187 target_alias = @target_alias@
188 top_build_prefix = @top_build_prefix@
189 top_builddir = @top_builddir@
190 top_srcdir = @top_srcdir@
191 SUBDIRS = src
192 bin_PROGRAM = stoptests remoterun 
193 EXTRA_DIST = stoptests remoterun 
194 all: all-recursive
195
196 .SUFFIXES:
197 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
198         @for dep in $?; do \
199           case '$(am__configure_deps)' in \
200             *$$dep*) \
201               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
202                 && { if test -f $@; then exit 0; else break; fi; }; \
203               exit 1;; \
204           esac; \
205         done; \
206         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
207         $(am__cd) $(top_srcdir) && \
208           $(AUTOMAKE) --gnu tools/Makefile
209 .PRECIOUS: Makefile
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211         @case '$?' in \
212           *config.status*) \
213             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214           *) \
215             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217         esac;
218
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222 $(top_srcdir)/configure:  $(am__configure_deps)
223         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
225         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226 $(am__aclocal_m4_deps):
227
228 # This directory's subdirectories are mostly independent; you can cd
229 # into them and run `make' without going through this Makefile.
230 # To change the values of `make' variables: instead of editing Makefiles,
231 # (1) if the variable is set in `config.status', edit `config.status'
232 #     (which will cause the Makefiles to be regenerated when you run `make');
233 # (2) otherwise, pass the desired values on the `make' command line.
234 $(RECURSIVE_TARGETS):
235         @failcom='exit 1'; \
236         for f in x $$MAKEFLAGS; do \
237           case $$f in \
238             *=* | --[!k]*);; \
239             *k*) failcom='fail=yes';; \
240           esac; \
241         done; \
242         dot_seen=no; \
243         target=`echo $@ | sed s/-recursive//`; \
244         list='$(SUBDIRS)'; for subdir in $$list; do \
245           echo "Making $$target in $$subdir"; \
246           if test "$$subdir" = "."; then \
247             dot_seen=yes; \
248             local_target="$$target-am"; \
249           else \
250             local_target="$$target"; \
251           fi; \
252           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
253           || eval $$failcom; \
254         done; \
255         if test "$$dot_seen" = "no"; then \
256           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
257         fi; test -z "$$fail"
258
259 $(RECURSIVE_CLEAN_TARGETS):
260         @failcom='exit 1'; \
261         for f in x $$MAKEFLAGS; do \
262           case $$f in \
263             *=* | --[!k]*);; \
264             *k*) failcom='fail=yes';; \
265           esac; \
266         done; \
267         dot_seen=no; \
268         case "$@" in \
269           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
270           *) list='$(SUBDIRS)' ;; \
271         esac; \
272         rev=''; for subdir in $$list; do \
273           if test "$$subdir" = "."; then :; else \
274             rev="$$subdir $$rev"; \
275           fi; \
276         done; \
277         rev="$$rev ."; \
278         target=`echo $@ | sed s/-recursive//`; \
279         for subdir in $$rev; do \
280           echo "Making $$target in $$subdir"; \
281           if test "$$subdir" = "."; then \
282             local_target="$$target-am"; \
283           else \
284             local_target="$$target"; \
285           fi; \
286           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
287           || eval $$failcom; \
288         done && test -z "$$fail"
289 tags-recursive:
290         list='$(SUBDIRS)'; for subdir in $$list; do \
291           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
292         done
293 ctags-recursive:
294         list='$(SUBDIRS)'; for subdir in $$list; do \
295           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
296         done
297
298 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
299         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
300         unique=`for i in $$list; do \
301             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302           done | \
303           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
304               END { if (nonempty) { for (i in files) print i; }; }'`; \
305         mkid -fID $$unique
306 tags: TAGS
307
308 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
309                 $(TAGS_FILES) $(LISP)
310         set x; \
311         here=`pwd`; \
312         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
313           include_option=--etags-include; \
314           empty_fix=.; \
315         else \
316           include_option=--include; \
317           empty_fix=; \
318         fi; \
319         list='$(SUBDIRS)'; for subdir in $$list; do \
320           if test "$$subdir" = .; then :; else \
321             test ! -f $$subdir/TAGS || \
322               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
323           fi; \
324         done; \
325         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326         unique=`for i in $$list; do \
327             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328           done | \
329           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330               END { if (nonempty) { for (i in files) print i; }; }'`; \
331         shift; \
332         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
333           test -n "$$unique" || unique=$$empty_fix; \
334           if test $$# -gt 0; then \
335             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336               "$$@" $$unique; \
337           else \
338             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339               $$unique; \
340           fi; \
341         fi
342 ctags: CTAGS
343 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344                 $(TAGS_FILES) $(LISP)
345         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346         unique=`for i in $$list; do \
347             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348           done | \
349           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350               END { if (nonempty) { for (i in files) print i; }; }'`; \
351         test -z "$(CTAGS_ARGS)$$unique" \
352           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353              $$unique
354
355 GTAGS:
356         here=`$(am__cd) $(top_builddir) && pwd` \
357           && $(am__cd) $(top_srcdir) \
358           && gtags -i $(GTAGS_ARGS) "$$here"
359
360 distclean-tags:
361         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
363 distdir: $(DISTFILES)
364         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366         list='$(DISTFILES)'; \
367           dist_files=`for file in $$list; do echo $$file; done | \
368           sed -e "s|^$$srcdirstrip/||;t" \
369               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370         case $$dist_files in \
371           */*) $(MKDIR_P) `echo "$$dist_files" | \
372                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373                            sort -u` ;; \
374         esac; \
375         for file in $$dist_files; do \
376           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377           if test -d $$d/$$file; then \
378             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379             if test -d "$(distdir)/$$file"; then \
380               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381             fi; \
382             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385             fi; \
386             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387           else \
388             test -f "$(distdir)/$$file" \
389             || cp -p $$d/$$file "$(distdir)/$$file" \
390             || exit 1; \
391           fi; \
392         done
393         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
394           if test "$$subdir" = .; then :; else \
395             test -d "$(distdir)/$$subdir" \
396             || $(MKDIR_P) "$(distdir)/$$subdir" \
397             || exit 1; \
398           fi; \
399         done
400         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
401           if test "$$subdir" = .; then :; else \
402             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
403             $(am__relativize); \
404             new_distdir=$$reldir; \
405             dir1=$$subdir; dir2="$(top_distdir)"; \
406             $(am__relativize); \
407             new_top_distdir=$$reldir; \
408             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
409             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
410             ($(am__cd) $$subdir && \
411               $(MAKE) $(AM_MAKEFLAGS) \
412                 top_distdir="$$new_top_distdir" \
413                 distdir="$$new_distdir" \
414                 am__remove_distdir=: \
415                 am__skip_length_check=: \
416                 am__skip_mode_fix=: \
417                 distdir) \
418               || exit 1; \
419           fi; \
420         done
421 check-am: all-am
422 check: check-recursive
423 all-am: Makefile
424 installdirs: installdirs-recursive
425 installdirs-am:
426 install: install-recursive
427 install-exec: install-exec-recursive
428 install-data: install-data-recursive
429 uninstall: uninstall-recursive
430
431 install-am: all-am
432         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
433
434 installcheck: installcheck-recursive
435 install-strip:
436         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438           `test -z '$(STRIP)' || \
439             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
440 mostlyclean-generic:
441
442 clean-generic:
443
444 distclean-generic:
445         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
447
448 maintainer-clean-generic:
449         @echo "This command is intended for maintainers to use"
450         @echo "it deletes files that may require special tools to rebuild."
451 clean: clean-recursive
452
453 clean-am: clean-generic mostlyclean-am
454
455 distclean: distclean-recursive
456         -rm -f Makefile
457 distclean-am: clean-am distclean-generic distclean-tags
458
459 dvi: dvi-recursive
460
461 dvi-am:
462
463 html: html-recursive
464
465 html-am:
466
467 info: info-recursive
468
469 info-am:
470
471 install-data-am:
472
473 install-dvi: install-dvi-recursive
474
475 install-dvi-am:
476
477 install-exec-am:
478
479 install-html: install-html-recursive
480
481 install-html-am:
482
483 install-info: install-info-recursive
484
485 install-info-am:
486
487 install-man:
488
489 install-pdf: install-pdf-recursive
490
491 install-pdf-am:
492
493 install-ps: install-ps-recursive
494
495 install-ps-am:
496
497 installcheck-am:
498
499 maintainer-clean: maintainer-clean-recursive
500         -rm -f Makefile
501 maintainer-clean-am: distclean-am maintainer-clean-generic
502
503 mostlyclean: mostlyclean-recursive
504
505 mostlyclean-am: mostlyclean-generic
506
507 pdf: pdf-recursive
508
509 pdf-am:
510
511 ps: ps-recursive
512
513 ps-am:
514
515 uninstall-am:
516
517 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
518         install-am install-strip tags-recursive
519
520 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
521         all all-am check check-am clean clean-generic ctags \
522         ctags-recursive distclean distclean-generic distclean-tags \
523         distdir dvi dvi-am html html-am info info-am install \
524         install-am install-data install-data-am install-dvi \
525         install-dvi-am install-exec install-exec-am install-html \
526         install-html-am install-info install-info-am install-man \
527         install-pdf install-pdf-am install-ps install-ps-am \
528         install-strip installcheck installcheck-am installdirs \
529         installdirs-am maintainer-clean maintainer-clean-generic \
530         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
531         tags-recursive uninstall uninstall-am
532
533
534 # Tell versions [3.59,3.63) of GNU make to not export all variables.
535 # Otherwise a system limit (for SysV at least) may be exceeded.
536 .NOEXPORT: