Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Ticket #1211: Makefile_v1.in

File Makefile_v1.in, 55.4 KB (added by Avy Strominger, on 01/04/07 at 19:09:57)

c\src\lib\libbsp\powerpc\ss555\Makefile.in

Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = .
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42LIBOBJDIR =
43DIST_COMMON = README $(am__configure_deps) $(dist_project_lib_DATA) \
44        $(include_HEADERS) $(include_bsp_HEADERS) \
45        $(srcdir)/../../../../../../compile \
46        $(srcdir)/../../../../../../config.guess \
47        $(srcdir)/../../../../../../config.sub \
48        $(srcdir)/../../../../../../depcomp \
49        $(srcdir)/../../../../../../install-sh \
50        $(srcdir)/../../../../../../missing $(srcdir)/Makefile.am \
51        $(srcdir)/Makefile.in $(srcdir)/preinstall.am \
52        $(top_srcdir)/../../../../automake/compile.am \
53        $(top_srcdir)/../../../../automake/local.am \
54        $(top_srcdir)/../../bsp.am $(top_srcdir)/configure \
55        $(top_srcdir)/include/bspopts.h.in ../../../../../../COPYING \
56        ../../../../../../ChangeLog ../../../../../../INSTALL \
57        ../../../../../../README ../../../../../../compile \
58        ../../../../../../config.guess ../../../../../../config.sub \
59        ../../../../../../depcomp ../../../../../../install-sh \
60        ../../../../../../mdate-sh ../../../../../../missing \
61        ../../../../../../texinfo.tex ChangeLog
62noinst_PROGRAMS = pclock.rel$(EXEEXT) console.rel$(EXEEXT) \
63        startup.rel$(EXEEXT) tm27supp.rel$(EXEEXT)
64subdir = .
65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66am__aclocal_m4_deps =  \
67        $(top_srcdir)/../../../../aclocal/bsp-configure.m4 \
68        $(top_srcdir)/../../../../aclocal/bspopts.m4 \
69        $(top_srcdir)/../../../../aclocal/canonical-target-name.m4 \
70        $(top_srcdir)/../../../../aclocal/canonicalize-tools.m4 \
71        $(top_srcdir)/../../../../aclocal/check-custom-bsp.m4 \
72        $(top_srcdir)/../../../../aclocal/check-multiprocessing.m4 \
73        $(top_srcdir)/../../../../aclocal/check-networking.m4 \
74        $(top_srcdir)/../../../../aclocal/check-tool.m4 \
75        $(top_srcdir)/../../../../aclocal/enable-multiprocessing.m4 \
76        $(top_srcdir)/../../../../aclocal/enable-networking.m4 \
77        $(top_srcdir)/../../../../aclocal/env-rtemsbsp.m4 \
78        $(top_srcdir)/../../../../aclocal/gcc-isystem.m4 \
79        $(top_srcdir)/../../../../aclocal/gcc-pipe.m4 \
80        $(top_srcdir)/../../../../aclocal/gcc-specs.m4 \
81        $(top_srcdir)/../../../../aclocal/multilib.m4 \
82        $(top_srcdir)/../../../../aclocal/ppc.m4 \
83        $(top_srcdir)/../../../../aclocal/prog-cc.m4 \
84        $(top_srcdir)/../../../../aclocal/prog-ccas.m4 \
85        $(top_srcdir)/../../../../aclocal/project-root.m4 \
86        $(top_srcdir)/../../../../aclocal/rtems-top.m4 \
87        $(top_srcdir)/../../../../aclocal/version.m4 \
88        $(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90        $(ACLOCAL_M4)
91am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92 configure.lineno configure.status.lineno
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/include/bspopts.tmp
95CONFIG_CLEAN_FILES =
96LIBRARIES = $(noinst_LIBRARIES)
97ARFLAGS = cru
98libbsp_a_AR = $(AR) $(ARFLAGS)
99libbsp_a_DEPENDENCIES = pclock.rel console.rel startup.rel \
100        tm27supp.rel ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
101        ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
102        ../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
103        ../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
104        ../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
105        ../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
106        ../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
107        ../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
108am_libbsp_a_OBJECTS =
109libbsp_a_OBJECTS = $(am_libbsp_a_OBJECTS)
110PROGRAMS = $(noinst_PROGRAMS)
111am_console_rel_OBJECTS = console_rel-console.$(OBJEXT)
112console_rel_OBJECTS = $(am_console_rel_OBJECTS)
113console_rel_LDADD = $(LDADD)
114am_pclock_rel_OBJECTS = pclock_rel-p_clock.$(OBJEXT)
115pclock_rel_OBJECTS = $(am_pclock_rel_OBJECTS)
116pclock_rel_LDADD = $(LDADD)
117am_startup_rel_OBJECTS = startup_rel-bspclean.$(OBJEXT) \
118        startup_rel-bsplibc.$(OBJEXT) startup_rel-bsppost.$(OBJEXT) \
119        startup_rel-bspstart.$(OBJEXT) startup_rel-bootcard.$(OBJEXT) \
120        startup_rel-iss555.$(OBJEXT) startup_rel-main.$(OBJEXT) \
121        startup_rel-sbrk.$(OBJEXT) \
122        startup_rel-gnatinstallhandler.$(OBJEXT) start.$(OBJEXT)
123startup_rel_OBJECTS = $(am_startup_rel_OBJECTS)
124startup_rel_LDADD = $(LDADD)
125am_tm27supp_rel_OBJECTS = tm27supp_rel-tm27supp.$(OBJEXT)
126tm27supp_rel_OBJECTS = $(am_tm27supp_rel_OBJECTS)
127tm27supp_rel_LDADD = $(LDADD)
128DEFAULT_INCLUDES =
129depcomp = $(SHELL) $(top_srcdir)/../../../../../../depcomp
130am__depfiles_maybe = depfiles
131CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
132COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134CCLD = $(CC)
135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136SOURCES = $(libbsp_a_SOURCES) $(console_rel_SOURCES) \
137        $(pclock_rel_SOURCES) $(startup_rel_SOURCES) \
138        $(tm27supp_rel_SOURCES)
139DIST_SOURCES = $(libbsp_a_SOURCES) $(console_rel_SOURCES) \
140        $(pclock_rel_SOURCES) $(startup_rel_SOURCES) \
141        $(tm27supp_rel_SOURCES)
142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143am__vpath_adj = case $$p in \
144    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145    *) f=$$p;; \
146  esac;
147am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
148am__installdirs = "$(DESTDIR)$(project_libdir)" \
149        "$(DESTDIR)$(includedir)" "$(DESTDIR)$(include_bspdir)" \
150        "$(DESTDIR)$(includedir)"
151dist_project_libDATA_INSTALL = $(INSTALL_DATA)
152DATA = $(dist_project_lib_DATA)
153includeHEADERS_INSTALL = $(INSTALL_HEADER)
154include_bspHEADERS_INSTALL = $(INSTALL_HEADER)
155nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER)
156HEADERS = $(include_HEADERS) $(include_bsp_HEADERS) \
157        $(nodist_include_HEADERS)
158ETAGS = etags
159CTAGS = ctags
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161distdir = $(PACKAGE)-$(VERSION)
162top_distdir = $(distdir)
163am__remove_distdir = \
164  { test ! -d $(distdir) \
165    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
166         && rm -fr $(distdir); }; }
167DIST_ARCHIVES = $(distdir).tar.gz
168GZIP_ENV = --best
169distuninstallcheck_listfiles = find . -type f -print
170distcleancheck_listfiles = find . -type f -print
171ACLOCAL = @ACLOCAL@
172AMDEP_FALSE = @AMDEP_FALSE@
173AMDEP_TRUE = @AMDEP_TRUE@
174AMPOLISH3 = @AMPOLISH3@
175AMPOLISH3_FALSE = @AMPOLISH3_FALSE@
176AMPOLISH3_TRUE = @AMPOLISH3_TRUE@
177AMTAR = @AMTAR@
178AR = @AR@
179AS = @AS@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184CC = @CC@ $(GCCSPECS)
185CCAS = @CCAS@ $(GCCSPECS)
186CCASFLAGS = @CCASFLAGS@
187CCDEPMODE = @CCDEPMODE@
188CFLAGS = @CFLAGS@
189CPP = @CPP@ $(GCCSPECS)
190CPPFLAGS = @CPPFLAGS@
191CYGPATH_W = @CYGPATH_W@
192DEFS = @DEFS@
193DEPDIR = @DEPDIR@
194ECHO_C = @ECHO_C@
195ECHO_N = @ECHO_N@
196ECHO_T = @ECHO_T@
197EXEEXT = @EXEEXT@
198GCCSPECS = @GCCSPECS@
199HAS_MP_FALSE = @HAS_MP_FALSE@
200HAS_MP_TRUE = @HAS_MP_TRUE@
201HAS_NETWORKING = @HAS_NETWORKING@
202HAS_NETWORKING_FALSE = @HAS_NETWORKING_FALSE@
203HAS_NETWORKING_TRUE = @HAS_NETWORKING_TRUE@
204INSTALL_DATA = @INSTALL_DATA@
205INSTALL_PROGRAM = @INSTALL_PROGRAM@
206INSTALL_SCRIPT = @INSTALL_SCRIPT@
207INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208LD = @LD@
209LDFLAGS = @LDFLAGS@
210LIBOBJS = @LIBOBJS@
211LIBS = @LIBS@
212LTLIBOBJS = @LTLIBOBJS@
213MAINT = @MAINT@
214MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
215MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
216MAKE = @MAKE@
217MAKEINFO = @MAKEINFO@
218MULTILIB_FALSE = @MULTILIB_FALSE@
219MULTILIB_TRUE = @MULTILIB_TRUE@
220OBJEXT = @OBJEXT@
221PACKAGE = @PACKAGE@
222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223PACKAGE_NAME = @PACKAGE_NAME@
224PACKAGE_STRING = @PACKAGE_STRING@
225PACKAGE_TARNAME = @PACKAGE_TARNAME@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228PROJECT_INCLUDE = @PROJECT_INCLUDE@
229PROJECT_LIB = @PROJECT_LIB@
230PROJECT_RELEASE = @PROJECT_RELEASE@
231PROJECT_ROOT = @PROJECT_ROOT@
232PROJECT_TOPdir = @PROJECT_TOPdir@
233RANLIB = @RANLIB@
234RTEMS_BSP = @RTEMS_BSP@
235RTEMS_BSP_FAMILY = @RTEMS_BSP_FAMILY@
236RTEMS_CFLAGS = @RTEMS_CFLAGS@
237RTEMS_CPPFLAGS = @RTEMS_CPPFLAGS@
238RTEMS_CPU = @RTEMS_CPU@
239RTEMS_CPU_MODEL = @RTEMS_CPU_MODEL@
240RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
241RTEMS_HOST = @RTEMS_HOST@
242RTEMS_RELLDFLAGS = @RTEMS_RELLDFLAGS@
243RTEMS_TOPdir = @RTEMS_TOPdir@
244SET_MAKE = @SET_MAKE@
245SHELL = @SHELL@
246STRIP = @STRIP@
247VERSION = @VERSION@
248ac_ct_CC = @ac_ct_CC@
249am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
250am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
251am__include = @am__include@
252am__leading_dot = @am__leading_dot@
253am__quote = @am__quote@
254am__tar = @am__tar@
255am__untar = @am__untar@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262datadir = @datadir@
263datarootdir = @datarootdir@
264dirstamp = @dirstamp@
265docdir = @docdir@
266dvidir = @dvidir@
267exceptions = @exceptions@
268exec_prefix = @exec_prefix@
269host = @host@
270host_alias = @host_alias@
271host_cpu = @host_cpu@
272host_os = @host_os@
273host_vendor = @host_vendor@
274htmldir = @htmldir@
275includedir = @includedir@
276infodir = @infodir@
277install_sh = @install_sh@
278libdir = @libdir@
279libexecdir = @libexecdir@
280localedir = @localedir@
281localstatedir = @localstatedir@
282mandir = @mandir@
283mkdir_p = @mkdir_p@
284oldincludedir = @oldincludedir@
285pdfdir = @pdfdir@
286prefix = @prefix@
287program_transform_name = @program_transform_name@
288project_includedir = @project_includedir@
289project_libdir = @project_libdir@
290psdir = @psdir@
291sbindir = @sbindir@
292sharedstatedir = @sharedstatedir@
293sysconfdir = @sysconfdir@
294target_alias = @target_alias@
295ACLOCAL_AMFLAGS = -I ../../../../aclocal
296CXX = @CXX@ $(GCCSPECS)
297AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
298AM_CFLAGS = $(RTEMS_CFLAGS)
299AM_CXXFLAGS = $(RTEMS_CFLAGS)
300AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
301
302# to be able to use it for compilation of *.S even if automake
303# doesn't generate this variable. (automake-1.8.2+ only generates
304# this rule if *_SOURCES contain *.S.)
305CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
306dist_project_lib_DATA = bsp_specs startup/linkcmds
307include_HEADERS = include/bsp.h include/tm27.h include/coverhd.h
308nodist_include_HEADERS = include/bspopts.h
309DISTCLEANFILES = include/bspopts.h $(PREINSTALL_DIRS)
310include_bspdir = $(includedir)/bsp
311include_bsp_HEADERS = irq/irq.h
312EXTRA_DIST = times
313pclock_rel_SOURCES = clock/p_clock.c
314pclock_rel_CPPFLAGS = $(AM_CPPFLAGS)
315pclock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
316console_rel_SOURCES = console/console.c
317console_rel_CPPFLAGS = $(AM_CPPFLAGS)
318console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
319startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
320    ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
321    startup/iss555.c ../../shared/main.c ../../shared/sbrk.c \
322    ../../shared/gnatinstallhandler.c startup/start.S
323
324startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
325startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
326tm27supp_rel_SOURCES = startup/tm27supp.c
327tm27supp_rel_CPPFLAGS = $(AM_CPPFLAGS)
328tm27supp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
329noinst_LIBRARIES = libbsp.a
330libbsp_a_SOURCES =
331libbsp_a_LIBADD = pclock.rel console.rel startup.rel tm27supp.rel \
332        ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
333        ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
334        ../../../libcpu/@RTEMS_CPU@/mpc5xx/clock.rel \
335        ../../../libcpu/@RTEMS_CPU@/mpc5xx/console-generic.rel \
336        ../../../libcpu/@RTEMS_CPU@/mpc5xx/exceptions.rel \
337        ../../../libcpu/@RTEMS_CPU@/mpc5xx/irq.rel \
338        ../../../libcpu/@RTEMS_CPU@/mpc5xx/timer.rel \
339        ../../../libcpu/@RTEMS_CPU@/mpc5xx/vectors.rel
340PREINSTALL_DIRS = $(PROJECT_LIB)/$(dirstamp) \
341        $(PROJECT_INCLUDE)/$(dirstamp) \
342        $(PROJECT_INCLUDE)/bsp/$(dirstamp)
343PREINSTALL_FILES = $(PROJECT_LIB)/bsp_specs $(PROJECT_INCLUDE)/bsp.h \
344        $(PROJECT_INCLUDE)/tm27.h $(PROJECT_INCLUDE)/bspopts.h \
345        $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/bsp/irq.h \
346        $(PROJECT_LIB)/linkcmds
347CLEANFILES = $(PREINSTALL_FILES)
348PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
349all: all-am
350
351.SUFFIXES:
352.SUFFIXES: .S .c .o .obj
353am--refresh:
354        @:
355$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../../../../automake/compile.am $(top_srcdir)/../../bsp.am $(srcdir)/preinstall.am $(top_srcdir)/../../../../automake/local.am $(am__configure_deps)
356        @for dep in $?; do \
357          case '$(am__configure_deps)' in \
358            *$$dep*) \
359              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
360              cd $(srcdir) && $(AUTOMAKE) --foreign  \
361                && exit 0; \
362              exit 1;; \
363          esac; \
364        done; \
365        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
366        cd $(top_srcdir) && \
367          $(AUTOMAKE) --foreign  Makefile
368.PRECIOUS: Makefile
369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370        @case '$?' in \
371          *config.status*) \
372            echo ' $(SHELL) ./config.status'; \
373            $(SHELL) ./config.status;; \
374          *) \
375            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
376            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
377        esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380        $(SHELL) ./config.status --recheck
381
382$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
383        cd $(srcdir) && $(AUTOCONF)
384$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
385        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386
387include/bspopts.tmp: include/stamp-h1
388        @if test ! -f $@; then \
389          rm -f include/stamp-h1; \
390          $(MAKE) include/stamp-h1; \
391        else :; fi
392
393include/stamp-h1: $(top_srcdir)/include/bspopts.h.in $(top_builddir)/config.status
394        @rm -f include/stamp-h1
395        cd $(top_builddir) && $(SHELL) ./config.status include/bspopts.tmp
396$(top_srcdir)/include/bspopts.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
397        cd $(top_srcdir) && $(AUTOHEADER)
398        rm -f include/stamp-h1
399        touch $@
400
401distclean-hdr:
402        -rm -f include/bspopts.tmp include/stamp-h1
403
404clean-noinstLIBRARIES:
405        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
406libbsp.a: $(libbsp_a_OBJECTS) $(libbsp_a_DEPENDENCIES)
407        -rm -f libbsp.a
408        $(libbsp_a_AR) libbsp.a $(libbsp_a_OBJECTS) $(libbsp_a_LIBADD)
409        $(RANLIB) libbsp.a
410
411clean-noinstPROGRAMS:
412        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
413console.rel$(EXEEXT): $(console_rel_OBJECTS) $(console_rel_DEPENDENCIES)
414        @rm -f console.rel$(EXEEXT)
415        $(LINK) $(console_rel_LDFLAGS) $(console_rel_OBJECTS) $(console_rel_LDADD) $(LIBS)
416pclock.rel$(EXEEXT): $(pclock_rel_OBJECTS) $(pclock_rel_DEPENDENCIES)
417        @rm -f pclock.rel$(EXEEXT)
418        $(LINK) $(pclock_rel_LDFLAGS) $(pclock_rel_OBJECTS) $(pclock_rel_LDADD) $(LIBS)
419startup.rel$(EXEEXT): $(startup_rel_OBJECTS) $(startup_rel_DEPENDENCIES)
420        @rm -f startup.rel$(EXEEXT)
421        $(LINK) $(startup_rel_LDFLAGS) $(startup_rel_OBJECTS) $(startup_rel_LDADD) $(LIBS)
422tm27supp.rel$(EXEEXT): $(tm27supp_rel_OBJECTS) $(tm27supp_rel_DEPENDENCIES)
423        @rm -f tm27supp.rel$(EXEEXT)
424        $(LINK) $(tm27supp_rel_LDFLAGS) $(tm27supp_rel_OBJECTS) $(tm27supp_rel_LDADD) $(LIBS)
425
426mostlyclean-compile:
427        -rm -f *.$(OBJEXT)
428
429distclean-compile:
430        -rm -f *.tab.c
431
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/console_rel-console.Po@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pclock_rel-p_clock.Po@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-bootcard.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-bspclean.Po@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-bsplibc.Po@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-bsppost.Po@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-bspstart.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-gnatinstallhandler.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-iss555.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-main.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startup_rel-sbrk.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tm27supp_rel-tm27supp.Po@am__quote@
444
445.S.o:
446        $(CCASCOMPILE) -c $<
447
448.S.obj:
449        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
450
451start.o: startup/start.S
452        $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o start.o `test -f 'startup/start.S' || echo '$(srcdir)/'`startup/start.S
453
454start.obj: startup/start.S
455        $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o start.obj `if test -f 'startup/start.S'; then $(CYGPATH_W) 'startup/start.S'; else $(CYGPATH_W) '$(srcdir)/startup/start.S'; fi`
456
457.c.o:
458@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
459@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
460@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@am__fastdepCC_FALSE@   $(COMPILE) -c $<
463
464.c.obj:
465@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
466@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
467@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
470
471console_rel-console.o: console/console.c
472@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(console_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_rel-console.o -MD -MP -MF "$(DEPDIR)/console_rel-console.Tpo" -c -o console_rel-console.o `test -f 'console/console.c' || echo '$(srcdir)/'`console/console.c; \
473@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/console_rel-console.Tpo" "$(DEPDIR)/console_rel-console.Po"; else rm -f "$(DEPDIR)/console_rel-console.Tpo"; exit 1; fi
474@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='console/console.c' object='console_rel-console.o' libtool=no @AMDEPBACKSLASH@
475@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(console_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_rel-console.o `test -f 'console/console.c' || echo '$(srcdir)/'`console/console.c
477
478console_rel-console.obj: console/console.c
479@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(console_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT console_rel-console.obj -MD -MP -MF "$(DEPDIR)/console_rel-console.Tpo" -c -o console_rel-console.obj `if test -f 'console/console.c'; then $(CYGPATH_W) 'console/console.c'; else $(CYGPATH_W) '$(srcdir)/console/console.c'; fi`; \
480@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/console_rel-console.Tpo" "$(DEPDIR)/console_rel-console.Po"; else rm -f "$(DEPDIR)/console_rel-console.Tpo"; exit 1; fi
481@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='console/console.c' object='console_rel-console.obj' libtool=no @AMDEPBACKSLASH@
482@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(console_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o console_rel-console.obj `if test -f 'console/console.c'; then $(CYGPATH_W) 'console/console.c'; else $(CYGPATH_W) '$(srcdir)/console/console.c'; fi`
484
485pclock_rel-p_clock.o: clock/p_clock.c
486@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pclock_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pclock_rel-p_clock.o -MD -MP -MF "$(DEPDIR)/pclock_rel-p_clock.Tpo" -c -o pclock_rel-p_clock.o `test -f 'clock/p_clock.c' || echo '$(srcdir)/'`clock/p_clock.c; \
487@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/pclock_rel-p_clock.Tpo" "$(DEPDIR)/pclock_rel-p_clock.Po"; else rm -f "$(DEPDIR)/pclock_rel-p_clock.Tpo"; exit 1; fi
488@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='clock/p_clock.c' object='pclock_rel-p_clock.o' libtool=no @AMDEPBACKSLASH@
489@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pclock_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pclock_rel-p_clock.o `test -f 'clock/p_clock.c' || echo '$(srcdir)/'`clock/p_clock.c
491
492pclock_rel-p_clock.obj: clock/p_clock.c
493@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pclock_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pclock_rel-p_clock.obj -MD -MP -MF "$(DEPDIR)/pclock_rel-p_clock.Tpo" -c -o pclock_rel-p_clock.obj `if test -f 'clock/p_clock.c'; then $(CYGPATH_W) 'clock/p_clock.c'; else $(CYGPATH_W) '$(srcdir)/clock/p_clock.c'; fi`; \
494@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/pclock_rel-p_clock.Tpo" "$(DEPDIR)/pclock_rel-p_clock.Po"; else rm -f "$(DEPDIR)/pclock_rel-p_clock.Tpo"; exit 1; fi
495@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='clock/p_clock.c' object='pclock_rel-p_clock.obj' libtool=no @AMDEPBACKSLASH@
496@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pclock_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pclock_rel-p_clock.obj `if test -f 'clock/p_clock.c'; then $(CYGPATH_W) 'clock/p_clock.c'; else $(CYGPATH_W) '$(srcdir)/clock/p_clock.c'; fi`
498
499startup_rel-bspclean.o: ../../shared/bspclean.c
500@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bspclean.o -MD -MP -MF "$(DEPDIR)/startup_rel-bspclean.Tpo" -c -o startup_rel-bspclean.o `test -f '../../shared/bspclean.c' || echo '$(srcdir)/'`../../shared/bspclean.c; \
501@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bspclean.Tpo" "$(DEPDIR)/startup_rel-bspclean.Po"; else rm -f "$(DEPDIR)/startup_rel-bspclean.Tpo"; exit 1; fi
502@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bspclean.c' object='startup_rel-bspclean.o' libtool=no @AMDEPBACKSLASH@
503@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bspclean.o `test -f '../../shared/bspclean.c' || echo '$(srcdir)/'`../../shared/bspclean.c
505
506startup_rel-bspclean.obj: ../../shared/bspclean.c
507@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bspclean.obj -MD -MP -MF "$(DEPDIR)/startup_rel-bspclean.Tpo" -c -o startup_rel-bspclean.obj `if test -f '../../shared/bspclean.c'; then $(CYGPATH_W) '../../shared/bspclean.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bspclean.c'; fi`; \
508@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bspclean.Tpo" "$(DEPDIR)/startup_rel-bspclean.Po"; else rm -f "$(DEPDIR)/startup_rel-bspclean.Tpo"; exit 1; fi
509@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bspclean.c' object='startup_rel-bspclean.obj' libtool=no @AMDEPBACKSLASH@
510@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bspclean.obj `if test -f '../../shared/bspclean.c'; then $(CYGPATH_W) '../../shared/bspclean.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bspclean.c'; fi`
512
513startup_rel-bsplibc.o: ../../shared/bsplibc.c
514@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bsplibc.o -MD -MP -MF "$(DEPDIR)/startup_rel-bsplibc.Tpo" -c -o startup_rel-bsplibc.o `test -f '../../shared/bsplibc.c' || echo '$(srcdir)/'`../../shared/bsplibc.c; \
515@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bsplibc.Tpo" "$(DEPDIR)/startup_rel-bsplibc.Po"; else rm -f "$(DEPDIR)/startup_rel-bsplibc.Tpo"; exit 1; fi
516@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bsplibc.c' object='startup_rel-bsplibc.o' libtool=no @AMDEPBACKSLASH@
517@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bsplibc.o `test -f '../../shared/bsplibc.c' || echo '$(srcdir)/'`../../shared/bsplibc.c
519
520startup_rel-bsplibc.obj: ../../shared/bsplibc.c
521@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bsplibc.obj -MD -MP -MF "$(DEPDIR)/startup_rel-bsplibc.Tpo" -c -o startup_rel-bsplibc.obj `if test -f '../../shared/bsplibc.c'; then $(CYGPATH_W) '../../shared/bsplibc.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bsplibc.c'; fi`; \
522@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bsplibc.Tpo" "$(DEPDIR)/startup_rel-bsplibc.Po"; else rm -f "$(DEPDIR)/startup_rel-bsplibc.Tpo"; exit 1; fi
523@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bsplibc.c' object='startup_rel-bsplibc.obj' libtool=no @AMDEPBACKSLASH@
524@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bsplibc.obj `if test -f '../../shared/bsplibc.c'; then $(CYGPATH_W) '../../shared/bsplibc.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bsplibc.c'; fi`
526
527startup_rel-bsppost.o: ../../shared/bsppost.c
528@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bsppost.o -MD -MP -MF "$(DEPDIR)/startup_rel-bsppost.Tpo" -c -o startup_rel-bsppost.o `test -f '../../shared/bsppost.c' || echo '$(srcdir)/'`../../shared/bsppost.c; \
529@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bsppost.Tpo" "$(DEPDIR)/startup_rel-bsppost.Po"; else rm -f "$(DEPDIR)/startup_rel-bsppost.Tpo"; exit 1; fi
530@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bsppost.c' object='startup_rel-bsppost.o' libtool=no @AMDEPBACKSLASH@
531@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bsppost.o `test -f '../../shared/bsppost.c' || echo '$(srcdir)/'`../../shared/bsppost.c
533
534startup_rel-bsppost.obj: ../../shared/bsppost.c
535@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bsppost.obj -MD -MP -MF "$(DEPDIR)/startup_rel-bsppost.Tpo" -c -o startup_rel-bsppost.obj `if test -f '../../shared/bsppost.c'; then $(CYGPATH_W) '../../shared/bsppost.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bsppost.c'; fi`; \
536@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bsppost.Tpo" "$(DEPDIR)/startup_rel-bsppost.Po"; else rm -f "$(DEPDIR)/startup_rel-bsppost.Tpo"; exit 1; fi
537@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bsppost.c' object='startup_rel-bsppost.obj' libtool=no @AMDEPBACKSLASH@
538@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bsppost.obj `if test -f '../../shared/bsppost.c'; then $(CYGPATH_W) '../../shared/bsppost.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bsppost.c'; fi`
540
541startup_rel-bspstart.o: startup/bspstart.c
542@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bspstart.o -MD -MP -MF "$(DEPDIR)/startup_rel-bspstart.Tpo" -c -o startup_rel-bspstart.o `test -f 'startup/bspstart.c' || echo '$(srcdir)/'`startup/bspstart.c; \
543@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bspstart.Tpo" "$(DEPDIR)/startup_rel-bspstart.Po"; else rm -f "$(DEPDIR)/startup_rel-bspstart.Tpo"; exit 1; fi
544@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='startup/bspstart.c' object='startup_rel-bspstart.o' libtool=no @AMDEPBACKSLASH@
545@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bspstart.o `test -f 'startup/bspstart.c' || echo '$(srcdir)/'`startup/bspstart.c
547
548startup_rel-bspstart.obj: startup/bspstart.c
549@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bspstart.obj -MD -MP -MF "$(DEPDIR)/startup_rel-bspstart.Tpo" -c -o startup_rel-bspstart.obj `if test -f 'startup/bspstart.c'; then $(CYGPATH_W) 'startup/bspstart.c'; else $(CYGPATH_W) '$(srcdir)/startup/bspstart.c'; fi`; \
550@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bspstart.Tpo" "$(DEPDIR)/startup_rel-bspstart.Po"; else rm -f "$(DEPDIR)/startup_rel-bspstart.Tpo"; exit 1; fi
551@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='startup/bspstart.c' object='startup_rel-bspstart.obj' libtool=no @AMDEPBACKSLASH@
552@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bspstart.obj `if test -f 'startup/bspstart.c'; then $(CYGPATH_W) 'startup/bspstart.c'; else $(CYGPATH_W) '$(srcdir)/startup/bspstart.c'; fi`
554
555startup_rel-bootcard.o: ../../shared/bootcard.c
556@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bootcard.o -MD -MP -MF "$(DEPDIR)/startup_rel-bootcard.Tpo" -c -o startup_rel-bootcard.o `test -f '../../shared/bootcard.c' || echo '$(srcdir)/'`../../shared/bootcard.c; \
557@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bootcard.Tpo" "$(DEPDIR)/startup_rel-bootcard.Po"; else rm -f "$(DEPDIR)/startup_rel-bootcard.Tpo"; exit 1; fi
558@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bootcard.c' object='startup_rel-bootcard.o' libtool=no @AMDEPBACKSLASH@
559@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bootcard.o `test -f '../../shared/bootcard.c' || echo '$(srcdir)/'`../../shared/bootcard.c
561
562startup_rel-bootcard.obj: ../../shared/bootcard.c
563@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-bootcard.obj -MD -MP -MF "$(DEPDIR)/startup_rel-bootcard.Tpo" -c -o startup_rel-bootcard.obj `if test -f '../../shared/bootcard.c'; then $(CYGPATH_W) '../../shared/bootcard.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bootcard.c'; fi`; \
564@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-bootcard.Tpo" "$(DEPDIR)/startup_rel-bootcard.Po"; else rm -f "$(DEPDIR)/startup_rel-bootcard.Tpo"; exit 1; fi
565@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/bootcard.c' object='startup_rel-bootcard.obj' libtool=no @AMDEPBACKSLASH@
566@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-bootcard.obj `if test -f '../../shared/bootcard.c'; then $(CYGPATH_W) '../../shared/bootcard.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/bootcard.c'; fi`
568
569startup_rel-iss555.o: startup/iss555.c
570@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-iss555.o -MD -MP -MF "$(DEPDIR)/startup_rel-iss555.Tpo" -c -o startup_rel-iss555.o `test -f 'startup/iss555.c' || echo '$(srcdir)/'`startup/iss555.c; \
571@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-iss555.Tpo" "$(DEPDIR)/startup_rel-iss555.Po"; else rm -f "$(DEPDIR)/startup_rel-iss555.Tpo"; exit 1; fi
572@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='startup/iss555.c' object='startup_rel-iss555.o' libtool=no @AMDEPBACKSLASH@
573@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-iss555.o `test -f 'startup/iss555.c' || echo '$(srcdir)/'`startup/iss555.c
575
576startup_rel-iss555.obj: startup/iss555.c
577@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-iss555.obj -MD -MP -MF "$(DEPDIR)/startup_rel-iss555.Tpo" -c -o startup_rel-iss555.obj `if test -f 'startup/iss555.c'; then $(CYGPATH_W) 'startup/iss555.c'; else $(CYGPATH_W) '$(srcdir)/startup/iss555.c'; fi`; \
578@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-iss555.Tpo" "$(DEPDIR)/startup_rel-iss555.Po"; else rm -f "$(DEPDIR)/startup_rel-iss555.Tpo"; exit 1; fi
579@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='startup/iss555.c' object='startup_rel-iss555.obj' libtool=no @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-iss555.obj `if test -f 'startup/iss555.c'; then $(CYGPATH_W) 'startup/iss555.c'; else $(CYGPATH_W) '$(srcdir)/startup/iss555.c'; fi`
582
583startup_rel-main.o: ../../shared/main.c
584@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-main.o -MD -MP -MF "$(DEPDIR)/startup_rel-main.Tpo" -c -o startup_rel-main.o `test -f '../../shared/main.c' || echo '$(srcdir)/'`../../shared/main.c; \
585@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-main.Tpo" "$(DEPDIR)/startup_rel-main.Po"; else rm -f "$(DEPDIR)/startup_rel-main.Tpo"; exit 1; fi
586@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/main.c' object='startup_rel-main.o' libtool=no @AMDEPBACKSLASH@
587@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-main.o `test -f '../../shared/main.c' || echo '$(srcdir)/'`../../shared/main.c
589
590startup_rel-main.obj: ../../shared/main.c
591@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-main.obj -MD -MP -MF "$(DEPDIR)/startup_rel-main.Tpo" -c -o startup_rel-main.obj `if test -f '../../shared/main.c'; then $(CYGPATH_W) '../../shared/main.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/main.c'; fi`; \
592@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-main.Tpo" "$(DEPDIR)/startup_rel-main.Po"; else rm -f "$(DEPDIR)/startup_rel-main.Tpo"; exit 1; fi
593@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/main.c' object='startup_rel-main.obj' libtool=no @AMDEPBACKSLASH@
594@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-main.obj `if test -f '../../shared/main.c'; then $(CYGPATH_W) '../../shared/main.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/main.c'; fi`
596
597startup_rel-sbrk.o: ../../shared/sbrk.c
598@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-sbrk.o -MD -MP -MF "$(DEPDIR)/startup_rel-sbrk.Tpo" -c -o startup_rel-sbrk.o `test -f '../../shared/sbrk.c' || echo '$(srcdir)/'`../../shared/sbrk.c; \
599@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-sbrk.Tpo" "$(DEPDIR)/startup_rel-sbrk.Po"; else rm -f "$(DEPDIR)/startup_rel-sbrk.Tpo"; exit 1; fi
600@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/sbrk.c' object='startup_rel-sbrk.o' libtool=no @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-sbrk.o `test -f '../../shared/sbrk.c' || echo '$(srcdir)/'`../../shared/sbrk.c
603
604startup_rel-sbrk.obj: ../../shared/sbrk.c
605@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-sbrk.obj -MD -MP -MF "$(DEPDIR)/startup_rel-sbrk.Tpo" -c -o startup_rel-sbrk.obj `if test -f '../../shared/sbrk.c'; then $(CYGPATH_W) '../../shared/sbrk.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/sbrk.c'; fi`; \
606@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-sbrk.Tpo" "$(DEPDIR)/startup_rel-sbrk.Po"; else rm -f "$(DEPDIR)/startup_rel-sbrk.Tpo"; exit 1; fi
607@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/sbrk.c' object='startup_rel-sbrk.obj' libtool=no @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-sbrk.obj `if test -f '../../shared/sbrk.c'; then $(CYGPATH_W) '../../shared/sbrk.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/sbrk.c'; fi`
610
611startup_rel-gnatinstallhandler.o: ../../shared/gnatinstallhandler.c
612@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-gnatinstallhandler.o -MD -MP -MF "$(DEPDIR)/startup_rel-gnatinstallhandler.Tpo" -c -o startup_rel-gnatinstallhandler.o `test -f '../../shared/gnatinstallhandler.c' || echo '$(srcdir)/'`../../shared/gnatinstallhandler.c; \
613@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-gnatinstallhandler.Tpo" "$(DEPDIR)/startup_rel-gnatinstallhandler.Po"; else rm -f "$(DEPDIR)/startup_rel-gnatinstallhandler.Tpo"; exit 1; fi
614@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/gnatinstallhandler.c' object='startup_rel-gnatinstallhandler.o' libtool=no @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-gnatinstallhandler.o `test -f '../../shared/gnatinstallhandler.c' || echo '$(srcdir)/'`../../shared/gnatinstallhandler.c
617
618startup_rel-gnatinstallhandler.obj: ../../shared/gnatinstallhandler.c
619@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT startup_rel-gnatinstallhandler.obj -MD -MP -MF "$(DEPDIR)/startup_rel-gnatinstallhandler.Tpo" -c -o startup_rel-gnatinstallhandler.obj `if test -f '../../shared/gnatinstallhandler.c'; then $(CYGPATH_W) '../../shared/gnatinstallhandler.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/gnatinstallhandler.c'; fi`; \
620@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/startup_rel-gnatinstallhandler.Tpo" "$(DEPDIR)/startup_rel-gnatinstallhandler.Po"; else rm -f "$(DEPDIR)/startup_rel-gnatinstallhandler.Tpo"; exit 1; fi
621@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../../shared/gnatinstallhandler.c' object='startup_rel-gnatinstallhandler.obj' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(startup_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o startup_rel-gnatinstallhandler.obj `if test -f '../../shared/gnatinstallhandler.c'; then $(CYGPATH_W) '../../shared/gnatinstallhandler.c'; else $(CYGPATH_W) '$(srcdir)/../../shared/gnatinstallhandler.c'; fi`
624
625tm27supp_rel-tm27supp.o: startup/tm27supp.c
626@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tm27supp_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tm27supp_rel-tm27supp.o -MD -MP -MF "$(DEPDIR)/tm27supp_rel-tm27supp.Tpo" -c -o tm27supp_rel-tm27supp.o `test -f 'startup/tm27supp.c' || echo '$(srcdir)/'`startup/tm27supp.c; \
627@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/tm27supp_rel-tm27supp.Tpo" "$(DEPDIR)/tm27supp_rel-tm27supp.Po"; else rm -f "$(DEPDIR)/tm27supp_rel-tm27supp.Tpo"; exit 1; fi
628@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='startup/tm27supp.c' object='tm27supp_rel-tm27supp.o' libtool=no @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tm27supp_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tm27supp_rel-tm27supp.o `test -f 'startup/tm27supp.c' || echo '$(srcdir)/'`startup/tm27supp.c
631
632tm27supp_rel-tm27supp.obj: startup/tm27supp.c
633@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tm27supp_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tm27supp_rel-tm27supp.obj -MD -MP -MF "$(DEPDIR)/tm27supp_rel-tm27supp.Tpo" -c -o tm27supp_rel-tm27supp.obj `if test -f 'startup/tm27supp.c'; then $(CYGPATH_W) 'startup/tm27supp.c'; else $(CYGPATH_W) '$(srcdir)/startup/tm27supp.c'; fi`; \
634@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/tm27supp_rel-tm27supp.Tpo" "$(DEPDIR)/tm27supp_rel-tm27supp.Po"; else rm -f "$(DEPDIR)/tm27supp_rel-tm27supp.Tpo"; exit 1; fi
635@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='startup/tm27supp.c' object='tm27supp_rel-tm27supp.obj' libtool=no @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tm27supp_rel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tm27supp_rel-tm27supp.obj `if test -f 'startup/tm27supp.c'; then $(CYGPATH_W) 'startup/tm27supp.c'; else $(CYGPATH_W) '$(srcdir)/startup/tm27supp.c'; fi`
638uninstall-info-am:
639install-dist_project_libDATA: $(dist_project_lib_DATA)
640        @$(NORMAL_INSTALL)
641        test -z "$(project_libdir)" || $(mkdir_p) "$(DESTDIR)$(project_libdir)"
642        @list='$(dist_project_lib_DATA)'; for p in $$list; do \
643          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
644          f=$(am__strip_dir) \
645          echo " $(dist_project_libDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(project_libdir)/$$f'"; \
646          $(dist_project_libDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(project_libdir)/$$f"; \
647        done
648
649uninstall-dist_project_libDATA:
650        @$(NORMAL_UNINSTALL)
651        @list='$(dist_project_lib_DATA)'; for p in $$list; do \
652          f=$(am__strip_dir) \
653          echo " rm -f '$(DESTDIR)$(project_libdir)/$$f'"; \
654          rm -f "$(DESTDIR)$(project_libdir)/$$f"; \
655        done
656install-includeHEADERS: $(include_HEADERS)
657        @$(NORMAL_INSTALL)
658        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
659        @list='$(include_HEADERS)'; for p in $$list; do \
660          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
661          f=$(am__strip_dir) \
662          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
663          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
664        done
665
666uninstall-includeHEADERS:
667        @$(NORMAL_UNINSTALL)
668        @list='$(include_HEADERS)'; for p in $$list; do \
669          f=$(am__strip_dir) \
670          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
671          rm -f "$(DESTDIR)$(includedir)/$$f"; \
672        done
673install-include_bspHEADERS: $(include_bsp_HEADERS)
674        @$(NORMAL_INSTALL)
675        test -z "$(include_bspdir)" || $(mkdir_p) "$(DESTDIR)$(include_bspdir)"
676        @list='$(include_bsp_HEADERS)'; for p in $$list; do \
677          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
678          f=$(am__strip_dir) \
679          echo " $(include_bspHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(include_bspdir)/$$f'"; \
680          $(include_bspHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(include_bspdir)/$$f"; \
681        done
682
683uninstall-include_bspHEADERS:
684        @$(NORMAL_UNINSTALL)
685        @list='$(include_bsp_HEADERS)'; for p in $$list; do \
686          f=$(am__strip_dir) \
687          echo " rm -f '$(DESTDIR)$(include_bspdir)/$$f'"; \
688          rm -f "$(DESTDIR)$(include_bspdir)/$$f"; \
689        done
690install-nodist_includeHEADERS: $(nodist_include_HEADERS)
691        @$(NORMAL_INSTALL)
692        test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
693        @list='$(nodist_include_HEADERS)'; for p in $$list; do \
694          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
695          f=$(am__strip_dir) \
696          echo " $(nodist_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
697          $(nodist_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
698        done
699
700uninstall-nodist_includeHEADERS:
701        @$(NORMAL_UNINSTALL)
702        @list='$(nodist_include_HEADERS)'; for p in $$list; do \
703          f=$(am__strip_dir) \
704          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
705          rm -f "$(DESTDIR)$(includedir)/$$f"; \
706        done
707
708ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
709        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
710        unique=`for i in $$list; do \
711            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
712          done | \
713          $(AWK) '    { files[$$0] = 1; } \
714               END { for (i in files) print i; }'`; \
715        mkid -fID $$unique
716tags: TAGS
717
718TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
719                $(TAGS_FILES) $(LISP)
720        tags=; \
721        here=`pwd`; \
722        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
723        unique=`for i in $$list; do \
724            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
725          done | \
726          $(AWK) '    { files[$$0] = 1; } \
727               END { for (i in files) print i; }'`; \
728        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
729          test -n "$$unique" || unique=$$empty_fix; \
730          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
731            $$tags $$unique; \
732        fi
733ctags: CTAGS
734CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
735                $(TAGS_FILES) $(LISP)
736        tags=; \
737        here=`pwd`; \
738        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
739        unique=`for i in $$list; do \
740            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
741          done | \
742          $(AWK) '    { files[$$0] = 1; } \
743               END { for (i in files) print i; }'`; \
744        test -z "$(CTAGS_ARGS)$$tags$$unique" \
745          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
746             $$tags $$unique
747
748GTAGS:
749        here=`$(am__cd) $(top_builddir) && pwd` \
750          && cd $(top_srcdir) \
751          && gtags -i $(GTAGS_ARGS) $$here
752
753distclean-tags:
754        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
755
756distdir: $(DISTFILES)
757        $(am__remove_distdir)
758        mkdir $(distdir)
759        $(mkdir_p) $(distdir)/../.. $(distdir)/../../../../../.. $(distdir)/../../../../aclocal $(distdir)/../../../../automake $(distdir)/include $(distdir)/irq $(distdir)/startup
760        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
761        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
762        list='$(DISTFILES)'; for file in $$list; do \
763          case $$file in \
764            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
765            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
766          esac; \
767          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
768          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
769          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
770            dir="/$$dir"; \
771            $(mkdir_p) "$(distdir)$$dir"; \
772          else \
773            dir=''; \
774          fi; \
775          if test -d $$d/$$file; then \
776            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
777              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
778            fi; \
779            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
780          else \
781            test -f $(distdir)/$$file \
782            || cp -p $$d/$$file $(distdir)/$$file \
783            || exit 1; \
784          fi; \
785        done
786        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
787          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
788          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
789          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
790        || chmod -R a+r $(distdir)
791dist-gzip: distdir
792        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
793        $(am__remove_distdir)
794
795dist-bzip2: distdir
796        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
797        $(am__remove_distdir)
798
799dist-tarZ: distdir
800        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
801        $(am__remove_distdir)
802
803dist-shar: distdir
804        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
805        $(am__remove_distdir)
806
807dist-zip: distdir
808        -rm -f $(distdir).zip
809        zip -rq $(distdir).zip $(distdir)
810        $(am__remove_distdir)
811
812dist dist-all: distdir
813        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
814        $(am__remove_distdir)
815
816# This target untars the dist file and tries a VPATH configuration.  Then
817# it guarantees that the distribution is self-contained by making another
818# tarfile.
819distcheck: dist
820        case '$(DIST_ARCHIVES)' in \
821        *.tar.gz*) \
822          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
823        *.tar.bz2*) \
824          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
825        *.tar.Z*) \
826          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
827        *.shar.gz*) \
828          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
829        *.zip*) \
830          unzip $(distdir).zip ;;\
831        esac
832        chmod -R a-w $(distdir); chmod a+w $(distdir)
833        mkdir $(distdir)/_build
834        mkdir $(distdir)/_inst
835        chmod a-w $(distdir)
836        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
837          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
838          && cd $(distdir)/_build \
839          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
840            $(DISTCHECK_CONFIGURE_FLAGS) \
841          && $(MAKE) $(AM_MAKEFLAGS) \
842          && $(MAKE) $(AM_MAKEFLAGS) dvi \
843          && $(MAKE) $(AM_MAKEFLAGS) check \
844          && $(MAKE) $(AM_MAKEFLAGS) install \
845          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
846          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
847          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
848                distuninstallcheck \
849          && chmod -R a-w "$$dc_install_base" \
850          && ({ \
851               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
852               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
853               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
854               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
855                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
856              } || { rm -rf "$$dc_destdir"; exit 1; }) \
857          && rm -rf "$$dc_destdir" \
858          && $(MAKE) $(AM_MAKEFLAGS) dist \
859          && rm -rf $(DIST_ARCHIVES) \
860          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
861        $(am__remove_distdir)
862        @(echo "$(distdir) archives ready for distribution: "; \
863          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
864          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
865distuninstallcheck:
866        @cd $(distuninstallcheck_dir) \
867        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
868           || { echo "ERROR: files left after uninstall:" ; \
869                if test -n "$(DESTDIR)"; then \
870                  echo "  (check DESTDIR support)"; \
871                fi ; \
872                $(distuninstallcheck_listfiles) ; \
873                exit 1; } >&2
874distcleancheck: distclean
875        @if test '$(srcdir)' = . ; then \
876          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
877          exit 1 ; \
878        fi
879        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
880          || { echo "ERROR: files left in build directory after distclean:" ; \
881               $(distcleancheck_listfiles) ; \
882               exit 1; } >&2
883check-am: all-am
884check: check-am
885all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
886installdirs:
887        for dir in "$(DESTDIR)$(project_libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(include_bspdir)" "$(DESTDIR)$(includedir)"; do \
888          test -z "$$dir" || $(mkdir_p) "$$dir"; \
889        done
890install: install-am
891install-exec: install-exec-am
892install-data: install-data-am
893uninstall: uninstall-am
894
895install-am: all-am
896        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
897
898installcheck: installcheck-am
899install-strip:
900        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
901          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
902          `test -z '$(STRIP)' || \
903            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
904mostlyclean-generic:
905
906clean-generic:
907        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
908
909distclean-generic:
910        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
911        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
912
913maintainer-clean-generic:
914        @echo "This command is intended for maintainers to use"
915        @echo "it deletes files that may require special tools to rebuild."
916clean: clean-am
917
918clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
919        mostlyclean-am
920
921distclean: distclean-am
922        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
923        -rm -rf ./$(DEPDIR)
924        -rm -f Makefile
925distclean-am: clean-am distclean-compile distclean-generic \
926        distclean-hdr distclean-tags
927
928dvi: dvi-am
929
930dvi-am:
931
932html: html-am
933
934info: info-am
935
936info-am:
937
938install-data-am: install-dist_project_libDATA install-includeHEADERS \
939        install-include_bspHEADERS install-nodist_includeHEADERS
940
941install-exec-am:
942
943install-info: install-info-am
944
945install-man:
946
947installcheck-am:
948
949maintainer-clean: maintainer-clean-am
950        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
951        -rm -rf $(top_srcdir)/autom4te.cache
952        -rm -rf ./$(DEPDIR)
953        -rm -f Makefile
954maintainer-clean-am: distclean-am maintainer-clean-generic
955
956mostlyclean: mostlyclean-am
957
958mostlyclean-am: mostlyclean-compile mostlyclean-generic
959
960pdf: pdf-am
961
962pdf-am:
963
964ps: ps-am
965
966ps-am:
967
968uninstall-am: uninstall-dist_project_libDATA uninstall-includeHEADERS \
969        uninstall-include_bspHEADERS uninstall-info-am \
970        uninstall-nodist_includeHEADERS
971
972.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
973        clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS ctags \
974        dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
975        dist-zip distcheck distclean distclean-compile \
976        distclean-generic distclean-hdr distclean-tags distcleancheck \
977        distdir distuninstallcheck dvi dvi-am html html-am info \
978        info-am install install-am install-data install-data-am \
979        install-dist_project_libDATA install-exec install-exec-am \
980        install-includeHEADERS install-include_bspHEADERS install-info \
981        install-info-am install-man install-nodist_includeHEADERS \
982        install-strip installcheck installcheck-am installdirs \
983        maintainer-clean maintainer-clean-generic mostlyclean \
984        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
985        tags uninstall uninstall-am uninstall-dist_project_libDATA \
986        uninstall-includeHEADERS uninstall-include_bspHEADERS \
987        uninstall-info-am uninstall-nodist_includeHEADERS
988
989
990@AMPOLISH3_TRUE@$(srcdir)/preinstall.am: Makefile.am
991@AMPOLISH3_TRUE@        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
992
993all-am: $(PREINSTALL_FILES)
994
995$(PROJECT_LIB)/$(dirstamp):
996        @$(mkdir_p) $(PROJECT_LIB)
997        @: > $(PROJECT_LIB)/$(dirstamp)
998
999$(PROJECT_INCLUDE)/$(dirstamp):
1000        @$(mkdir_p) $(PROJECT_INCLUDE)
1001        @: > $(PROJECT_INCLUDE)/$(dirstamp)
1002
1003$(PROJECT_LIB)/bsp_specs: bsp_specs $(PROJECT_LIB)/$(dirstamp)
1004        $(INSTALL_DATA) $< $(PROJECT_LIB)/bsp_specs
1005
1006$(PROJECT_INCLUDE)/bsp.h: include/bsp.h $(PROJECT_INCLUDE)/$(dirstamp)
1007        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h
1008
1009$(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
1010        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
1011
1012$(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp)
1013        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bspopts.h
1014
1015$(PROJECT_INCLUDE)/bsp/$(dirstamp):
1016        @$(mkdir_p) $(PROJECT_INCLUDE)/bsp
1017        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
1018
1019$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
1020        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
1021
1022$(PROJECT_INCLUDE)/bsp/irq.h: irq/irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
1023        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
1024
1025$(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
1026        $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
1027
1028preinstall-am: $(PREINSTALL_FILES)
1029preinstall: preinstall-am
1030.PHONY: preinstall preinstall-am
1031# Tell versions [3.59,3.63) of GNU make to not export all variables.
1032# Otherwise a system limit (for SysV at least) may be exceeded.
1033.NOEXPORT: