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