source: rtems/testsuites/psxtests/psxaio03/Makefile.in @ a0cd0829

4.115
Last change on this file since a0cd0829 was a0cd0829, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/11 at 22:17:18

2011-01-17 Alin Rus <alin.codejunkie@…>

  • Makefile.am, configure.ac: Add psxaio03/.
  • psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn psxaio03/system.h: New.
  • Property mode set to 100644
File size: 18.2 KB
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
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38rtems_tests_PROGRAMS = psxaio03$(EXEEXT)
39DIST_COMMON = $(dist_rtems_tests_DATA) $(srcdir)/Makefile.am \
40        $(srcdir)/Makefile.in $(top_srcdir)/../automake/compile.am \
41        $(top_srcdir)/../automake/leaf.am \
42        $(top_srcdir)/../automake/local.am
43subdir = psxaio03
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps =  \
46        $(top_srcdir)/../aclocal/canonical-target-name.m4 \
47        $(top_srcdir)/../aclocal/canonicalize-tools.m4 \
48        $(top_srcdir)/../aclocal/check-cpuopts.m4 \
49        $(top_srcdir)/../aclocal/check-custom-bsp.m4 \
50        $(top_srcdir)/../aclocal/check-tool.m4 \
51        $(top_srcdir)/../aclocal/env-rtemsbsp.m4 \
52        $(top_srcdir)/../aclocal/prog-cc.m4 \
53        $(top_srcdir)/../aclocal/project-root.m4 \
54        $(top_srcdir)/../aclocal/rtems-top.m4 \
55        $(top_srcdir)/../aclocal/version.m4 $(top_srcdir)/configure.ac
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57        $(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_CLEAN_FILES =
60CONFIG_CLEAN_VPATH_FILES =
61am__installdirs = "$(DESTDIR)$(rtems_testsdir)" \
62        "$(DESTDIR)$(rtems_testsdir)"
63PROGRAMS = $(rtems_tests_PROGRAMS)
64am_psxaio03_OBJECTS = init.$(OBJEXT)
65psxaio03_OBJECTS = $(am_psxaio03_OBJECTS)
66psxaio03_DEPENDENCIES =  \
67        $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
68DEFAULT_INCLUDES = -I.@am__isrc@
69depcomp = $(SHELL) $(top_srcdir)/../../depcomp
70am__depfiles_maybe = depfiles
71am__mv = mv -f
72COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74CCLD = $(CC)
75LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76SOURCES = $(psxaio03_SOURCES)
77DIST_SOURCES = $(psxaio03_SOURCES)
78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79am__vpath_adj = case $$p in \
80    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81    *) f=$$p;; \
82  esac;
83am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84am__install_max = 40
85am__nobase_strip_setup = \
86  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87am__nobase_strip = \
88  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89am__nobase_list = $(am__nobase_strip_setup); \
90  for p in $$list; do echo "$$p $$p"; done | \
91  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93    if (++n[$$2] == $(am__install_max)) \
94      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95    END { for (dir in files) print dir, files[dir] }'
96am__base_list = \
97  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99DATA = $(dist_rtems_tests_DATA)
100ETAGS = etags
101CTAGS = ctags
102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103ACLOCAL = @ACLOCAL@
104AMTAR = @AMTAR@
105AR = @AR@
106AS = @AS@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
110AWK = @AWK@
111BIN2C = @BIN2C@
112CC = @CC@ $(GCCSPECS)
113CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@
115CPP = @CPP@ $(GCCSPECS)
116CPPFLAGS = @CPPFLAGS@
117CPUKIT_ROOT = @CPUKIT_ROOT@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121ECHO_C = @ECHO_C@
122ECHO_N = @ECHO_N@
123ECHO_T = @ECHO_T@
124EGREP = @EGREP@
125ENDIF = @ENDIF@
126EXEEXT = @EXEEXT@
127GCCSPECS = @GCCSPECS@
128GREP = @GREP@
129INSTALL = @INSTALL@
130INSTALL_DATA = @INSTALL_DATA@
131INSTALL_PROGRAM = @INSTALL_PROGRAM@
132INSTALL_SCRIPT = @INSTALL_SCRIPT@
133INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134LD = @LD@
135LDFLAGS = @LDFLAGS@
136LIBOBJS = @LIBOBJS@
137LIBS = @LIBS@
138LTLIBOBJS = @LTLIBOBJS@
139MAINT = @MAINT@
140MAKE = @MAKE@
141MAKEINFO = @MAKEINFO@
142MKDIR_P = @MKDIR_P@
143NM = @NM@
144OBJCOPY = @OBJCOPY@
145OBJEXT = @OBJEXT@
146PACKAGE = @PACKAGE@
147PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148PACKAGE_NAME = @PACKAGE_NAME@
149PACKAGE_STRING = @PACKAGE_STRING@
150PACKAGE_TARNAME = @PACKAGE_TARNAME@
151PACKAGE_URL = @PACKAGE_URL@
152PACKAGE_VERSION = @PACKAGE_VERSION@
153PACKHEX = @PACKHEX@
154PATH_SEPARATOR = @PATH_SEPARATOR@
155PROJECT_INCLUDE = @PROJECT_INCLUDE@
156PROJECT_LIB = @PROJECT_LIB@
157PROJECT_RELEASE = @PROJECT_RELEASE@
158PROJECT_ROOT = @PROJECT_ROOT@
159PROJECT_TOPdir = @PROJECT_TOPdir@
160RANLIB = @RANLIB@
161RTEMS_BSP = @RTEMS_BSP@
162RTEMS_BSP_FAMILY = @RTEMS_BSP_FAMILY@
163RTEMS_CPU = @RTEMS_CPU@
164RTEMS_ROOT = @RTEMS_ROOT@
165RTEMS_TOPdir = @RTEMS_TOPdir@
166SET_MAKE = @SET_MAKE@
167SHELL = @SHELL@
168SIZE = @SIZE@
169STRIP = @STRIP@
170VERSION = @VERSION@
171abs_builddir = @abs_builddir@
172abs_srcdir = @abs_srcdir@
173abs_top_builddir = @abs_top_builddir@
174abs_top_srcdir = @abs_top_srcdir@
175ac_ct_CC = @ac_ct_CC@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181bindir = @bindir@
182build = @build@
183build_alias = @build_alias@
184build_cpu = @build_cpu@
185build_os = @build_os@
186build_vendor = @build_vendor@
187builddir = @builddir@
188datadir = @datadir@
189datarootdir = @datarootdir@
190docdir = @docdir@
191dvidir = @dvidir@
192exec_prefix = @exec_prefix@
193host = @host@
194host_alias = @host_alias@
195host_cpu = @host_cpu@
196host_os = @host_os@
197host_vendor = @host_vendor@
198htmldir = @htmldir@
199includedir = @includedir@
200infodir = @infodir@
201install_sh = @install_sh@
202libdir = @libdir@
203libexecdir = @libexecdir@
204localedir = @localedir@
205localstatedir = @localstatedir@
206mandir = @mandir@
207mkdir_p = @mkdir_p@
208oldincludedir = @oldincludedir@
209pdfdir = @pdfdir@
210prefix = @prefix@
211program_transform_name = @program_transform_name@
212psdir = @psdir@
213rtems_testsdir = @rtems_testsdir@
214sbindir = @sbindir@
215sharedstatedir = @sharedstatedir@
216srcdir = @srcdir@
217sysconfdir = @sysconfdir@
218target_alias = @target_alias@
219top_build_prefix = @top_build_prefix@
220top_builddir = @top_builddir@
221top_srcdir = @top_srcdir@
222MANAGERS = all
223psxaio03_SOURCES = init.c system.h ../include/pmacros.h
224dist_rtems_tests_DATA = psxaio03.scn
225CXX = @CXX@ $(GCCSPECS)
226AM_CPPFLAGS = -I$(top_srcdir)/include \
227        -I$(top_srcdir)/../support/include
228AM_CFLAGS =
229AM_CXXFLAGS =
230CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
231CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
232LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
233psxaio03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
234LINK_OBJS = $(psxaio03_OBJECTS) $(psxaio03_LDADD)
235LINK_LIBS = $(psxaio02_LDLIBS)
236PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
237all: all-am
238
239.SUFFIXES:
240.SUFFIXES: .c .o .obj
241$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../automake/compile.am $(top_srcdir)/../automake/leaf.am $(top_srcdir)/../automake/local.am $(am__configure_deps)
242        @for dep in $?; do \
243          case '$(am__configure_deps)' in \
244            *$$dep*) \
245              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246                && { if test -f $@; then exit 0; else break; fi; }; \
247              exit 1;; \
248          esac; \
249        done; \
250        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign psxaio03/Makefile'; \
251        $(am__cd) $(top_srcdir) && \
252          $(AUTOMAKE) --foreign psxaio03/Makefile
253.PRECIOUS: Makefile
254Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255        @case '$?' in \
256          *config.status*) \
257            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258          *) \
259            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261        esac;
262
263$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
267        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
269        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270$(am__aclocal_m4_deps):
271install-rtems_testsPROGRAMS: $(rtems_tests_PROGRAMS)
272        @$(NORMAL_INSTALL)
273        test -z "$(rtems_testsdir)" || $(MKDIR_P) "$(DESTDIR)$(rtems_testsdir)"
274        @list='$(rtems_tests_PROGRAMS)'; test -n "$(rtems_testsdir)" || list=; \
275        for p in $$list; do echo "$$p $$p"; done | \
276        sed 's/$(EXEEXT)$$//' | \
277        while read p p1; do if test -f $$p; \
278          then echo "$$p"; echo "$$p"; else :; fi; \
279        done | \
280        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
281            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
282        sed 'N;N;N;s,\n, ,g' | \
283        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
284          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
285            if ($$2 == $$4) files[d] = files[d] " " $$1; \
286            else { print "f", $$3 "/" $$4, $$1; } } \
287          END { for (d in files) print "f", d, files[d] }' | \
288        while read type dir files; do \
289            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
290            test -z "$$files" || { \
291              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(rtems_testsdir)$$dir'"; \
292              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(rtems_testsdir)$$dir" || exit $$?; \
293            } \
294        ; done
295
296uninstall-rtems_testsPROGRAMS:
297        @$(NORMAL_UNINSTALL)
298        @list='$(rtems_tests_PROGRAMS)'; test -n "$(rtems_testsdir)" || list=; \
299        files=`for p in $$list; do echo "$$p"; done | \
300          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
301              -e 's/$$/$(EXEEXT)/' `; \
302        test -n "$$list" || exit 0; \
303        echo " ( cd '$(DESTDIR)$(rtems_testsdir)' && rm -f" $$files ")"; \
304        cd "$(DESTDIR)$(rtems_testsdir)" && rm -f $$files
305
306clean-rtems_testsPROGRAMS:
307        -test -z "$(rtems_tests_PROGRAMS)" || rm -f $(rtems_tests_PROGRAMS)
308
309mostlyclean-compile:
310        -rm -f *.$(OBJEXT)
311
312distclean-compile:
313        -rm -f *.tab.c
314
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
316
317.c.o:
318@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322@am__fastdepCC_FALSE@   $(COMPILE) -c $<
323
324.c.obj:
325@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
326@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
330install-dist_rtems_testsDATA: $(dist_rtems_tests_DATA)
331        @$(NORMAL_INSTALL)
332        test -z "$(rtems_testsdir)" || $(MKDIR_P) "$(DESTDIR)$(rtems_testsdir)"
333        @list='$(dist_rtems_tests_DATA)'; test -n "$(rtems_testsdir)" || list=; \
334        for p in $$list; do \
335          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336          echo "$$d$$p"; \
337        done | $(am__base_list) | \
338        while read files; do \
339          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rtems_testsdir)'"; \
340          $(INSTALL_DATA) $$files "$(DESTDIR)$(rtems_testsdir)" || exit $$?; \
341        done
342
343uninstall-dist_rtems_testsDATA:
344        @$(NORMAL_UNINSTALL)
345        @list='$(dist_rtems_tests_DATA)'; test -n "$(rtems_testsdir)" || list=; \
346        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
347        test -n "$$files" || exit 0; \
348        echo " ( cd '$(DESTDIR)$(rtems_testsdir)' && rm -f" $$files ")"; \
349        cd "$(DESTDIR)$(rtems_testsdir)" && rm -f $$files
350
351ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353        unique=`for i in $$list; do \
354            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355          done | \
356          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357              END { if (nonempty) { for (i in files) print i; }; }'`; \
358        mkid -fID $$unique
359tags: TAGS
360
361TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362                $(TAGS_FILES) $(LISP)
363        set x; \
364        here=`pwd`; \
365        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366        unique=`for i in $$list; do \
367            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368          done | \
369          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370              END { if (nonempty) { for (i in files) print i; }; }'`; \
371        shift; \
372        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
373          test -n "$$unique" || unique=$$empty_fix; \
374          if test $$# -gt 0; then \
375            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376              "$$@" $$unique; \
377          else \
378            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379              $$unique; \
380          fi; \
381        fi
382ctags: CTAGS
383CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384                $(TAGS_FILES) $(LISP)
385        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
386        unique=`for i in $$list; do \
387            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388          done | \
389          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390              END { if (nonempty) { for (i in files) print i; }; }'`; \
391        test -z "$(CTAGS_ARGS)$$unique" \
392          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
393             $$unique
394
395GTAGS:
396        here=`$(am__cd) $(top_builddir) && pwd` \
397          && $(am__cd) $(top_srcdir) \
398          && gtags -i $(GTAGS_ARGS) "$$here"
399
400distclean-tags:
401        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
402
403distdir: $(DISTFILES)
404        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406        list='$(DISTFILES)'; \
407          dist_files=`for file in $$list; do echo $$file; done | \
408          sed -e "s|^$$srcdirstrip/||;t" \
409              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
410        case $$dist_files in \
411          */*) $(MKDIR_P) `echo "$$dist_files" | \
412                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
413                           sort -u` ;; \
414        esac; \
415        for file in $$dist_files; do \
416          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417          if test -d $$d/$$file; then \
418            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
419            if test -d "$(distdir)/$$file"; then \
420              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421            fi; \
422            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
424              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425            fi; \
426            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
427          else \
428            test -f "$(distdir)/$$file" \
429            || cp -p $$d/$$file "$(distdir)/$$file" \
430            || exit 1; \
431          fi; \
432        done
433check-am: all-am
434check: check-am
435all-am: Makefile $(PROGRAMS) $(DATA)
436installdirs:
437        for dir in "$(DESTDIR)$(rtems_testsdir)" "$(DESTDIR)$(rtems_testsdir)"; do \
438          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
439        done
440install: install-am
441install-exec: install-exec-am
442install-data: install-data-am
443uninstall: uninstall-am
444
445install-am: all-am
446        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447
448installcheck: installcheck-am
449install-strip:
450        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452          `test -z '$(STRIP)' || \
453            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454mostlyclean-generic:
455
456clean-generic:
457        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
458
459distclean-generic:
460        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
462
463maintainer-clean-generic:
464        @echo "This command is intended for maintainers to use"
465        @echo "it deletes files that may require special tools to rebuild."
466clean: clean-am
467
468clean-am: clean-generic clean-rtems_testsPROGRAMS mostlyclean-am
469
470distclean: distclean-am
471        -rm -rf ./$(DEPDIR)
472        -rm -f Makefile
473distclean-am: clean-am distclean-compile distclean-generic \
474        distclean-tags
475
476dvi: dvi-am
477
478dvi-am:
479
480html: html-am
481
482html-am:
483
484info: info-am
485
486info-am:
487
488install-data-am: install-dist_rtems_testsDATA \
489        install-rtems_testsPROGRAMS
490
491install-dvi: install-dvi-am
492
493install-dvi-am:
494
495install-exec-am:
496
497install-html: install-html-am
498
499install-html-am:
500
501install-info: install-info-am
502
503install-info-am:
504
505install-man:
506
507install-pdf: install-pdf-am
508
509install-pdf-am:
510
511install-ps: install-ps-am
512
513install-ps-am:
514
515installcheck-am:
516
517maintainer-clean: maintainer-clean-am
518        -rm -rf ./$(DEPDIR)
519        -rm -f Makefile
520maintainer-clean-am: distclean-am maintainer-clean-generic
521
522mostlyclean: mostlyclean-am
523
524mostlyclean-am: mostlyclean-compile mostlyclean-generic
525
526pdf: pdf-am
527
528pdf-am:
529
530ps: ps-am
531
532ps-am:
533
534uninstall-am: uninstall-dist_rtems_testsDATA \
535        uninstall-rtems_testsPROGRAMS
536
537.MAKE: install-am install-strip
538
539.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
540        clean-rtems_testsPROGRAMS ctags distclean distclean-compile \
541        distclean-generic distclean-tags distdir dvi dvi-am html \
542        html-am info info-am install install-am install-data \
543        install-data-am install-dist_rtems_testsDATA install-dvi \
544        install-dvi-am install-exec install-exec-am install-html \
545        install-html-am install-info install-info-am install-man \
546        install-pdf install-pdf-am install-ps install-ps-am \
547        install-rtems_testsPROGRAMS install-strip installcheck \
548        installcheck-am installdirs maintainer-clean \
549        maintainer-clean-generic mostlyclean mostlyclean-compile \
550        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
551        uninstall-am uninstall-dist_rtems_testsDATA \
552        uninstall-rtems_testsPROGRAMS
553
554
555include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
556include $(RTEMS_ROOT)/make/leaf.cfg
557ifndef make-cxx-exe
558define make-cxx-exe
559        $(CXXLINK_APP)
560endef
561@ENDIF@
562ifndef make-exe
563define make-exe
564        $(LINK_APP)
565endef
566@ENDIF@
567
568psxaio03$(EXEEXT): $(psxaio03_OBJECTS) $(psxaio03_DEPENDENCIES)
569        @rm -f psxaio03$(EXEEXT)
570        $(make-exe)
571
572preinstall:
573.PHONY: preinstall
574
575# Tell versions [3.59,3.63) of GNU make to not export all variables.
576# Otherwise a system limit (for SysV at least) may be exceeded.
577.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.