root/ossiedev/branches/cdietric/Makefile.in @ 10964

Revision 10964, 15.4 KB (checked in by c2dietric, 18 months ago)

liquid DSP digital voice receiver for USRP1

Line 
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35subdir = .
36DIST_COMMON = README $(am__configure_deps) $(dist_waveform_DATA) \
37        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38        $(top_srcdir)/configure install-sh ltmain.sh missing
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42        $(ACLOCAL_M4)
43am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
44 configure.lineno config.status.lineno
45mkinstalldirs = $(install_sh) -d
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48SOURCES =
49DIST_SOURCES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56am__install_max = 40
57am__nobase_strip_setup = \
58  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59am__nobase_strip = \
60  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61am__nobase_list = $(am__nobase_strip_setup); \
62  for p in $$list; do echo "$$p $$p"; done | \
63  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65    if (++n[$$2] == $(am__install_max)) \
66      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67    END { for (dir in files) print dir, files[dir] }'
68am__base_list = \
69  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71am__installdirs = "$(DESTDIR)$(waveformdir)"
72DATA = $(dist_waveform_DATA)
73DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74distdir = $(PACKAGE)-$(VERSION)
75top_distdir = $(distdir)
76am__remove_distdir = \
77  { test ! -d "$(distdir)" \
78    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
79         && rm -fr "$(distdir)"; }; }
80DIST_ARCHIVES = $(distdir).tar.gz
81GZIP_ENV = --best
82distuninstallcheck_listfiles = find . -type f -print
83distcleancheck_listfiles = find . -type f -print
84ACLOCAL = @ACLOCAL@
85AMTAR = @AMTAR@
86AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@
89AWK = @AWK@
90CPPFLAGS = @CPPFLAGS@
91CXX = @CXX@
92CXXDEPMODE = @CXXDEPMODE@
93CXXFLAGS = @CXXFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEFS = @DEFS@
96DEPDIR = @DEPDIR@
97ECHO_C = @ECHO_C@
98ECHO_N = @ECHO_N@
99ECHO_T = @ECHO_T@
100EXEEXT = @EXEEXT@
101INSTALL = @INSTALL@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106LDFLAGS = @LDFLAGS@
107LIBOBJS = @LIBOBJS@
108LIBS = @LIBS@
109LTLIBOBJS = @LTLIBOBJS@
110MAKEINFO = @MAKEINFO@
111MKDIR_P = @MKDIR_P@
112OBJEXT = @OBJEXT@
113PACKAGE = @PACKAGE@
114PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115PACKAGE_NAME = @PACKAGE_NAME@
116PACKAGE_STRING = @PACKAGE_STRING@
117PACKAGE_TARNAME = @PACKAGE_TARNAME@
118PACKAGE_URL = @PACKAGE_URL@
119PACKAGE_VERSION = @PACKAGE_VERSION@
120PATH_SEPARATOR = @PATH_SEPARATOR@
121SET_MAKE = @SET_MAKE@
122SHELL = @SHELL@
123STRIP = @STRIP@
124VERSION = @VERSION@
125abs_builddir = @abs_builddir@
126abs_srcdir = @abs_srcdir@
127abs_top_builddir = @abs_top_builddir@
128abs_top_srcdir = @abs_top_srcdir@
129ac_ct_CXX = @ac_ct_CXX@
130am__include = @am__include@
131am__leading_dot = @am__leading_dot@
132am__quote = @am__quote@
133am__tar = @am__tar@
134am__untar = @am__untar@
135bindir = @bindir@
136build_alias = @build_alias@
137builddir = @builddir@
138datadir = @datadir@
139datarootdir = @datarootdir@
140docdir = @docdir@
141dvidir = @dvidir@
142exec_prefix = @exec_prefix@
143host_alias = @host_alias@
144htmldir = @htmldir@
145includedir = @includedir@
146infodir = @infodir@
147install_sh = @install_sh@
148libdir = @libdir@
149libexecdir = @libexecdir@
150localedir = @localedir@
151localstatedir = @localstatedir@
152mandir = @mandir@
153mkdir_p = @mkdir_p@
154oldincludedir = @oldincludedir@
155pdfdir = @pdfdir@
156prefix = @prefix@
157program_transform_name = @program_transform_name@
158psdir = @psdir@
159sbindir = @sbindir@
160sharedstatedir = @sharedstatedir@
161srcdir = @srcdir@
162sysconfdir = @sysconfdir@
163target_alias = @target_alias@
164top_build_prefix = @top_build_prefix@
165top_builddir = @top_builddir@
166top_srcdir = @top_srcdir@
167AM_CXXFLAGS = -Wall
168ossieName = liquidDigitalVoiceRx_USRP1
169waveformdir = $(prefix)/dom/waveforms/$(ossieName)
170dist_waveform_DATA = liquidDigitalVoiceRx_USRP1.sad.xml liquidDigitalVoiceRx_USRP1_DAS.xml
171all: all-am
172
173.SUFFIXES:
174am--refresh:
175        @:
176$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
177        @for dep in $?; do \
178          case '$(am__configure_deps)' in \
179            *$$dep*) \
180              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
181              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
182                && exit 0; \
183              exit 1;; \
184          esac; \
185        done; \
186        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
187        $(am__cd) $(top_srcdir) && \
188          $(AUTOMAKE) --foreign Makefile
189.PRECIOUS: Makefile
190Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
191        @case '$?' in \
192          *config.status*) \
193            echo ' $(SHELL) ./config.status'; \
194            $(SHELL) ./config.status;; \
195          *) \
196            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
197            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
198        esac;
199
200$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
201        $(SHELL) ./config.status --recheck
202
203$(top_srcdir)/configure:  $(am__configure_deps)
204        $(am__cd) $(srcdir) && $(AUTOCONF)
205$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
206        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
207$(am__aclocal_m4_deps):
208install-dist_waveformDATA: $(dist_waveform_DATA)
209        @$(NORMAL_INSTALL)
210        test -z "$(waveformdir)" || $(MKDIR_P) "$(DESTDIR)$(waveformdir)"
211        @list='$(dist_waveform_DATA)'; test -n "$(waveformdir)" || list=; \
212        for p in $$list; do \
213          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
214          echo "$$d$$p"; \
215        done | $(am__base_list) | \
216        while read files; do \
217          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(waveformdir)'"; \
218          $(INSTALL_DATA) $$files "$(DESTDIR)$(waveformdir)" || exit $$?; \
219        done
220
221uninstall-dist_waveformDATA:
222        @$(NORMAL_UNINSTALL)
223        @list='$(dist_waveform_DATA)'; test -n "$(waveformdir)" || list=; \
224        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
225        test -n "$$files" || exit 0; \
226        echo " ( cd '$(DESTDIR)$(waveformdir)' && rm -f" $$files ")"; \
227        cd "$(DESTDIR)$(waveformdir)" && rm -f $$files
228tags: TAGS
229TAGS:
230
231ctags: CTAGS
232CTAGS:
233
234
235distdir: $(DISTFILES)
236        $(am__remove_distdir)
237        test -d "$(distdir)" || mkdir "$(distdir)"
238        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
239        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
240        list='$(DISTFILES)'; \
241          dist_files=`for file in $$list; do echo $$file; done | \
242          sed -e "s|^$$srcdirstrip/||;t" \
243              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
244        case $$dist_files in \
245          */*) $(MKDIR_P) `echo "$$dist_files" | \
246                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
247                           sort -u` ;; \
248        esac; \
249        for file in $$dist_files; do \
250          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
251          if test -d $$d/$$file; then \
252            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
253            if test -d "$(distdir)/$$file"; then \
254              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
255            fi; \
256            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
257              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
258              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
259            fi; \
260            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
261          else \
262            test -f "$(distdir)/$$file" \
263            || cp -p $$d/$$file "$(distdir)/$$file" \
264            || exit 1; \
265          fi; \
266        done
267        -test -n "$(am__skip_mode_fix)" \
268        || find "$(distdir)" -type d ! -perm -755 \
269                -exec chmod u+rwx,go+rx {} \; -o \
270          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
271          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
272          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
273        || chmod -R a+r "$(distdir)"
274dist-gzip: distdir
275        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
276        $(am__remove_distdir)
277
278dist-bzip2: distdir
279        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
280        $(am__remove_distdir)
281
282dist-lzma: distdir
283        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
284        $(am__remove_distdir)
285
286dist-xz: distdir
287        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
288        $(am__remove_distdir)
289
290dist-tarZ: distdir
291        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
292        $(am__remove_distdir)
293
294dist-shar: distdir
295        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
296        $(am__remove_distdir)
297
298dist-zip: distdir
299        -rm -f $(distdir).zip
300        zip -rq $(distdir).zip $(distdir)
301        $(am__remove_distdir)
302
303dist dist-all: distdir
304        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
305        $(am__remove_distdir)
306
307# This target untars the dist file and tries a VPATH configuration.  Then
308# it guarantees that the distribution is self-contained by making another
309# tarfile.
310distcheck: dist
311        case '$(DIST_ARCHIVES)' in \
312        *.tar.gz*) \
313          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
314        *.tar.bz2*) \
315          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
316        *.tar.lzma*) \
317          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
318        *.tar.xz*) \
319          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
320        *.tar.Z*) \
321          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
322        *.shar.gz*) \
323          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
324        *.zip*) \
325          unzip $(distdir).zip ;;\
326        esac
327        chmod -R a-w $(distdir); chmod a+w $(distdir)
328        mkdir $(distdir)/_build
329        mkdir $(distdir)/_inst
330        chmod a-w $(distdir)
331        test -d $(distdir)/_build || exit 0; \
332        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
333          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
334          && am__cwd=`pwd` \
335          && $(am__cd) $(distdir)/_build \
336          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
337            $(DISTCHECK_CONFIGURE_FLAGS) \
338          && $(MAKE) $(AM_MAKEFLAGS) \
339          && $(MAKE) $(AM_MAKEFLAGS) dvi \
340          && $(MAKE) $(AM_MAKEFLAGS) check \
341          && $(MAKE) $(AM_MAKEFLAGS) install \
342          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
343          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
344          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
345                distuninstallcheck \
346          && chmod -R a-w "$$dc_install_base" \
347          && ({ \
348               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
349               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
350               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
351               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
352                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
353              } || { rm -rf "$$dc_destdir"; exit 1; }) \
354          && rm -rf "$$dc_destdir" \
355          && $(MAKE) $(AM_MAKEFLAGS) dist \
356          && rm -rf $(DIST_ARCHIVES) \
357          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
358          && cd "$$am__cwd" \
359          || exit 1
360        $(am__remove_distdir)
361        @(echo "$(distdir) archives ready for distribution: "; \
362          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
363          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
364distuninstallcheck:
365        @$(am__cd) '$(distuninstallcheck_dir)' \
366        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
367           || { echo "ERROR: files left after uninstall:" ; \
368                if test -n "$(DESTDIR)"; then \
369                  echo "  (check DESTDIR support)"; \
370                fi ; \
371                $(distuninstallcheck_listfiles) ; \
372                exit 1; } >&2
373distcleancheck: distclean
374        @if test '$(srcdir)' = . ; then \
375          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
376          exit 1 ; \
377        fi
378        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
379          || { echo "ERROR: files left in build directory after distclean:" ; \
380               $(distcleancheck_listfiles) ; \
381               exit 1; } >&2
382check-am: all-am
383check: check-am
384all-am: Makefile $(DATA)
385installdirs:
386        for dir in "$(DESTDIR)$(waveformdir)"; do \
387          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
388        done
389install: install-am
390install-exec: install-exec-am
391install-data: install-data-am
392uninstall: uninstall-am
393
394install-am: all-am
395        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
396
397installcheck: installcheck-am
398install-strip:
399        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401          `test -z '$(STRIP)' || \
402            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
403mostlyclean-generic:
404
405clean-generic:
406
407distclean-generic:
408        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
410
411maintainer-clean-generic:
412        @echo "This command is intended for maintainers to use"
413        @echo "it deletes files that may require special tools to rebuild."
414clean: clean-am
415
416clean-am: clean-generic mostlyclean-am
417
418distclean: distclean-am
419        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
420        -rm -f Makefile
421distclean-am: clean-am distclean-generic
422
423dvi: dvi-am
424
425dvi-am:
426
427html: html-am
428
429html-am:
430
431info: info-am
432
433info-am:
434
435install-data-am: install-dist_waveformDATA
436
437install-dvi: install-dvi-am
438
439install-dvi-am:
440
441install-exec-am:
442
443install-html: install-html-am
444
445install-html-am:
446
447install-info: install-info-am
448
449install-info-am:
450
451install-man:
452
453install-pdf: install-pdf-am
454
455install-pdf-am:
456
457install-ps: install-ps-am
458
459install-ps-am:
460
461installcheck-am:
462
463maintainer-clean: maintainer-clean-am
464        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
465        -rm -rf $(top_srcdir)/autom4te.cache
466        -rm -f Makefile
467maintainer-clean-am: distclean-am maintainer-clean-generic
468
469mostlyclean: mostlyclean-am
470
471mostlyclean-am: mostlyclean-generic
472
473pdf: pdf-am
474
475pdf-am:
476
477ps: ps-am
478
479ps-am:
480
481uninstall-am: uninstall-dist_waveformDATA
482
483.MAKE: install-am install-strip
484
485.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
486        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
487        dist-xz dist-zip distcheck distclean distclean-generic \
488        distcleancheck distdir distuninstallcheck dvi dvi-am html \
489        html-am info info-am install install-am install-data \
490        install-data-am install-dist_waveformDATA install-dvi \
491        install-dvi-am install-exec install-exec-am install-html \
492        install-html-am install-info install-info-am install-man \
493        install-pdf install-pdf-am install-ps install-ps-am \
494        install-strip installcheck installcheck-am installdirs \
495        maintainer-clean maintainer-clean-generic mostlyclean \
496        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
497        uninstall-dist_waveformDATA
498
499
500# Tell versions [3.59,3.63) of GNU make to not export all variables.
501# Otherwise a system limit (for SysV at least) may be exceeded.
502.NOEXPORT:
Note: See TracBrowser for help on using the browser.