OSDN Git Service

Generated files by autoconf.
[pf3gnuchains/urjtag.git] / jtag / src / jim / Makefile.in
1 # Makefile.in generated by automake 1.10.1 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  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 #
18 # $Id: Makefile.am $
19 #
20 # Copyright (C) 2008 Kolja Waschk <kawk>
21 #
22 # Permission is hereby granted, free of charge, to any person obtaining a copy
23 # of this software and associated documentation files (the "Software"), to deal
24 # in the Software without restriction, including without limitation the rights
25 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26 # copies of the Software, and to permit persons to whom the Software is
27 # furnished to do so, subject to the following conditions:
28 #
29 # The above copyright notice and this permission notice shall be included in
30 # all copies or substantial portions of the Software.
31 #
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38 # THE SOFTWARE.
39
40 #
41 # $Id: Makefile.rules 602 2004-08-11 05:33:01Z telka $
42 #
43 # Copyright (C) 2003 ETC s.r.o.
44 # Copyright (C) 2004 Marcel Telka
45 #
46 # This program is free software; you can redistribute it and/or
47 # modify it under the terms of the GNU General Public License
48 # as published by the Free Software Foundation; either version 2
49 # of the License, or (at your option) any later version.
50 #
51 # This program is distributed in the hope that it will be useful,
52 # but WITHOUT ANY WARRANTY; without even the implied warranty of
53 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54 # GNU General Public License for more details.
55 #
56 # You should have received a copy of the GNU General Public License
57 # along with this program; if not, write to the Free Software
58 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
59 # 02111-1307, USA.
60 #
61 # Written by Marcel Telka <marcel@telka.sk>, 2003, 2004.
62 #
63
64 VPATH = @srcdir@
65 pkgdatadir = $(datadir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkgincludedir = $(includedir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
83         $(top_srcdir)/Makefile.rules
84 subdir = src/jim
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
87         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
88         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
89         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
90         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
91         $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93         $(ACLOCAL_M4)
94 mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
95 CONFIG_HEADER = $(top_builddir)/config.h
96 CONFIG_CLEAN_FILES =
97 LIBRARIES = $(noinst_LIBRARIES)
98 AR = ar
99 ARFLAGS = cru
100 libjim_a_AR = $(AR) $(ARFLAGS)
101 libjim_a_LIBADD =
102 am_libjim_a_OBJECTS = tap.$(OBJEXT) some_cpu.$(OBJEXT) \
103         intel_28f800b3.$(OBJEXT)
104 libjim_a_OBJECTS = $(am_libjim_a_OBJECTS)
105 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
106 depcomp = $(SHELL) $(top_srcdir)/tools/depcomp
107 am__depfiles_maybe = depfiles
108 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
109         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110 CCLD = $(CC)
111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
112 SOURCES = $(libjim_a_SOURCES)
113 DIST_SOURCES = $(libjim_a_SOURCES)
114 ETAGS = etags
115 CTAGS = ctags
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 ACLOCAL = @ACLOCAL@
118 AMTAR = @AMTAR@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 CPP = @CPP@
127 CPPFLAGS = @CPPFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 FTD2XXLIB = @FTD2XXLIB@
137 GMSGFMT = @GMSGFMT@
138 GREP = @GREP@
139 INSTALL = @INSTALL@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 INTLLIBS = @INTLLIBS@
145 LDFLAGS = @LDFLAGS@
146 LEX = @LEX@
147 LEXLIB = @LEXLIB@
148 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
149 LIBFTDI_CONFIG = @LIBFTDI_CONFIG@
150 LIBICONV = @LIBICONV@
151 LIBINTL = @LIBINTL@
152 LIBOBJS = @LIBOBJS@
153 LIBS = @LIBS@
154 LIBUSB_CONFIG = @LIBUSB_CONFIG@
155 LTLIBICONV = @LTLIBICONV@
156 LTLIBINTL = @LTLIBINTL@
157 LTLIBOBJS = @LTLIBOBJS@
158 MAINT = @MAINT@
159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
161 MKINSTALLDIRS = @MKINSTALLDIRS@
162 MSGFMT = @MSGFMT@
163 MSGMERGE = @MSGMERGE@
164 OBJEXT = @OBJEXT@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_NAME = @PACKAGE_NAME@
168 PACKAGE_STRING = @PACKAGE_STRING@
169 PACKAGE_TARNAME = @PACKAGE_TARNAME@
170 PACKAGE_VERSION = @PACKAGE_VERSION@
171 PATH_SEPARATOR = @PATH_SEPARATOR@
172 POSUB = @POSUB@
173 RANLIB = @RANLIB@
174 SED = @SED@
175 SET_MAKE = @SET_MAKE@
176 SHELL = @SHELL@
177 STRIP = @STRIP@
178 SVN_REVISION = @SVN_REVISION@
179 USE_NLS = @USE_NLS@
180 VERSION = @VERSION@
181 XGETTEXT = @XGETTEXT@
182 YACC = @YACC@
183 YFLAGS = @YFLAGS@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_CC = @ac_ct_CC@
189 am__include = @am__include@
190 am__leading_dot = @am__leading_dot@
191 am__quote = @am__quote@
192 am__tar = @am__tar@
193 am__untar = @am__untar@
194 bindir = @bindir@
195 build = @build@
196 build_alias = @build_alias@
197 build_cpu = @build_cpu@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 localedir = @localedir@
218 localstatedir = @localstatedir@
219 mandir = @mandir@
220 mkdir_p = @mkdir_p@
221 oldincludedir = @oldincludedir@
222 pdfdir = @pdfdir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 psdir = @psdir@
226 sbindir = @sbindir@
227 sharedstatedir = @sharedstatedir@
228 srcdir = @srcdir@
229 sysconfdir = @sysconfdir@
230 target_alias = @target_alias@
231 top_builddir = @top_builddir@
232 top_srcdir = @top_srcdir@
233 noinst_LIBRARIES = libjim.a
234 libjim_a_SOURCES = \
235         tap.c \
236         some_cpu.c \
237         intel_28f800b3.c
238
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .c .o .obj
243 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.rules $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
248                 && exit 0; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/jim/Makefile'; \
253         cd $(top_srcdir) && \
254           $(AUTOMAKE) --gnu  src/jim/Makefile
255 .PRECIOUS: Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257         @case '$?' in \
258           *config.status*) \
259             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260           *) \
261             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263         esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
271         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273 clean-noinstLIBRARIES:
274         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
275 libjim.a: $(libjim_a_OBJECTS) $(libjim_a_DEPENDENCIES) 
276         -rm -f libjim.a
277         $(libjim_a_AR) libjim.a $(libjim_a_OBJECTS) $(libjim_a_LIBADD)
278         $(RANLIB) libjim.a
279
280 mostlyclean-compile:
281         -rm -f *.$(OBJEXT)
282
283 distclean-compile:
284         -rm -f *.tab.c
285
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_28f800b3.Po@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/some_cpu.Po@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap.Po@am__quote@
289
290 .c.o:
291 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
292 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
296
297 .c.obj:
298 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
299 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
303
304 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
305         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306         unique=`for i in $$list; do \
307             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308           done | \
309           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
310               END { if (nonempty) { for (i in files) print i; }; }'`; \
311         mkid -fID $$unique
312 tags: TAGS
313
314 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
315                 $(TAGS_FILES) $(LISP)
316         tags=; \
317         here=`pwd`; \
318         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
319         unique=`for i in $$list; do \
320             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321           done | \
322           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
323               END { if (nonempty) { for (i in files) print i; }; }'`; \
324         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325           test -n "$$unique" || unique=$$empty_fix; \
326           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327             $$tags $$unique; \
328         fi
329 ctags: CTAGS
330 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331                 $(TAGS_FILES) $(LISP)
332         tags=; \
333         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
334         unique=`for i in $$list; do \
335             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336           done | \
337           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338               END { if (nonempty) { for (i in files) print i; }; }'`; \
339         test -z "$(CTAGS_ARGS)$$tags$$unique" \
340           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
341              $$tags $$unique
342
343 GTAGS:
344         here=`$(am__cd) $(top_builddir) && pwd` \
345           && cd $(top_srcdir) \
346           && gtags -i $(GTAGS_ARGS) $$here
347
348 distclean-tags:
349         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
350
351 distdir: $(DISTFILES)
352         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354         list='$(DISTFILES)'; \
355           dist_files=`for file in $$list; do echo $$file; done | \
356           sed -e "s|^$$srcdirstrip/||;t" \
357               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
358         case $$dist_files in \
359           */*) $(MKDIR_P) `echo "$$dist_files" | \
360                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
361                            sort -u` ;; \
362         esac; \
363         for file in $$dist_files; do \
364           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365           if test -d $$d/$$file; then \
366             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
367             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
368               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
369             fi; \
370             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
371           else \
372             test -f $(distdir)/$$file \
373             || cp -p $$d/$$file $(distdir)/$$file \
374             || exit 1; \
375           fi; \
376         done
377 check-am: all-am
378 check: check-am
379 all-am: Makefile $(LIBRARIES)
380 installdirs:
381 install: install-am
382 install-exec: install-exec-am
383 install-data: install-data-am
384 uninstall: uninstall-am
385
386 install-am: all-am
387         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389 installcheck: installcheck-am
390 install-strip:
391         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393           `test -z '$(STRIP)' || \
394             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395 mostlyclean-generic:
396
397 clean-generic:
398
399 distclean-generic:
400         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401
402 maintainer-clean-generic:
403         @echo "This command is intended for maintainers to use"
404         @echo "it deletes files that may require special tools to rebuild."
405 clean: clean-am
406
407 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
408
409 distclean: distclean-am
410         -rm -rf ./$(DEPDIR)
411         -rm -f Makefile
412 distclean-am: clean-am distclean-compile distclean-generic \
413         distclean-tags
414
415 dvi: dvi-am
416
417 dvi-am:
418
419 html: html-am
420
421 info: info-am
422
423 info-am:
424
425 install-data-am:
426
427 install-dvi: install-dvi-am
428
429 install-exec-am:
430
431 install-html: install-html-am
432
433 install-info: install-info-am
434
435 install-man:
436
437 install-pdf: install-pdf-am
438
439 install-ps: install-ps-am
440
441 installcheck-am:
442
443 maintainer-clean: maintainer-clean-am
444         -rm -rf ./$(DEPDIR)
445         -rm -f Makefile
446 maintainer-clean-am: distclean-am maintainer-clean-generic
447
448 mostlyclean: mostlyclean-am
449
450 mostlyclean-am: mostlyclean-compile mostlyclean-generic
451
452 pdf: pdf-am
453
454 pdf-am:
455
456 ps: ps-am
457
458 ps-am:
459
460 uninstall-am:
461
462 .MAKE: install-am install-strip
463
464 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
465         clean-noinstLIBRARIES ctags distclean distclean-compile \
466         distclean-generic distclean-tags distdir dvi dvi-am html \
467         html-am info info-am install install-am install-data \
468         install-data-am install-dvi install-dvi-am install-exec \
469         install-exec-am install-html install-html-am install-info \
470         install-info-am install-man install-pdf install-pdf-am \
471         install-ps install-ps-am install-strip installcheck \
472         installcheck-am installdirs maintainer-clean \
473         maintainer-clean-generic mostlyclean mostlyclean-compile \
474         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
475         uninstall-am
476
477
478 lint:
479         -test "$(SOURCES)" && splint $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(SOURCES)
480         test -z "$(SUBDIRS)" || $(MAKE) RECURSIVE_TARGETS=lint-recursive $(AM_MAKEFLAGS) lint-recursive
481
482 lint-am: Makefile @MAINTAINER_MODE_TRUE@ $(top_srcdir)/Makefile.rules
483
484 .PHONY: lint lint-am
485 # Tell versions [3.59,3.63) of GNU make to not export all variables.
486 # Otherwise a system limit (for SysV at least) may be exceeded.
487 .NOEXPORT: