changes from running bootstrap and then make maintainer-clean
[debian/gnuradio] / usrp2 / firmware / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 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 #
19 # Copyright 2007,2008 Free Software Foundation, Inc.
20 #
21 # This program is free software: you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation, either version 3 of the License, or
24 # (at your option) any later version.
25 #
26 # This program is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
33 #
34
35 # -*- Makefile -*-
36 #
37 # Copyright 2007 Free Software Foundation, Inc.
38 #
39 # This program is free software: you can redistribute it and/or modify
40 # it under the terms of the GNU General Public License as published by
41 # the Free Software Foundation, either version 3 of the License, or
42 # (at your option) any later version.
43 #
44 # This program is distributed in the hope that it will be useful,
45 # but WITHOUT ANY WARRANTY; without even the implied warranty of
46 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
47 # GNU General Public License for more details.
48 #
49 # You should have received a copy of the GNU General Public License
50 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
51 #
52
53 VPATH = @srcdir@
54 pkgdatadir = $(datadir)/@PACKAGE@
55 pkgincludedir = $(includedir)/@PACKAGE@
56 pkglibdir = $(libdir)/@PACKAGE@
57 pkglibexecdir = $(libexecdir)/@PACKAGE@
58 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59 install_sh_DATA = $(install_sh) -c -m 644
60 install_sh_PROGRAM = $(install_sh) -c
61 install_sh_SCRIPT = $(install_sh) -c
62 INSTALL_HEADER = $(INSTALL_DATA)
63 transform = $(program_transform_name)
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
71         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
72         $(top_srcdir)/Makefile.common $(top_srcdir)/configure AUTHORS \
73         COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
74         install-sh missing
75 @BUILDING_USRP2_FIRMWARE_TRUE@am__append_1 = include lib apps
76 subdir = .
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 am__aclocal_m4_deps = $(top_srcdir)/config/grc_build.m4 \
79         $(top_srcdir)/config/grc_usrp2_firmware.m4 \
80         $(top_srcdir)/config/grc_usrp2_stub.m4 \
81         $(top_srcdir)/configure.ac
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83         $(ACLOCAL_M4)
84 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
85  configure.lineno config.status.lineno
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = config.h
88 CONFIG_CLEAN_FILES =
89 CONFIG_CLEAN_VPATH_FILES =
90 SOURCES =
91 DIST_SOURCES =
92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93         html-recursive info-recursive install-data-recursive \
94         install-dvi-recursive install-exec-recursive \
95         install-html-recursive install-info-recursive \
96         install-pdf-recursive install-ps-recursive install-recursive \
97         installcheck-recursive installdirs-recursive pdf-recursive \
98         ps-recursive uninstall-recursive
99 DATA = $(noinst_DATA)
100 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
101   distclean-recursive maintainer-clean-recursive
102 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
103         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
104         distdir dist dist-all distcheck
105 ETAGS = etags
106 CTAGS = ctags
107 DIST_SUBDIRS = config include lib apps
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109 distdir = $(PACKAGE)-$(VERSION)
110 top_distdir = $(distdir)
111 am__remove_distdir = \
112   { test ! -d "$(distdir)" \
113     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
114          && rm -fr "$(distdir)"; }; }
115 am__relativize = \
116   dir0=`pwd`; \
117   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
118   sed_rest='s,^[^/]*/*,,'; \
119   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
120   sed_butlast='s,/*[^/]*$$,,'; \
121   while test -n "$$dir1"; do \
122     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
123     if test "$$first" != "."; then \
124       if test "$$first" = ".."; then \
125         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
126         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
127       else \
128         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
129         if test "$$first2" = "$$first"; then \
130           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
131         else \
132           dir2="../$$dir2"; \
133         fi; \
134         dir0="$$dir0"/"$$first"; \
135       fi; \
136     fi; \
137     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
138   done; \
139   reldir="$$dir2"
140 DIST_ARCHIVES = $(distdir).tar.gz
141 GZIP_ENV = --best
142 distuninstallcheck_listfiles = find . -type f -print
143 distcleancheck_listfiles = find . -type f -print
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CC = @CC@
151 CCAS = @CCAS@
152 CCASDEPMODE = @CCASDEPMODE@
153 CCASFLAGS = @CCASFLAGS@
154 CCDEPMODE = @CCDEPMODE@
155 CFLAGS = @CFLAGS@
156 CPP = @CPP@
157 CPPFLAGS = @CPPFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 ECHO_C = @ECHO_C@
162 ECHO_N = @ECHO_N@
163 ECHO_T = @ECHO_T@
164 EGREP = @EGREP@
165 EXEEXT = @EXEEXT@
166 GREP = @GREP@
167 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 LDFLAGS = @LDFLAGS@
173 LIBOBJS = @LIBOBJS@
174 LIBS = @LIBS@
175 LTLIBOBJS = @LTLIBOBJS@
176 MAKEINFO = @MAKEINFO@
177 MB_GCC = @MB_GCC@
178 MKDIR_P = @MKDIR_P@
179 OBJEXT = @OBJEXT@
180 PACKAGE = @PACKAGE@
181 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182 PACKAGE_NAME = @PACKAGE_NAME@
183 PACKAGE_STRING = @PACKAGE_STRING@
184 PACKAGE_TARNAME = @PACKAGE_TARNAME@
185 PACKAGE_URL = @PACKAGE_URL@
186 PACKAGE_VERSION = @PACKAGE_VERSION@
187 PATH_SEPARATOR = @PATH_SEPARATOR@
188 RANLIB = @RANLIB@
189 SET_MAKE = @SET_MAKE@
190 SHELL = @SHELL@
191 STRIP = @STRIP@
192 VERSION = @VERSION@
193 abs_builddir = @abs_builddir@
194 abs_srcdir = @abs_srcdir@
195 abs_top_builddir = @abs_top_builddir@
196 abs_top_srcdir = @abs_top_srcdir@
197 ac_ct_CC = @ac_ct_CC@
198 am__include = @am__include@
199 am__leading_dot = @am__leading_dot@
200 am__quote = @am__quote@
201 am__tar = @am__tar@
202 am__untar = @am__untar@
203 bindir = @bindir@
204 build_alias = @build_alias@
205 build_dirs = @build_dirs@
206 builddir = @builddir@
207 datadir = @datadir@
208 datarootdir = @datarootdir@
209 docdir = @docdir@
210 dvidir = @dvidir@
211 exec_prefix = @exec_prefix@
212 host_alias = @host_alias@
213 htmldir = @htmldir@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localedir = @localedir@
220 localstatedir = @localstatedir@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 oldincludedir = @oldincludedir@
224 pdfdir = @pdfdir@
225 prefix = @prefix@
226 program_transform_name = @program_transform_name@
227 psdir = @psdir@
228 sbindir = @sbindir@
229 sharedstatedir = @sharedstatedir@
230 skipped_dirs = @skipped_dirs@
231 srcdir = @srcdir@
232 sysconfdir = @sysconfdir@
233 target_alias = @target_alias@
234 top_build_prefix = @top_build_prefix@
235 top_builddir = @top_builddir@
236 top_srcdir = @top_srcdir@
237 usrp2_INCLUDEDIR = @usrp2_INCLUDEDIR@
238 usrp2_INCLUDES = @usrp2_INCLUDES@
239 usrp2_LA = @usrp2_LA@
240 usrp2_LDFLAG = @usrp2_LDFLAG@
241 usrp2_LIBDIRPATH = @usrp2_LIBDIRPATH@
242 usrp2_firmware_INCLUDEDIR = @usrp2_firmware_INCLUDEDIR@
243 usrp2_firmware_INCLUDES = @usrp2_firmware_INCLUDES@
244 usrp2_firmware_LA = @usrp2_firmware_LA@
245 usrp2_firmware_LDFLAG = @usrp2_firmware_LDFLAG@
246 usrp2_firmware_LIBDIRPATH = @usrp2_firmware_LIBDIRPATH@
247 with_INCLUDES = @with_INCLUDES@
248 with_LIBDIRPATH = @with_LIBDIRPATH@
249 with_PYDIRPATH = @with_PYDIRPATH@
250 with_SWIGDIRPATH = @with_SWIGDIRPATH@
251 with_SWIG_INCLUDES = @with_SWIG_INCLUDES@
252 with_dirs = @with_dirs@
253 ACLOCAL_AMFLAGS = -I config
254 STD_INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
255
256 #HAL_IO = -DHAL_IO_USES_DBOARD_PINS 
257 HAL_IO = -DHAL_IO_USES_UART 
258 AM_CPPFLAGS = $(HAL_IO) $(STD_INCLUDES)
259 STD_CFLAGS = --std=gnu99 -Wall -Werror-implicit-function-declaration -mxl-soft-div -msoft-float
260 AM_CFLAGS = $(STD_CFLAGS) -mxl-soft-mul -mxl-barrel-shift
261 #AM_CFLAGS = $(STD_CFLAGS) -mxl-soft-mul -mxl-barrel-shift -mxl-gp-opt -G 16384
262
263 #LINKER_SCRIPT = $(top_srcdir)/lib/microblaze.ld
264 #AM_LDFLAGS = -Wl,-T,$(LINKER_SCRIPT) -Wl,-defsym -Wl,_STACK_SIZE=1024
265 #AM_LDFLAGS = -Wl,-T,$(LINKER_SCRIPT) -Wl,-Map -Wl,$@.map
266 #AM_LDFLAGS = -Wl,-T,$(LINKER_SCRIPT)
267 AM_LDFLAGS = -Wl,-Map -Wl,$@.map -Wl,-defsym -Wl,_STACK_SIZE=3072
268 BINS = $(noinst_PROGRAMS:=.bin)
269 ROMS = $(noinst_PROGRAMS:=.rom)
270 DUMPS = $(noinst_PROGRAMS:=.dump)
271 noinst_DATA = $(BINS) $(ROMS) $(DUMPS)
272 CLEANFILES = $(ROMS) $(DUMPS) $(BINS)
273 EXTRA_DIST = \
274         bootstrap \
275         configure \
276         configure.gnu \
277         u2_flash_tool
278
279 SUBDIRS = config $(am__append_1)
280 all: config.h
281         $(MAKE) $(AM_MAKEFLAGS) all-recursive
282
283 .SUFFIXES:
284 am--refresh:
285         @:
286 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
287         @for dep in $?; do \
288           case '$(am__configure_deps)' in \
289             *$$dep*) \
290               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
291               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
292                 && exit 0; \
293               exit 1;; \
294           esac; \
295         done; \
296         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
297         $(am__cd) $(top_srcdir) && \
298           $(AUTOMAKE) --gnu Makefile
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300         @case '$?' in \
301           *config.status*) \
302             echo ' $(SHELL) ./config.status'; \
303             $(SHELL) ./config.status;; \
304           *) \
305             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
306             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
307         esac;
308
309 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
310         $(SHELL) ./config.status --recheck
311
312 $(top_srcdir)/configure:  $(am__configure_deps)
313         $(am__cd) $(srcdir) && $(AUTOCONF)
314 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
315         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
316 $(am__aclocal_m4_deps):
317
318 config.h: stamp-h1
319         @if test ! -f $@; then \
320           rm -f stamp-h1; \
321           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
322         else :; fi
323
324 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
325         @rm -f stamp-h1
326         cd $(top_builddir) && $(SHELL) ./config.status config.h
327 $(srcdir)/config.h.in:  $(am__configure_deps) 
328         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
329         rm -f stamp-h1
330         touch $@
331
332 distclean-hdr:
333         -rm -f config.h stamp-h1
334
335 # This directory's subdirectories are mostly independent; you can cd
336 # into them and run `make' without going through this Makefile.
337 # To change the values of `make' variables: instead of editing Makefiles,
338 # (1) if the variable is set in `config.status', edit `config.status'
339 #     (which will cause the Makefiles to be regenerated when you run `make');
340 # (2) otherwise, pass the desired values on the `make' command line.
341 $(RECURSIVE_TARGETS):
342         @fail= failcom='exit 1'; \
343         for f in x $$MAKEFLAGS; do \
344           case $$f in \
345             *=* | --[!k]*);; \
346             *k*) failcom='fail=yes';; \
347           esac; \
348         done; \
349         dot_seen=no; \
350         target=`echo $@ | sed s/-recursive//`; \
351         list='$(SUBDIRS)'; for subdir in $$list; do \
352           echo "Making $$target in $$subdir"; \
353           if test "$$subdir" = "."; then \
354             dot_seen=yes; \
355             local_target="$$target-am"; \
356           else \
357             local_target="$$target"; \
358           fi; \
359           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360           || eval $$failcom; \
361         done; \
362         if test "$$dot_seen" = "no"; then \
363           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364         fi; test -z "$$fail"
365
366 $(RECURSIVE_CLEAN_TARGETS):
367         @fail= failcom='exit 1'; \
368         for f in x $$MAKEFLAGS; do \
369           case $$f in \
370             *=* | --[!k]*);; \
371             *k*) failcom='fail=yes';; \
372           esac; \
373         done; \
374         dot_seen=no; \
375         case "$@" in \
376           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377           *) list='$(SUBDIRS)' ;; \
378         esac; \
379         rev=''; for subdir in $$list; do \
380           if test "$$subdir" = "."; then :; else \
381             rev="$$subdir $$rev"; \
382           fi; \
383         done; \
384         rev="$$rev ."; \
385         target=`echo $@ | sed s/-recursive//`; \
386         for subdir in $$rev; do \
387           echo "Making $$target in $$subdir"; \
388           if test "$$subdir" = "."; then \
389             local_target="$$target-am"; \
390           else \
391             local_target="$$target"; \
392           fi; \
393           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394           || eval $$failcom; \
395         done && test -z "$$fail"
396 tags-recursive:
397         list='$(SUBDIRS)'; for subdir in $$list; do \
398           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399         done
400 ctags-recursive:
401         list='$(SUBDIRS)'; for subdir in $$list; do \
402           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
403         done
404
405 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411               END { if (nonempty) { for (i in files) print i; }; }'`; \
412         mkid -fID $$unique
413 tags: TAGS
414
415 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
416                 $(TAGS_FILES) $(LISP)
417         set x; \
418         here=`pwd`; \
419         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420           include_option=--etags-include; \
421           empty_fix=.; \
422         else \
423           include_option=--include; \
424           empty_fix=; \
425         fi; \
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           if test "$$subdir" = .; then :; else \
428             test ! -f $$subdir/TAGS || \
429               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
430           fi; \
431         done; \
432         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437               END { if (nonempty) { for (i in files) print i; }; }'`; \
438         shift; \
439         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440           test -n "$$unique" || unique=$$empty_fix; \
441           if test $$# -gt 0; then \
442             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443               "$$@" $$unique; \
444           else \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               $$unique; \
447           fi; \
448         fi
449 ctags: CTAGS
450 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
451                 $(TAGS_FILES) $(LISP)
452         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
453         unique=`for i in $$list; do \
454             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455           done | \
456           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457               END { if (nonempty) { for (i in files) print i; }; }'`; \
458         test -z "$(CTAGS_ARGS)$$unique" \
459           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460              $$unique
461
462 GTAGS:
463         here=`$(am__cd) $(top_builddir) && pwd` \
464           && $(am__cd) $(top_srcdir) \
465           && gtags -i $(GTAGS_ARGS) "$$here"
466
467 distclean-tags:
468         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
470 distdir: $(DISTFILES)
471         $(am__remove_distdir)
472         test -d "$(distdir)" || mkdir "$(distdir)"
473         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         list='$(DISTFILES)'; \
476           dist_files=`for file in $$list; do echo $$file; done | \
477           sed -e "s|^$$srcdirstrip/||;t" \
478               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479         case $$dist_files in \
480           */*) $(MKDIR_P) `echo "$$dist_files" | \
481                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482                            sort -u` ;; \
483         esac; \
484         for file in $$dist_files; do \
485           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486           if test -d $$d/$$file; then \
487             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488             if test -d "$(distdir)/$$file"; then \
489               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490             fi; \
491             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494             fi; \
495             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496           else \
497             test -f "$(distdir)/$$file" \
498             || cp -p $$d/$$file "$(distdir)/$$file" \
499             || exit 1; \
500           fi; \
501         done
502         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503           if test "$$subdir" = .; then :; else \
504             test -d "$(distdir)/$$subdir" \
505             || $(MKDIR_P) "$(distdir)/$$subdir" \
506             || exit 1; \
507           fi; \
508         done
509         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510           if test "$$subdir" = .; then :; else \
511             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
512             $(am__relativize); \
513             new_distdir=$$reldir; \
514             dir1=$$subdir; dir2="$(top_distdir)"; \
515             $(am__relativize); \
516             new_top_distdir=$$reldir; \
517             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
518             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
519             ($(am__cd) $$subdir && \
520               $(MAKE) $(AM_MAKEFLAGS) \
521                 top_distdir="$$new_top_distdir" \
522                 distdir="$$new_distdir" \
523                 am__remove_distdir=: \
524                 am__skip_length_check=: \
525                 am__skip_mode_fix=: \
526                 distdir) \
527               || exit 1; \
528           fi; \
529         done
530         -test -n "$(am__skip_mode_fix)" \
531         || find "$(distdir)" -type d ! -perm -755 \
532                 -exec chmod u+rwx,go+rx {} \; -o \
533           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
534           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
535           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
536         || chmod -R a+r "$(distdir)"
537 dist-gzip: distdir
538         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
539         $(am__remove_distdir)
540
541 dist-bzip2: distdir
542         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
543         $(am__remove_distdir)
544
545 dist-lzma: distdir
546         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
547         $(am__remove_distdir)
548
549 dist-xz: distdir
550         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
551         $(am__remove_distdir)
552
553 dist-tarZ: distdir
554         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
555         $(am__remove_distdir)
556
557 dist-shar: distdir
558         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
559         $(am__remove_distdir)
560
561 dist-zip: distdir
562         -rm -f $(distdir).zip
563         zip -rq $(distdir).zip $(distdir)
564         $(am__remove_distdir)
565
566 dist dist-all: distdir
567         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
568         $(am__remove_distdir)
569
570 # This target untars the dist file and tries a VPATH configuration.  Then
571 # it guarantees that the distribution is self-contained by making another
572 # tarfile.
573 distcheck: dist
574         case '$(DIST_ARCHIVES)' in \
575         *.tar.gz*) \
576           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
577         *.tar.bz2*) \
578           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
579         *.tar.lzma*) \
580           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
581         *.tar.xz*) \
582           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
583         *.tar.Z*) \
584           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
585         *.shar.gz*) \
586           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
587         *.zip*) \
588           unzip $(distdir).zip ;;\
589         esac
590         chmod -R a-w $(distdir); chmod a+w $(distdir)
591         mkdir $(distdir)/_build
592         mkdir $(distdir)/_inst
593         chmod a-w $(distdir)
594         test -d $(distdir)/_build || exit 0; \
595         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
596           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
597           && am__cwd=`pwd` \
598           && $(am__cd) $(distdir)/_build \
599           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
600             $(DISTCHECK_CONFIGURE_FLAGS) \
601           && $(MAKE) $(AM_MAKEFLAGS) \
602           && $(MAKE) $(AM_MAKEFLAGS) dvi \
603           && $(MAKE) $(AM_MAKEFLAGS) check \
604           && $(MAKE) $(AM_MAKEFLAGS) install \
605           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
606           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
607           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
608                 distuninstallcheck \
609           && chmod -R a-w "$$dc_install_base" \
610           && ({ \
611                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
612                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
613                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
614                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
615                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
616               } || { rm -rf "$$dc_destdir"; exit 1; }) \
617           && rm -rf "$$dc_destdir" \
618           && $(MAKE) $(AM_MAKEFLAGS) dist \
619           && rm -rf $(DIST_ARCHIVES) \
620           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
621           && cd "$$am__cwd" \
622           || exit 1
623         $(am__remove_distdir)
624         @(echo "$(distdir) archives ready for distribution: "; \
625           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
626           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
627 distuninstallcheck:
628         @$(am__cd) '$(distuninstallcheck_dir)' \
629         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
630            || { echo "ERROR: files left after uninstall:" ; \
631                 if test -n "$(DESTDIR)"; then \
632                   echo "  (check DESTDIR support)"; \
633                 fi ; \
634                 $(distuninstallcheck_listfiles) ; \
635                 exit 1; } >&2
636 distcleancheck: distclean
637         @if test '$(srcdir)' = . ; then \
638           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
639           exit 1 ; \
640         fi
641         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
642           || { echo "ERROR: files left in build directory after distclean:" ; \
643                $(distcleancheck_listfiles) ; \
644                exit 1; } >&2
645 check-am: all-am
646 check: check-recursive
647 all-am: Makefile $(DATA) config.h
648 installdirs: installdirs-recursive
649 installdirs-am:
650 install: install-recursive
651 install-exec: install-exec-recursive
652 install-data: install-data-recursive
653 uninstall: uninstall-recursive
654
655 install-am: all-am
656         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
657
658 installcheck: installcheck-recursive
659 install-strip:
660         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662           `test -z '$(STRIP)' || \
663             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
664 mostlyclean-generic:
665
666 clean-generic:
667         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
668
669 distclean-generic:
670         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
671         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
672
673 maintainer-clean-generic:
674         @echo "This command is intended for maintainers to use"
675         @echo "it deletes files that may require special tools to rebuild."
676 clean: clean-recursive
677
678 clean-am: clean-generic mostlyclean-am
679
680 distclean: distclean-recursive
681         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
682         -rm -f Makefile
683 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
684
685 dvi: dvi-recursive
686
687 dvi-am:
688
689 html: html-recursive
690
691 html-am:
692
693 info: info-recursive
694
695 info-am:
696
697 install-data-am:
698
699 install-dvi: install-dvi-recursive
700
701 install-dvi-am:
702
703 install-exec-am:
704
705 install-html: install-html-recursive
706
707 install-html-am:
708
709 install-info: install-info-recursive
710
711 install-info-am:
712
713 install-man:
714
715 install-pdf: install-pdf-recursive
716
717 install-pdf-am:
718
719 install-ps: install-ps-recursive
720
721 install-ps-am:
722
723 installcheck-am:
724
725 maintainer-clean: maintainer-clean-recursive
726         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
727         -rm -rf $(top_srcdir)/autom4te.cache
728         -rm -f Makefile
729 maintainer-clean-am: distclean-am maintainer-clean-generic
730
731 mostlyclean: mostlyclean-recursive
732
733 mostlyclean-am: mostlyclean-generic
734
735 pdf: pdf-recursive
736
737 pdf-am:
738
739 ps: ps-recursive
740
741 ps-am:
742
743 uninstall-am:
744
745 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
746         ctags-recursive install-am install-strip tags-recursive
747
748 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
749         all all-am am--refresh check check-am clean clean-generic \
750         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
751         dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
752         distclean distclean-generic distclean-hdr distclean-tags \
753         distcleancheck distdir distuninstallcheck dvi dvi-am html \
754         html-am info info-am install install-am install-data \
755         install-data-am install-dvi install-dvi-am install-exec \
756         install-exec-am install-html install-html-am install-info \
757         install-info-am install-man install-pdf install-pdf-am \
758         install-ps install-ps-am install-strip installcheck \
759         installcheck-am installdirs installdirs-am maintainer-clean \
760         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
761         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
762
763 #AM_LDFLAGS = -Wl,-defsym -Wl,_STACK_SIZE=2048
764
765 %.bin : %
766         mb-objcopy -O binary $< $@
767
768 %.dump : %
769         mb-objdump -DSC $< > $@
770
771 %.rom : %.bin
772         hexdump -v -e'1/1 "%.2X\n"' $< > $@
773
774 .PRECIOUS : %.bin
775
776 # Tell versions [3.59,3.63) of GNU make to not export all variables.
777 # Otherwise a system limit (for SysV at least) may be exceeded.
778 .NOEXPORT: