Imported Upstream version 4.6.0
[debian/atlc] / tools / Makefile.in
1 # Makefile.in generated by automake 1.7 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 host_triplet = @host@
39 ACLOCAL = @ACLOCAL@
40 AMDEP_FALSE = @AMDEP_FALSE@
41 AMDEP_TRUE = @AMDEP_TRUE@
42 AMTAR = @AMTAR@
43 AUTOCONF = @AUTOCONF@
44 AUTOHEADER = @AUTOHEADER@
45 AUTOMAKE = @AUTOMAKE@
46 AWK = @AWK@
47 CC = @CC@
48 CCDEPMODE = @CCDEPMODE@
49 CFLAGS = @CFLAGS@
50 CPP = @CPP@
51 CPPFLAGS = @CPPFLAGS@
52 CYGPATH_W = @CYGPATH_W@
53 DEFS = @DEFS@
54 DEPDIR = @DEPDIR@
55 ECHO_C = @ECHO_C@
56 ECHO_N = @ECHO_N@
57 ECHO_T = @ECHO_T@
58 EGREP = @EGREP@
59 EXEEXT = @EXEEXT@
60 INSTALL_DATA = @INSTALL_DATA@
61 INSTALL_PROGRAM = @INSTALL_PROGRAM@
62 INSTALL_SCRIPT = @INSTALL_SCRIPT@
63 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
64 LDFLAGS = @LDFLAGS@
65 LIBOBJS = @LIBOBJS@
66 LIBS = @LIBS@
67 LTLIBOBJS = @LTLIBOBJS@
68 MAKEINFO = @MAKEINFO@
69 OBJEXT = @OBJEXT@
70 PACKAGE = @PACKAGE@
71 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
72 PACKAGE_NAME = @PACKAGE_NAME@
73 PACKAGE_STRING = @PACKAGE_STRING@
74 PACKAGE_TARNAME = @PACKAGE_TARNAME@
75 PACKAGE_VERSION = @PACKAGE_VERSION@
76 PATH_SEPARATOR = @PATH_SEPARATOR@
77 POW_LIB = @POW_LIB@
78 PTHREAD_CC = @PTHREAD_CC@
79 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
80 PTHREAD_LIBS = @PTHREAD_LIBS@
81 SET_MAKE = @SET_MAKE@
82 SHELL = @SHELL@
83 STRIP = @STRIP@
84 VERSION = @VERSION@
85 ac_ct_CC = @ac_ct_CC@
86 ac_ct_STRIP = @ac_ct_STRIP@
87 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
88 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
89 am__include = @am__include@
90 am__quote = @am__quote@
91 bindir = @bindir@
92 build = @build@
93 build_alias = @build_alias@
94 build_cpu = @build_cpu@
95 build_os = @build_os@
96 build_vendor = @build_vendor@
97 built_with_posix_threads = @built_with_posix_threads@
98 compiled_with_cflags = @compiled_with_cflags@
99 compiled_with_compiler = @compiled_with_compiler@
100 datadir = @datadir@
101 exec_prefix = @exec_prefix@
102 host = @host@
103 host_alias = @host_alias@
104 host_cpu = @host_cpu@
105 host_os = @host_os@
106 host_vendor = @host_vendor@
107 includedir = @includedir@
108 infodir = @infodir@
109 install_sh = @install_sh@
110 libdir = @libdir@
111 libexecdir = @libexecdir@
112 localstatedir = @localstatedir@
113 mandir = @mandir@
114 oldincludedir = @oldincludedir@
115 prefix = @prefix@
116 program_transform_name = @program_transform_name@
117 sbindir = @sbindir@
118 sharedstatedir = @sharedstatedir@
119 sysconfdir = @sysconfdir@
120 target_alias = @target_alias@
121
122 SUBDIRS = src
123 bin_PROGRAM = stoptests remoterun 
124 EXTRA_DIST = stoptests remoterun 
125 subdir = tools
126 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
127 CONFIG_HEADER = $(top_builddir)/config.h
128 CONFIG_CLEAN_FILES =
129 DIST_SOURCES =
130
131 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
132         ps-recursive install-info-recursive uninstall-info-recursive \
133         all-recursive install-data-recursive install-exec-recursive \
134         installdirs-recursive install-recursive uninstall-recursive \
135         check-recursive installcheck-recursive
136 DIST_COMMON = README Makefile.am Makefile.in
137 DIST_SUBDIRS = $(SUBDIRS)
138 all: all-recursive
139
140 .SUFFIXES:
141 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
142         cd $(top_srcdir) && \
143           $(AUTOMAKE) --gnu  tools/Makefile
144 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
145         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
146 uninstall-info-am:
147
148 # This directory's subdirectories are mostly independent; you can cd
149 # into them and run `make' without going through this Makefile.
150 # To change the values of `make' variables: instead of editing Makefiles,
151 # (1) if the variable is set in `config.status', edit `config.status'
152 #     (which will cause the Makefiles to be regenerated when you run `make');
153 # (2) otherwise, pass the desired values on the `make' command line.
154 $(RECURSIVE_TARGETS):
155         @set fnord $$MAKEFLAGS; amf=$$2; \
156         dot_seen=no; \
157         target=`echo $@ | sed s/-recursive//`; \
158         list='$(SUBDIRS)'; for subdir in $$list; do \
159           echo "Making $$target in $$subdir"; \
160           if test "$$subdir" = "."; then \
161             dot_seen=yes; \
162             local_target="$$target-am"; \
163           else \
164             local_target="$$target"; \
165           fi; \
166           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168         done; \
169         if test "$$dot_seen" = "no"; then \
170           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
171         fi; test -z "$$fail"
172
173 mostlyclean-recursive clean-recursive distclean-recursive \
174 maintainer-clean-recursive:
175         @set fnord $$MAKEFLAGS; amf=$$2; \
176         dot_seen=no; \
177         case "$@" in \
178           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
179           *) list='$(SUBDIRS)' ;; \
180         esac; \
181         rev=''; for subdir in $$list; do \
182           if test "$$subdir" = "."; then :; else \
183             rev="$$subdir $$rev"; \
184           fi; \
185         done; \
186         rev="$$rev ."; \
187         target=`echo $@ | sed s/-recursive//`; \
188         for subdir in $$rev; do \
189           echo "Making $$target in $$subdir"; \
190           if test "$$subdir" = "."; then \
191             local_target="$$target-am"; \
192           else \
193             local_target="$$target"; \
194           fi; \
195           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
196            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
197         done && test -z "$$fail"
198 tags-recursive:
199         list='$(SUBDIRS)'; for subdir in $$list; do \
200           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
201         done
202 ctags-recursive:
203         list='$(SUBDIRS)'; for subdir in $$list; do \
204           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
205         done
206
207 ETAGS = etags
208 ETAGSFLAGS =
209
210 CTAGS = ctags
211 CTAGSFLAGS =
212
213 tags: TAGS
214
215 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
216         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
217         unique=`for i in $$list; do \
218             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219           done | \
220           $(AWK) '    { files[$$0] = 1; } \
221                END { for (i in files) print i; }'`; \
222         mkid -fID $$unique
223
224 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
225                 $(TAGS_FILES) $(LISP)
226         tags=; \
227         here=`pwd`; \
228         list='$(SUBDIRS)'; for subdir in $$list; do \
229           if test "$$subdir" = .; then :; else \
230             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
231           fi; \
232         done; \
233         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
234         unique=`for i in $$list; do \
235             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236           done | \
237           $(AWK) '    { files[$$0] = 1; } \
238                END { for (i in files) print i; }'`; \
239         test -z "$(ETAGS_ARGS)$$tags$$unique" \
240           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
241              $$tags $$unique
242
243 ctags: CTAGS
244 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
245                 $(TAGS_FILES) $(LISP)
246         tags=; \
247         here=`pwd`; \
248         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
249         unique=`for i in $$list; do \
250             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251           done | \
252           $(AWK) '    { files[$$0] = 1; } \
253                END { for (i in files) print i; }'`; \
254         test -z "$(CTAGS_ARGS)$$tags$$unique" \
255           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
256              $$tags $$unique
257
258 GTAGS:
259         here=`$(am__cd) $(top_builddir) && pwd` \
260           && cd $(top_srcdir) \
261           && gtags -i $(GTAGS_ARGS) $$here
262
263 distclean-tags:
264         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
265 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
266
267 top_distdir = ..
268 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
269
270 distdir: $(DISTFILES)
271         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
272         list='$(DISTFILES)'; for file in $$list; do \
273           case $$file in \
274             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
275           esac; \
276           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
277           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
279             dir="/$$dir"; \
280             $(mkinstalldirs) "$(distdir)$$dir"; \
281           else \
282             dir=''; \
283           fi; \
284           if test -d $$d/$$file; then \
285             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
286               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
287             fi; \
288             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
289           else \
290             test -f $(distdir)/$$file \
291             || cp -p $$d/$$file $(distdir)/$$file \
292             || exit 1; \
293           fi; \
294         done
295         list='$(SUBDIRS)'; for subdir in $$list; do \
296           if test "$$subdir" = .; then :; else \
297             test -d $(distdir)/$$subdir \
298             || mkdir $(distdir)/$$subdir \
299             || exit 1; \
300             (cd $$subdir && \
301               $(MAKE) $(AM_MAKEFLAGS) \
302                 top_distdir="$(top_distdir)" \
303                 distdir=../$(distdir)/$$subdir \
304                 distdir) \
305               || exit 1; \
306           fi; \
307         done
308 check-am: all-am
309 check: check-recursive
310 all-am: Makefile
311 installdirs: installdirs-recursive
312 installdirs-am:
313
314 install: install-recursive
315 install-exec: install-exec-recursive
316 install-data: install-data-recursive
317 uninstall: uninstall-recursive
318
319 install-am: all-am
320         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
321
322 installcheck: installcheck-recursive
323 install-strip:
324         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
325           INSTALL_STRIP_FLAG=-s \
326           `test -z '$(STRIP)' || \
327             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
328 mostlyclean-generic:
329
330 clean-generic:
331
332 distclean-generic:
333         -rm -f Makefile $(CONFIG_CLEAN_FILES)
334
335 maintainer-clean-generic:
336         @echo "This command is intended for maintainers to use"
337         @echo "it deletes files that may require special tools to rebuild."
338 clean: clean-recursive
339
340 clean-am: clean-generic mostlyclean-am
341
342 distclean: distclean-recursive
343
344 distclean-am: clean-am distclean-generic distclean-tags
345
346 dvi: dvi-recursive
347
348 dvi-am:
349
350 info: info-recursive
351
352 info-am:
353
354 install-data-am:
355
356 install-exec-am:
357
358 install-info: install-info-recursive
359
360 install-man:
361
362 installcheck-am:
363
364 maintainer-clean: maintainer-clean-recursive
365
366 maintainer-clean-am: distclean-am maintainer-clean-generic
367
368 mostlyclean: mostlyclean-recursive
369
370 mostlyclean-am: mostlyclean-generic
371
372 pdf: pdf-recursive
373
374 pdf-am:
375
376 ps: ps-recursive
377
378 ps-am:
379
380 uninstall-am: uninstall-info-am
381
382 uninstall-info: uninstall-info-recursive
383
384 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
385         clean-generic clean-recursive ctags ctags-recursive distclean \
386         distclean-generic distclean-recursive distclean-tags distdir \
387         dvi dvi-am dvi-recursive info info-am info-recursive install \
388         install-am install-data install-data-am install-data-recursive \
389         install-exec install-exec-am install-exec-recursive \
390         install-info install-info-am install-info-recursive install-man \
391         install-recursive install-strip installcheck installcheck-am \
392         installdirs installdirs-am installdirs-recursive \
393         maintainer-clean maintainer-clean-generic \
394         maintainer-clean-recursive mostlyclean mostlyclean-generic \
395         mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
396         ps-recursive tags tags-recursive uninstall uninstall-am \
397         uninstall-info-am uninstall-info-recursive uninstall-recursive
398
399 # Tell versions [3.59,3.63) of GNU make to not export all variables.
400 # Otherwise a system limit (for SysV at least) may be exceeded.
401 .NOEXPORT: