8c66df3e0a748e78dca489c7dcfd18ded3a97559
[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
278 SUBDIRS = config $(am__append_1)
279 all: config.h
280         $(MAKE) $(AM_MAKEFLAGS) all-recursive
281
282 .SUFFIXES:
283 am--refresh:
284         @:
285 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
286         @for dep in $?; do \
287           case '$(am__configure_deps)' in \
288             *$$dep*) \
289               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
290               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
291                 && exit 0; \
292               exit 1;; \
293           esac; \
294         done; \
295         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
296         $(am__cd) $(top_srcdir) && \
297           $(AUTOMAKE) --gnu Makefile
298 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299         @case '$?' in \
300           *config.status*) \
301             echo ' $(SHELL) ./config.status'; \
302             $(SHELL) ./config.status;; \
303           *) \
304             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
305             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
306         esac;
307
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309         $(SHELL) ./config.status --recheck
310
311 $(top_srcdir)/configure:  $(am__configure_deps)
312         $(am__cd) $(srcdir) && $(AUTOCONF)
313 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
315 $(am__aclocal_m4_deps):
316
317 config.h: stamp-h1
318         @if test ! -f $@; then \
319           rm -f stamp-h1; \
320           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
321         else :; fi
322
323 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
324         @rm -f stamp-h1
325         cd $(top_builddir) && $(SHELL) ./config.status config.h
326 $(srcdir)/config.h.in:  $(am__configure_deps) 
327         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
328         rm -f stamp-h1
329         touch $@
330
331 distclean-hdr:
332         -rm -f config.h stamp-h1
333
334 # This directory's subdirectories are mostly independent; you can cd
335 # into them and run `make' without going through this Makefile.
336 # To change the values of `make' variables: instead of editing Makefiles,
337 # (1) if the variable is set in `config.status', edit `config.status'
338 #     (which will cause the Makefiles to be regenerated when you run `make');
339 # (2) otherwise, pass the desired values on the `make' command line.
340 $(RECURSIVE_TARGETS):
341         @fail= failcom='exit 1'; \
342         for f in x $$MAKEFLAGS; do \
343           case $$f in \
344             *=* | --[!k]*);; \
345             *k*) failcom='fail=yes';; \
346           esac; \
347         done; \
348         dot_seen=no; \
349         target=`echo $@ | sed s/-recursive//`; \
350         list='$(SUBDIRS)'; for subdir in $$list; do \
351           echo "Making $$target in $$subdir"; \
352           if test "$$subdir" = "."; then \
353             dot_seen=yes; \
354             local_target="$$target-am"; \
355           else \
356             local_target="$$target"; \
357           fi; \
358           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359           || eval $$failcom; \
360         done; \
361         if test "$$dot_seen" = "no"; then \
362           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
363         fi; test -z "$$fail"
364
365 $(RECURSIVE_CLEAN_TARGETS):
366         @fail= failcom='exit 1'; \
367         for f in x $$MAKEFLAGS; do \
368           case $$f in \
369             *=* | --[!k]*);; \
370             *k*) failcom='fail=yes';; \
371           esac; \
372         done; \
373         dot_seen=no; \
374         case "$@" in \
375           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
376           *) list='$(SUBDIRS)' ;; \
377         esac; \
378         rev=''; for subdir in $$list; do \
379           if test "$$subdir" = "."; then :; else \
380             rev="$$subdir $$rev"; \
381           fi; \
382         done; \
383         rev="$$rev ."; \
384         target=`echo $@ | sed s/-recursive//`; \
385         for subdir in $$rev; do \
386           echo "Making $$target in $$subdir"; \
387           if test "$$subdir" = "."; then \
388             local_target="$$target-am"; \
389           else \
390             local_target="$$target"; \
391           fi; \
392           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393           || eval $$failcom; \
394         done && test -z "$$fail"
395 tags-recursive:
396         list='$(SUBDIRS)'; for subdir in $$list; do \
397           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
398         done
399 ctags-recursive:
400         list='$(SUBDIRS)'; for subdir in $$list; do \
401           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
402         done
403
404 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
405         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406         unique=`for i in $$list; do \
407             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408           done | \
409           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410               END { if (nonempty) { for (i in files) print i; }; }'`; \
411         mkid -fID $$unique
412 tags: TAGS
413
414 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
415                 $(TAGS_FILES) $(LISP)
416         set x; \
417         here=`pwd`; \
418         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
419           include_option=--etags-include; \
420           empty_fix=.; \
421         else \
422           include_option=--include; \
423           empty_fix=; \
424         fi; \
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           if test "$$subdir" = .; then :; else \
427             test ! -f $$subdir/TAGS || \
428               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
429           fi; \
430         done; \
431         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
432         unique=`for i in $$list; do \
433             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434           done | \
435           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436               END { if (nonempty) { for (i in files) print i; }; }'`; \
437         shift; \
438         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439           test -n "$$unique" || unique=$$empty_fix; \
440           if test $$# -gt 0; then \
441             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442               "$$@" $$unique; \
443           else \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               $$unique; \
446           fi; \
447         fi
448 ctags: CTAGS
449 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
450                 $(TAGS_FILES) $(LISP)
451         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
452         unique=`for i in $$list; do \
453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454           done | \
455           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456               END { if (nonempty) { for (i in files) print i; }; }'`; \
457         test -z "$(CTAGS_ARGS)$$unique" \
458           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459              $$unique
460
461 GTAGS:
462         here=`$(am__cd) $(top_builddir) && pwd` \
463           && $(am__cd) $(top_srcdir) \
464           && gtags -i $(GTAGS_ARGS) "$$here"
465
466 distclean-tags:
467         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
469 distdir: $(DISTFILES)
470         $(am__remove_distdir)
471         test -d "$(distdir)" || mkdir "$(distdir)"
472         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         list='$(DISTFILES)'; \
475           dist_files=`for file in $$list; do echo $$file; done | \
476           sed -e "s|^$$srcdirstrip/||;t" \
477               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478         case $$dist_files in \
479           */*) $(MKDIR_P) `echo "$$dist_files" | \
480                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481                            sort -u` ;; \
482         esac; \
483         for file in $$dist_files; do \
484           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485           if test -d $$d/$$file; then \
486             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487             if test -d "$(distdir)/$$file"; then \
488               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489             fi; \
490             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493             fi; \
494             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495           else \
496             test -f "$(distdir)/$$file" \
497             || cp -p $$d/$$file "$(distdir)/$$file" \
498             || exit 1; \
499           fi; \
500         done
501         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502           if test "$$subdir" = .; then :; else \
503             test -d "$(distdir)/$$subdir" \
504             || $(MKDIR_P) "$(distdir)/$$subdir" \
505             || exit 1; \
506           fi; \
507         done
508         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
509           if test "$$subdir" = .; then :; else \
510             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
511             $(am__relativize); \
512             new_distdir=$$reldir; \
513             dir1=$$subdir; dir2="$(top_distdir)"; \
514             $(am__relativize); \
515             new_top_distdir=$$reldir; \
516             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
517             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
518             ($(am__cd) $$subdir && \
519               $(MAKE) $(AM_MAKEFLAGS) \
520                 top_distdir="$$new_top_distdir" \
521                 distdir="$$new_distdir" \
522                 am__remove_distdir=: \
523                 am__skip_length_check=: \
524                 am__skip_mode_fix=: \
525                 distdir) \
526               || exit 1; \
527           fi; \
528         done
529         -test -n "$(am__skip_mode_fix)" \
530         || find "$(distdir)" -type d ! -perm -755 \
531                 -exec chmod u+rwx,go+rx {} \; -o \
532           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
533           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
534           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
535         || chmod -R a+r "$(distdir)"
536 dist-gzip: distdir
537         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
538         $(am__remove_distdir)
539
540 dist-bzip2: distdir
541         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
542         $(am__remove_distdir)
543
544 dist-lzma: distdir
545         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
546         $(am__remove_distdir)
547
548 dist-xz: distdir
549         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
550         $(am__remove_distdir)
551
552 dist-tarZ: distdir
553         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
554         $(am__remove_distdir)
555
556 dist-shar: distdir
557         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
558         $(am__remove_distdir)
559
560 dist-zip: distdir
561         -rm -f $(distdir).zip
562         zip -rq $(distdir).zip $(distdir)
563         $(am__remove_distdir)
564
565 dist dist-all: distdir
566         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
567         $(am__remove_distdir)
568
569 # This target untars the dist file and tries a VPATH configuration.  Then
570 # it guarantees that the distribution is self-contained by making another
571 # tarfile.
572 distcheck: dist
573         case '$(DIST_ARCHIVES)' in \
574         *.tar.gz*) \
575           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
576         *.tar.bz2*) \
577           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
578         *.tar.lzma*) \
579           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
580         *.tar.xz*) \
581           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
582         *.tar.Z*) \
583           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
584         *.shar.gz*) \
585           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
586         *.zip*) \
587           unzip $(distdir).zip ;;\
588         esac
589         chmod -R a-w $(distdir); chmod a+w $(distdir)
590         mkdir $(distdir)/_build
591         mkdir $(distdir)/_inst
592         chmod a-w $(distdir)
593         test -d $(distdir)/_build || exit 0; \
594         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
595           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
596           && am__cwd=`pwd` \
597           && $(am__cd) $(distdir)/_build \
598           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
599             $(DISTCHECK_CONFIGURE_FLAGS) \
600           && $(MAKE) $(AM_MAKEFLAGS) \
601           && $(MAKE) $(AM_MAKEFLAGS) dvi \
602           && $(MAKE) $(AM_MAKEFLAGS) check \
603           && $(MAKE) $(AM_MAKEFLAGS) install \
604           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
605           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
606           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
607                 distuninstallcheck \
608           && chmod -R a-w "$$dc_install_base" \
609           && ({ \
610                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
611                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
612                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
613                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
614                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
615               } || { rm -rf "$$dc_destdir"; exit 1; }) \
616           && rm -rf "$$dc_destdir" \
617           && $(MAKE) $(AM_MAKEFLAGS) dist \
618           && rm -rf $(DIST_ARCHIVES) \
619           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
620           && cd "$$am__cwd" \
621           || exit 1
622         $(am__remove_distdir)
623         @(echo "$(distdir) archives ready for distribution: "; \
624           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
625           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
626 distuninstallcheck:
627         @$(am__cd) '$(distuninstallcheck_dir)' \
628         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
629            || { echo "ERROR: files left after uninstall:" ; \
630                 if test -n "$(DESTDIR)"; then \
631                   echo "  (check DESTDIR support)"; \
632                 fi ; \
633                 $(distuninstallcheck_listfiles) ; \
634                 exit 1; } >&2
635 distcleancheck: distclean
636         @if test '$(srcdir)' = . ; then \
637           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
638           exit 1 ; \
639         fi
640         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
641           || { echo "ERROR: files left in build directory after distclean:" ; \
642                $(distcleancheck_listfiles) ; \
643                exit 1; } >&2
644 check-am: all-am
645 check: check-recursive
646 all-am: Makefile $(DATA) config.h
647 installdirs: installdirs-recursive
648 installdirs-am:
649 install: install-recursive
650 install-exec: install-exec-recursive
651 install-data: install-data-recursive
652 uninstall: uninstall-recursive
653
654 install-am: all-am
655         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
656
657 installcheck: installcheck-recursive
658 install-strip:
659         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
660           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
661           `test -z '$(STRIP)' || \
662             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
663 mostlyclean-generic:
664
665 clean-generic:
666         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
667
668 distclean-generic:
669         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
670         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
671
672 maintainer-clean-generic:
673         @echo "This command is intended for maintainers to use"
674         @echo "it deletes files that may require special tools to rebuild."
675 clean: clean-recursive
676
677 clean-am: clean-generic mostlyclean-am
678
679 distclean: distclean-recursive
680         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
681         -rm -f Makefile
682 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
683
684 dvi: dvi-recursive
685
686 dvi-am:
687
688 html: html-recursive
689
690 html-am:
691
692 info: info-recursive
693
694 info-am:
695
696 install-data-am:
697
698 install-dvi: install-dvi-recursive
699
700 install-dvi-am:
701
702 install-exec-am:
703
704 install-html: install-html-recursive
705
706 install-html-am:
707
708 install-info: install-info-recursive
709
710 install-info-am:
711
712 install-man:
713
714 install-pdf: install-pdf-recursive
715
716 install-pdf-am:
717
718 install-ps: install-ps-recursive
719
720 install-ps-am:
721
722 installcheck-am:
723
724 maintainer-clean: maintainer-clean-recursive
725         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
726         -rm -rf $(top_srcdir)/autom4te.cache
727         -rm -f Makefile
728 maintainer-clean-am: distclean-am maintainer-clean-generic
729
730 mostlyclean: mostlyclean-recursive
731
732 mostlyclean-am: mostlyclean-generic
733
734 pdf: pdf-recursive
735
736 pdf-am:
737
738 ps: ps-recursive
739
740 ps-am:
741
742 uninstall-am:
743
744 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
745         ctags-recursive install-am install-strip tags-recursive
746
747 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
748         all all-am am--refresh check check-am clean clean-generic \
749         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
750         dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
751         distclean distclean-generic distclean-hdr distclean-tags \
752         distcleancheck distdir distuninstallcheck dvi dvi-am html \
753         html-am info info-am install install-am install-data \
754         install-data-am install-dvi install-dvi-am install-exec \
755         install-exec-am install-html install-html-am install-info \
756         install-info-am install-man install-pdf install-pdf-am \
757         install-ps install-ps-am install-strip installcheck \
758         installcheck-am installdirs installdirs-am maintainer-clean \
759         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
760         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
761
762 #AM_LDFLAGS = -Wl,-defsym -Wl,_STACK_SIZE=2048
763
764 %.bin : %
765         mb-objcopy -O binary $< $@
766
767 %.dump : %
768         mb-objdump -DSC $< > $@
769
770 %.rom : %.bin
771         hexdump -v -e'1/1 "%.2X\n"' $< > $@
772
773 .PRECIOUS : %.bin
774
775 # Tell versions [3.59,3.63) of GNU make to not export all variables.
776 # Otherwise a system limit (for SysV at least) may be exceeded.
777 .NOEXPORT: