Imported Upstream version 4.6.1
[debian/atlc] / examples / 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
18 # This is Makefile.am, which is processed by automake
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = examples
40 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
43         $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53 am__vpath_adj = case $$p in \
54     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55     *) f=$$p;; \
56   esac;
57 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
58 am__install_max = 40
59 am__nobase_strip_setup = \
60   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
61 am__nobase_strip = \
62   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
63 am__nobase_list = $(am__nobase_strip_setup); \
64   for p in $$list; do echo "$$p $$p"; done | \
65   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
66   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
67     if (++n[$$2] == $(am__install_max)) \
68       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
69     END { for (dir in files) print dir, files[dir] }'
70 am__base_list = \
71   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73 am__installdirs = "$(DESTDIR)$(examplesdir)"
74 DATA = $(examples_DATA)
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 CC = @CC@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 ECHO_C = @ECHO_C@
91 ECHO_N = @ECHO_N@
92 ECHO_T = @ECHO_T@
93 EGREP = @EGREP@
94 EXEEXT = @EXEEXT@
95 GREP = @GREP@
96 INSTALL = @INSTALL@
97 INSTALL_DATA = @INSTALL_DATA@
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@
99 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101 LDFLAGS = @LDFLAGS@
102 LIBOBJS = @LIBOBJS@
103 LIBS = @LIBS@
104 LTLIBOBJS = @LTLIBOBJS@
105 MAKEINFO = @MAKEINFO@
106 MKDIR_P = @MKDIR_P@
107 OBJEXT = @OBJEXT@
108 PACKAGE = @PACKAGE@
109 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110 PACKAGE_NAME = @PACKAGE_NAME@
111 PACKAGE_STRING = @PACKAGE_STRING@
112 PACKAGE_TARNAME = @PACKAGE_TARNAME@
113 PACKAGE_URL = @PACKAGE_URL@
114 PACKAGE_VERSION = @PACKAGE_VERSION@
115 PATH_SEPARATOR = @PATH_SEPARATOR@
116 POW_LIB = @POW_LIB@
117 PTHREAD_CC = @PTHREAD_CC@
118 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
119 PTHREAD_LIBS = @PTHREAD_LIBS@
120 SET_MAKE = @SET_MAKE@
121 SHELL = @SHELL@
122 STRIP = @STRIP@
123 VERSION = @VERSION@
124 abs_builddir = @abs_builddir@
125 abs_srcdir = @abs_srcdir@
126 abs_top_builddir = @abs_top_builddir@
127 abs_top_srcdir = @abs_top_srcdir@
128 ac_ct_CC = @ac_ct_CC@
129 am__include = @am__include@
130 am__leading_dot = @am__leading_dot@
131 am__quote = @am__quote@
132 am__tar = @am__tar@
133 am__untar = @am__untar@
134 bindir = @bindir@
135 build = @build@
136 build_alias = @build_alias@
137 build_cpu = @build_cpu@
138 build_os = @build_os@
139 build_vendor = @build_vendor@
140 builddir = @builddir@
141 built_with_posix_threads = @built_with_posix_threads@
142 compiled_with_cflags = @compiled_with_cflags@
143 compiled_with_compiler = @compiled_with_compiler@
144 datadir = @datadir@
145 datarootdir = @datarootdir@
146 docdir = @docdir@
147 dvidir = @dvidir@
148 exec_prefix = @exec_prefix@
149 host = @host@
150 host_alias = @host_alias@
151 host_cpu = @host_cpu@
152 host_os = @host_os@
153 host_vendor = @host_vendor@
154 htmldir = @htmldir@
155 includedir = @includedir@
156 infodir = @infodir@
157 install_sh = @install_sh@
158 libdir = @libdir@
159 libexecdir = @libexecdir@
160 localedir = @localedir@
161 localstatedir = @localstatedir@
162 mandir = @mandir@
163 mkdir_p = @mkdir_p@
164 oldincludedir = @oldincludedir@
165 pdfdir = @pdfdir@
166 prefix = @prefix@
167 program_transform_name = @program_transform_name@
168 psdir = @psdir@
169 sbindir = @sbindir@
170 sharedstatedir = @sharedstatedir@
171 srcdir = @srcdir@
172 sysconfdir = @sysconfdir@
173 target_alias = @target_alias@
174 top_build_prefix = @top_build_prefix@
175 top_builddir = @top_builddir@
176 top_srcdir = @top_srcdir@
177 examplesdir = $(datadir)/atlc/examples
178 examples_DATA = \
179 100ohm-201h.bmp \
180 100ohm-201h.bmp.txt \
181 100ohm-401h.bmp \
182 100ohm-401h.bmp.txt \
183 100ohm-801h.bmp \
184 100ohm-801h.bmp.txt \
185 200ohm-201h.bmp \
186 200ohm-201h.bmp.txt \
187 200ohm-401h.bmp \
188 200ohm-401h.bmp.txt \
189 200ohm-801h.bmp \
190 200ohm-801h.bmp.txt \
191 25ohm-201h.E.bmp \
192 25ohm-201h.Er.bmp \
193 25ohm-201h.Ex.bmp \
194 25ohm-201h.Ey.bmp \
195 25ohm-201h.U.bmp \
196 25ohm-201h.V.bmp \
197 25ohm-201h.bmp \
198 25ohm-201h.bmp.txt \
199 25ohm-401h.bmp \
200 25ohm-401h.bmp.txt \
201 25ohm-801h.bmp \
202 400ohm-1551h.bmp \
203 400ohm-1551h.bmp.txt \
204 50ohm-201h.E.bmp \
205 50ohm-201h.Er.bmp \
206 50ohm-201h.Ex.bmp \
207 50ohm-201h.Ey.bmp \
208 50ohm-201h.U.bmp \
209 50ohm-201h.V.bmp \
210 50ohm-201h.bmp \
211 50ohm-401h.bmp \
212 50ohm-401h.bmp.txt \
213 50ohm-801h.bmp \
214 50ohm-801h.bmp.txt \
215 aliased.bmp \
216 an_odd_er.bmp \
217 bigger_not_in_centre.bmp \
218 bigger_not_in_centre.bmp.txt \
219 coax-500-100.bmp \
220 coax-500-100.bmp.txt \
221 coax-500-200-Er=100.bmp \
222 coax-500-200-Er=100.bmp.txt \
223 coax-500-200.E.bmp \
224 coax-500-200.Er.bmp \
225 coax-500-200.Ex.bmp \
226 coax-500-200.Ey.bmp \
227 coax-500-200.U.bmp \
228 coax-500-200.V.bmp \
229 coax-500-200.bmp \
230 coax-500-200.bmp.txt \
231 coax-500-25.bmp \
232 coax-500-25.bmp.txt \
233 coax-500-400.bmp \
234 coax-500-400.bmp.txt \
235 coax-500-50.bmp \
236 coax-500-50.bmp.txt \
237 coax2.E.bmp \
238 coax2.Er.bmp \
239 coax2.Ex.bmp \
240 coax2.Ey.bmp \
241 coax2.U.bmp \
242 coax2.V.bmp \
243 coax2.bmp \
244 coax2.bmp.txt \
245 coaxtest.bmp \
246 coaxtest.bmp.txt \
247 coaxtest2.bmp \
248 coaxtest2.bmp.txt \
249 coupler.bmp \
250 coupler.bmp.txt \
251 create_for_Makefile.am \
252 cvsignore \
253 dual-dielectric-coax.bmp \
254 ground-negative-short.bmp \
255 ground-negative-short.bmp.txt \
256 microstrip_coupler.bmp \
257 microstrip_coupler.bmp.txt \
258 multi-dielectric.bmp \
259 multi-dielectric.bmp.txt \
260 not-aliased.bmp \
261 not-aliased.bmp.txt \
262 not_in_centre.bmp \
263 not_in_centre.bmp.txt \
264 odd-coupler.bmp \
265 off-centre-coax.bmp \
266 offset.bmp \
267 offset.bmp.txt \
268 pcb-coupler.bmp \
269 pcb-coupler.bmp.txt \
270 pcb.bmp \
271 pcb.bmp.txt \
272 positive-ground-short.bmp \
273 positive-negative-short.bmp \
274 test-coupler1.E.even.bmp \
275 test-coupler1.E.odd.bmp \
276 test-coupler1.Er.bmp \
277 test-coupler1.Ex.even.bmp \
278 test-coupler1.Ex.odd.bmp \
279 test-coupler1.Ey.even.bmp \
280 test-coupler1.Ey.odd.bmp \
281 test-coupler1.U.even.bmp \
282 test-coupler1.U.odd.bmp \
283 test-coupler1.V.even.bmp \
284 test-coupler1.V.odd.bmp \
285 test-coupler1.bmp \
286 test-coupler1.bmp.txt \
287 test-coupler2.E.even.bmp \
288 test-coupler2.E.odd.bmp \
289 test-coupler2.Er.bmp \
290 test-coupler2.Ex.even.bmp \
291 test-coupler2.Ex.odd.bmp \
292 test-coupler2.Ey.even.bmp \
293 test-coupler2.Ey.odd.bmp \
294 test-coupler2.U.even.bmp \
295 test-coupler2.U.odd.bmp \
296 test-coupler2.V.even.bmp \
297 test-coupler2.V.odd.bmp \
298 test-coupler2.bmp \
299 test-coupler2.bmp.txt \
300 test.E.bmp \
301 test.Er.bmp \
302 test.Ex.bmp \
303 test.Ey.bmp \
304 test.U.bmp \
305 test.V.bmp \
306 test.bmp \
307 test.bmp.txt \
308 test3.bmp \
309 test3.bmp.txt \
310 test4.bmp \
311 test4.bmp.txt \
312 test5.bmp \
313 test6.bmp \
314 test6.bmp.txt \
315 test7.bmp \
316 test7.bmp.txt \
317 test_rect_in_rect.E.bmp \
318 test_rect_in_rect.Er.bmp \
319 test_rect_in_rect.Ex.bmp \
320 test_rect_in_rect.Ey.bmp \
321 test_rect_in_rect.U.bmp \
322 test_rect_in_rect.V.bmp \
323 test_rect_in_rect.bmp \
324 test_rect_in_rect.bmp.txt \
325 test_stripline_coupler.E.even.bmp \
326 test_stripline_coupler.E.odd.bmp \
327 test_stripline_coupler.Er.bmp \
328 test_stripline_coupler.Ex.even.bmp \
329 test_stripline_coupler.Ex.odd.bmp \
330 test_stripline_coupler.Ey.even.bmp \
331 test_stripline_coupler.Ey.odd.bmp \
332 test_stripline_coupler.U.even.bmp \
333 test_stripline_coupler.U.odd.bmp \
334 test_stripline_coupler.V.even.bmp \
335 test_stripline_coupler.V.odd.bmp \
336 test_stripline_coupler.bmp \
337 test_stripline_coupler.bmp.txt \
338 test_stripline_coupler2.bmp \
339 test_sym_strip.Ex.bmp \
340 test_sym_strip.U.bmp \
341 test_sym_strip.V.bmp \
342 test_sym_strip.bmp \
343 test_sym_strip.bmp.txt \
344 twin-wire.bmp \
345 twin-wire.bmp.txt \
346 twin-wire2.bmp \
347 twin-wire2.bmp.txt \
348 twin-wire3.bmp \
349 twin-wire3.bmp.txt \
350 twin-wire4.bmp \
351 twin-wire4.bmp.txt \
352 ushape.bmp \
353 ushape.bmp.txt \
354 very-odd.bmp \
355 very-odd.bmp.txt \
356 wide-9pixel.bmp \
357 wide-9pixel.bmp.txt 
358
359 EXTRA_DIST = $(examples_DATA)
360 all: all-am
361
362 .SUFFIXES:
363 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
364         @for dep in $?; do \
365           case '$(am__configure_deps)' in \
366             *$$dep*) \
367               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368                 && { if test -f $@; then exit 0; else break; fi; }; \
369               exit 1;; \
370           esac; \
371         done; \
372         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
373         $(am__cd) $(top_srcdir) && \
374           $(AUTOMAKE) --gnu examples/Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377         @case '$?' in \
378           *config.status*) \
379             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380           *) \
381             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383         esac;
384
385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
388 $(top_srcdir)/configure:  $(am__configure_deps)
389         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
391         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392 $(am__aclocal_m4_deps):
393 install-examplesDATA: $(examples_DATA)
394         @$(NORMAL_INSTALL)
395         test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
396         @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
397         for p in $$list; do \
398           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
399           echo "$$d$$p"; \
400         done | $(am__base_list) | \
401         while read files; do \
402           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
403           $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
404         done
405
406 uninstall-examplesDATA:
407         @$(NORMAL_UNINSTALL)
408         @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
409         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
410         test -n "$$files" || exit 0; \
411         echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \
412         cd "$(DESTDIR)$(examplesdir)" && rm -f $$files
413 tags: TAGS
414 TAGS:
415
416 ctags: CTAGS
417 CTAGS:
418
419
420 distdir: $(DISTFILES)
421         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423         list='$(DISTFILES)'; \
424           dist_files=`for file in $$list; do echo $$file; done | \
425           sed -e "s|^$$srcdirstrip/||;t" \
426               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427         case $$dist_files in \
428           */*) $(MKDIR_P) `echo "$$dist_files" | \
429                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430                            sort -u` ;; \
431         esac; \
432         for file in $$dist_files; do \
433           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434           if test -d $$d/$$file; then \
435             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436             if test -d "$(distdir)/$$file"; then \
437               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438             fi; \
439             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442             fi; \
443             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444           else \
445             test -f "$(distdir)/$$file" \
446             || cp -p $$d/$$file "$(distdir)/$$file" \
447             || exit 1; \
448           fi; \
449         done
450 check-am: all-am
451 check: check-am
452 all-am: Makefile $(DATA)
453 installdirs:
454         for dir in "$(DESTDIR)$(examplesdir)"; do \
455           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
456         done
457 install: install-am
458 install-exec: install-exec-am
459 install-data: install-data-am
460 uninstall: uninstall-am
461
462 install-am: all-am
463         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465 installcheck: installcheck-am
466 install-strip:
467         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469           `test -z '$(STRIP)' || \
470             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
471 mostlyclean-generic:
472
473 clean-generic:
474
475 distclean-generic:
476         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
477         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
478
479 maintainer-clean-generic:
480         @echo "This command is intended for maintainers to use"
481         @echo "it deletes files that may require special tools to rebuild."
482 clean: clean-am
483
484 clean-am: clean-generic mostlyclean-am
485
486 distclean: distclean-am
487         -rm -f Makefile
488 distclean-am: clean-am distclean-generic
489
490 dvi: dvi-am
491
492 dvi-am:
493
494 html: html-am
495
496 html-am:
497
498 info: info-am
499
500 info-am:
501
502 install-data-am: install-examplesDATA
503
504 install-dvi: install-dvi-am
505
506 install-dvi-am:
507
508 install-exec-am:
509
510 install-html: install-html-am
511
512 install-html-am:
513
514 install-info: install-info-am
515
516 install-info-am:
517
518 install-man:
519
520 install-pdf: install-pdf-am
521
522 install-pdf-am:
523
524 install-ps: install-ps-am
525
526 install-ps-am:
527
528 installcheck-am:
529
530 maintainer-clean: maintainer-clean-am
531         -rm -f Makefile
532 maintainer-clean-am: distclean-am maintainer-clean-generic
533
534 mostlyclean: mostlyclean-am
535
536 mostlyclean-am: mostlyclean-generic
537
538 pdf: pdf-am
539
540 pdf-am:
541
542 ps: ps-am
543
544 ps-am:
545
546 uninstall-am: uninstall-examplesDATA
547
548 .MAKE: install-am install-strip
549
550 .PHONY: all all-am check check-am clean clean-generic distclean \
551         distclean-generic distdir dvi dvi-am html html-am info info-am \
552         install install-am install-data install-data-am install-dvi \
553         install-dvi-am install-examplesDATA install-exec \
554         install-exec-am install-html install-html-am install-info \
555         install-info-am install-man install-pdf install-pdf-am \
556         install-ps install-ps-am install-strip installcheck \
557         installcheck-am installdirs maintainer-clean \
558         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
559         pdf-am ps ps-am uninstall uninstall-am uninstall-examplesDATA
560
561
562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
563 # Otherwise a system limit (for SysV at least) may be exceeded.
564 .NOEXPORT: