1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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# Copyright (c) 2014-2015 Tommie Gannert
18#
19# See the LICENSE file.
20#
21
22VPATH = @srcdir@
23am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
24am__make_running_with_option = \
25  case $${target_option-} in \
26      ?) ;; \
27      *) echo "am__make_running_with_option: internal error: invalid" \
28              "target option '$${target_option-}' specified" >&2; \
29         exit 1;; \
30  esac; \
31  has_opt=no; \
32  sane_makeflags=$$MAKEFLAGS; \
33  if $(am__is_gnu_make); then \
34    sane_makeflags=$$MFLAGS; \
35  else \
36    case $$MAKEFLAGS in \
37      *\\[\ \	]*) \
38        bs=\\; \
39        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
40          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
41    esac; \
42  fi; \
43  skip_next=no; \
44  strip_trailopt () \
45  { \
46    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
47  }; \
48  for flg in $$sane_makeflags; do \
49    test $$skip_next = yes && { skip_next=no; continue; }; \
50    case $$flg in \
51      *=*|--*) continue;; \
52        -*I) strip_trailopt 'I'; skip_next=yes;; \
53      -*I?*) strip_trailopt 'I';; \
54        -*O) strip_trailopt 'O'; skip_next=yes;; \
55      -*O?*) strip_trailopt 'O';; \
56        -*l) strip_trailopt 'l'; skip_next=yes;; \
57      -*l?*) strip_trailopt 'l';; \
58      -[dEDm]) skip_next=yes;; \
59      -[JT]) skip_next=yes;; \
60    esac; \
61    case $$flg in \
62      *$$target_option*) has_opt=yes; break;; \
63    esac; \
64  done; \
65  test $$has_opt = yes
66am__make_dryrun = (target_option=n; $(am__make_running_with_option))
67am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
68pkgdatadir = $(datadir)/@PACKAGE@
69pkgincludedir = $(includedir)/@PACKAGE@
70pkglibdir = $(libdir)/@PACKAGE@
71pkglibexecdir = $(libexecdir)/@PACKAGE@
72am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
73install_sh_DATA = $(install_sh) -c -m 644
74install_sh_PROGRAM = $(install_sh) -c
75install_sh_SCRIPT = $(install_sh) -c
76INSTALL_HEADER = $(INSTALL_DATA)
77transform = $(program_transform_name)
78NORMAL_INSTALL = :
79PRE_INSTALL = :
80POST_INSTALL = :
81NORMAL_UNINSTALL = :
82PRE_UNINSTALL = :
83POST_UNINSTALL = :
84build_triplet = @build@
85host_triplet = @host@
86subdir = src/hal
87DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88	$(top_srcdir)/depcomp
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_CLEAN_FILES =
95CONFIG_CLEAN_VPATH_FILES =
96am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97am__vpath_adj = case $$p in \
98    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
99    *) f=$$p;; \
100  esac;
101am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102am__install_max = 40
103am__nobase_strip_setup = \
104  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
105am__nobase_strip = \
106  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
107am__nobase_list = $(am__nobase_strip_setup); \
108  for p in $$list; do echo "$$p $$p"; done | \
109  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
110  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111    if (++n[$$2] == $(am__install_max)) \
112      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
113    END { for (dir in files) print dir, files[dir] }'
114am__base_list = \
115  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
116  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
117am__uninstall_files_from_dir = { \
118  test -z "$$files" \
119    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
120    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
121         $(am__cd) "$$dir" && rm -f $$files; }; \
122  }
123am__installdirs = "$(DESTDIR)$(libdir)"
124LIBRARIES = $(lib_LIBRARIES)
125ARFLAGS = cru
126AM_V_AR = $(am__v_AR_@AM_V@)
127am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
128am__v_AR_0 = @echo "  AR      " $@;
129am__v_AR_1 =
130libhal_a_AR = $(AR) $(ARFLAGS)
131libhal_a_LIBADD =
132am_libhal_a_OBJECTS = attribute.$(OBJEXT) cache.$(OBJEXT) \
133	clock.$(OBJEXT) coherence.$(OBJEXT) debug.$(OBJEXT) \
134	debug_hndlr.$(OBJEXT) memcopy.$(OBJEXT) misc.$(OBJEXT) \
135	mmu.$(OBJEXT) mp_asm.$(OBJEXT) set_region_translate.$(OBJEXT) \
136	syscache_asm.$(OBJEXT) windowspill_asm.$(OBJEXT)
137libhal_a_OBJECTS = $(am_libhal_a_OBJECTS)
138AM_V_P = $(am__v_P_@AM_V@)
139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140am__v_P_0 = false
141am__v_P_1 = :
142AM_V_GEN = $(am__v_GEN_@AM_V@)
143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144am__v_GEN_0 = @echo "  GEN     " $@;
145am__v_GEN_1 =
146AM_V_at = $(am__v_at_@AM_V@)
147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148am__v_at_0 = @
149am__v_at_1 =
150DEFAULT_INCLUDES = -I.@am__isrc@
151depcomp = $(SHELL) $(top_srcdir)/depcomp
152am__depfiles_maybe = depfiles
153am__mv = mv -f
154CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
155	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
156AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
157am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
158am__v_CPPAS_0 = @echo "  CPPAS   " $@;
159am__v_CPPAS_1 =
160COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162AM_V_CC = $(am__v_CC_@AM_V@)
163am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164am__v_CC_0 = @echo "  CC      " $@;
165am__v_CC_1 =
166CCLD = $(CC)
167LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
168AM_V_CCLD = $(am__v_CCLD_@AM_V@)
169am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
170am__v_CCLD_0 = @echo "  CCLD    " $@;
171am__v_CCLD_1 =
172SOURCES = $(libhal_a_SOURCES)
173DIST_SOURCES = $(libhal_a_SOURCES)
174am__can_run_installinfo = \
175  case $$AM_UPDATE_INFO_DIR in \
176    n|no|NO) false;; \
177    *) (install-info --version) >/dev/null 2>&1;; \
178  esac
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199ACLOCAL = @ACLOCAL@
200AMTAR = @AMTAR@
201AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202AR = @AR@
203AUTOCONF = @AUTOCONF@
204AUTOHEADER = @AUTOHEADER@
205AUTOMAKE = @AUTOMAKE@
206AWK = @AWK@
207CC = @CC@
208CCAS = @CCAS@
209CCASDEPMODE = @CCASDEPMODE@
210CCASFLAGS = @CCASFLAGS@
211CCDEPMODE = @CCDEPMODE@
212CFLAGS = @CFLAGS@
213CPPFLAGS = @CPPFLAGS@
214CYGPATH_W = @CYGPATH_W@
215DEFS = @DEFS@
216DEPDIR = @DEPDIR@
217ECHO_C = @ECHO_C@
218ECHO_N = @ECHO_N@
219ECHO_T = @ECHO_T@
220EXEEXT = @EXEEXT@
221INSTALL = @INSTALL@
222INSTALL_DATA = @INSTALL_DATA@
223INSTALL_PROGRAM = @INSTALL_PROGRAM@
224INSTALL_SCRIPT = @INSTALL_SCRIPT@
225INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226LDFLAGS = @LDFLAGS@
227LIBOBJS = @LIBOBJS@
228LIBS = @LIBS@
229LTLIBOBJS = @LTLIBOBJS@
230MAKEINFO = @MAKEINFO@
231MKDIR_P = @MKDIR_P@
232OBJEXT = @OBJEXT@
233PACKAGE = @PACKAGE@
234PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
235PACKAGE_NAME = @PACKAGE_NAME@
236PACKAGE_STRING = @PACKAGE_STRING@
237PACKAGE_TARNAME = @PACKAGE_TARNAME@
238PACKAGE_URL = @PACKAGE_URL@
239PACKAGE_VERSION = @PACKAGE_VERSION@
240PATH_SEPARATOR = @PATH_SEPARATOR@
241RANLIB = @RANLIB@
242SET_MAKE = @SET_MAKE@
243SHELL = @SHELL@
244STRIP = @STRIP@
245VERSION = @VERSION@
246abs_builddir = @abs_builddir@
247abs_srcdir = @abs_srcdir@
248abs_top_builddir = @abs_top_builddir@
249abs_top_srcdir = @abs_top_srcdir@
250ac_ct_AR = @ac_ct_AR@
251ac_ct_CC = @ac_ct_CC@
252am__include = @am__include@
253am__leading_dot = @am__leading_dot@
254am__quote = @am__quote@
255am__tar = @am__tar@
256am__untar = @am__untar@
257bindir = @bindir@
258build = @build@
259build_alias = @build_alias@
260build_cpu = @build_cpu@
261build_os = @build_os@
262build_vendor = @build_vendor@
263builddir = @builddir@
264datadir = @datadir@
265datarootdir = @datarootdir@
266docdir = @docdir@
267dvidir = @dvidir@
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@
288psdir = @psdir@
289sbindir = @sbindir@
290sharedstatedir = @sharedstatedir@
291srcdir = @srcdir@
292sysconfdir = @sysconfdir@
293target_alias = @target_alias@
294top_build_prefix = @top_build_prefix@
295top_builddir = @top_builddir@
296top_srcdir = @top_srcdir@
297lib_LIBRARIES = libhal.a
298libhal_a_SOURCES = \
299	attribute.c \
300	cache.c \
301	clock.S \
302	coherence.c \
303	debug.c \
304	debug_hndlr.S \
305	memcopy.S \
306	misc.c \
307	mmu.c \
308	mp_asm.S \
309	set_region_translate.c \
310	syscache_asm.S \
311	windowspill_asm.S
312
313EXTRA_DIST = $(splittable_sources)
314CLEANFILES = \
315	$(split_sources) \
316	$(split_makefiles)
317
318
319# We split some files into chunks so the linker has really fine-grained
320# linking abilities, while the code is not split up into too small chunks.
321#
322# Each splittable file has lines like
323#
324#   #[el]if defined(__SPLIT__tag)
325#
326# and we generate one object file per such section.
327splittable_sources = \
328	cache_asm.S \
329	disass.c \
330	int_asm.S \
331	interrupts.c \
332	mem_ecc_parity.S \
333	miscellaneous.S \
334	state_asm.S \
335	state.c
336
337
338# The name of our generated split source files.
339# Used for CLEANFILES.
340split_sources = $(shell cd $(top_srcdir)/src && $(AWK) -F '[()]' ' \
341	/^\#.* defined\(__SPLIT__(\w+)\)/ { \
342		sub(/__SPLIT__/, ""); \
343		f = FILENAME; \
344		sub(/\.[^.]+/, "--" $$2 "&", f); \
345		print f; \
346	}' $(splittable_sources))
347
348@XTENSA_CALL0_ABI_FALSE@awk_ignore_nw :=
349
350# Generate one makefile per splittable source file.
351# Each one contains rules to create one source file per split,
352# and adds it to libhal as a dependency and to Automake's OBJECTS variable.
353# (The former is needed because these includes are placed after the generated
354# libhal.a rule expands *_OBJECTS for dependencies.
355@XTENSA_CALL0_ABI_TRUE@awk_ignore_nw := /__SPLIT__.*_nw/ && !/__SPLIT__get_intpending_nw/ { next; }
356split_makefiles := $(patsubst %, %-split.mk, $(splittable_sources))
357all: all-am
358
359.SUFFIXES:
360.SUFFIXES: .S .c .o .obj
361$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
362	@for dep in $?; do \
363	  case '$(am__configure_deps)' in \
364	    *$$dep*) \
365	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366	        && { if test -f $@; then exit 0; else break; fi; }; \
367	      exit 1;; \
368	  esac; \
369	done; \
370	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/hal/Makefile'; \
371	$(am__cd) $(top_srcdir) && \
372	  $(AUTOMAKE) --foreign src/hal/Makefile
373.PRECIOUS: Makefile
374Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375	@case '$?' in \
376	  *config.status*) \
377	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378	  *) \
379	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381	esac;
382
383$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385
386$(top_srcdir)/configure:  $(am__configure_deps)
387	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
389	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390$(am__aclocal_m4_deps):
391install-libLIBRARIES: $(lib_LIBRARIES)
392	@$(NORMAL_INSTALL)
393	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
394	list2=; for p in $$list; do \
395	  if test -f $$p; then \
396	    list2="$$list2 $$p"; \
397	  else :; fi; \
398	done; \
399	test -z "$$list2" || { \
400	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
401	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
402	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
403	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
404	@$(POST_INSTALL)
405	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
406	for p in $$list; do \
407	  if test -f $$p; then \
408	    $(am__strip_dir) \
409	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
410	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
411	  else :; fi; \
412	done
413
414uninstall-libLIBRARIES:
415	@$(NORMAL_UNINSTALL)
416	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
417	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
418	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
419
420clean-libLIBRARIES:
421	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
422
423libhal.a: $(libhal_a_OBJECTS) $(libhal_a_DEPENDENCIES) $(EXTRA_libhal_a_DEPENDENCIES)
424	$(AM_V_at)-rm -f libhal.a
425	$(AM_V_AR)$(libhal_a_AR) libhal.a $(libhal_a_OBJECTS) $(libhal_a_LIBADD)
426	$(AM_V_at)$(RANLIB) libhal.a
427
428mostlyclean-compile:
429	-rm -f *.$(OBJEXT)
430
431distclean-compile:
432	-rm -f *.tab.c
433
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attribute.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Po@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Po@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coherence.Po@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug_hndlr.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcopy.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmu.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_asm.Po@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_region_translate.Po@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syscache_asm.Po@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windowspill_asm.Po@am__quote@
447
448.S.o:
449@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450@am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
452@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
454
455.S.obj:
456@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
457@am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
458@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
459@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
461
462.c.o:
463@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
464@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
465@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
466@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
468
469.c.obj:
470@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
471@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
472@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
473@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
475
476ID: $(am__tagged_files)
477	$(am__define_uniq_tagged_files); mkid -fID $$unique
478tags: tags-am
479TAGS: tags
480
481tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
482	set x; \
483	here=`pwd`; \
484	$(am__define_uniq_tagged_files); \
485	shift; \
486	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
487	  test -n "$$unique" || unique=$$empty_fix; \
488	  if test $$# -gt 0; then \
489	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490	      "$$@" $$unique; \
491	  else \
492	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493	      $$unique; \
494	  fi; \
495	fi
496ctags: ctags-am
497
498CTAGS: ctags
499ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500	$(am__define_uniq_tagged_files); \
501	test -z "$(CTAGS_ARGS)$$unique" \
502	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
503	     $$unique
504
505GTAGS:
506	here=`$(am__cd) $(top_builddir) && pwd` \
507	  && $(am__cd) $(top_srcdir) \
508	  && gtags -i $(GTAGS_ARGS) "$$here"
509cscopelist: cscopelist-am
510
511cscopelist-am: $(am__tagged_files)
512	list='$(am__tagged_files)'; \
513	case "$(srcdir)" in \
514	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
515	  *) sdir=$(subdir)/$(srcdir) ;; \
516	esac; \
517	for i in $$list; do \
518	  if test -f "$$i"; then \
519	    echo "$(subdir)/$$i"; \
520	  else \
521	    echo "$$sdir/$$i"; \
522	  fi; \
523	done >> $(top_builddir)/cscope.files
524
525distclean-tags:
526	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
527
528distdir: $(DISTFILES)
529	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531	list='$(DISTFILES)'; \
532	  dist_files=`for file in $$list; do echo $$file; done | \
533	  sed -e "s|^$$srcdirstrip/||;t" \
534	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
535	case $$dist_files in \
536	  */*) $(MKDIR_P) `echo "$$dist_files" | \
537			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
538			   sort -u` ;; \
539	esac; \
540	for file in $$dist_files; do \
541	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542	  if test -d $$d/$$file; then \
543	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
544	    if test -d "$(distdir)/$$file"; then \
545	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546	    fi; \
547	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
548	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
549	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550	    fi; \
551	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552	  else \
553	    test -f "$(distdir)/$$file" \
554	    || cp -p $$d/$$file "$(distdir)/$$file" \
555	    || exit 1; \
556	  fi; \
557	done
558check-am: all-am
559check: check-am
560all-am: Makefile $(LIBRARIES)
561installdirs:
562	for dir in "$(DESTDIR)$(libdir)"; do \
563	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
564	done
565install: install-am
566install-exec: install-exec-am
567install-data: install-data-am
568uninstall: uninstall-am
569
570install-am: all-am
571	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
572
573installcheck: installcheck-am
574install-strip:
575	if test -z '$(STRIP)'; then \
576	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578	      install; \
579	else \
580	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
583	fi
584mostlyclean-generic:
585
586clean-generic:
587	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
588
589distclean-generic:
590	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
591	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
592
593maintainer-clean-generic:
594	@echo "This command is intended for maintainers to use"
595	@echo "it deletes files that may require special tools to rebuild."
596clean: clean-am
597
598clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
599
600distclean: distclean-am
601	-rm -rf ./$(DEPDIR)
602	-rm -f Makefile
603distclean-am: clean-am distclean-compile distclean-generic \
604	distclean-tags
605
606dvi: dvi-am
607
608dvi-am:
609
610html: html-am
611
612html-am:
613
614info: info-am
615
616info-am:
617
618install-data-am:
619
620install-dvi: install-dvi-am
621
622install-dvi-am:
623
624install-exec-am: install-libLIBRARIES
625
626install-html: install-html-am
627
628install-html-am:
629
630install-info: install-info-am
631
632install-info-am:
633
634install-man:
635
636install-pdf: install-pdf-am
637
638install-pdf-am:
639
640install-ps: install-ps-am
641
642install-ps-am:
643
644installcheck-am:
645
646maintainer-clean: maintainer-clean-am
647	-rm -rf ./$(DEPDIR)
648	-rm -f Makefile
649maintainer-clean-am: distclean-am maintainer-clean-generic
650
651mostlyclean: mostlyclean-am
652
653mostlyclean-am: mostlyclean-compile mostlyclean-generic
654
655pdf: pdf-am
656
657pdf-am:
658
659ps: ps-am
660
661ps-am:
662
663uninstall-am: uninstall-libLIBRARIES
664
665.MAKE: install-am install-strip
666
667.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
668	clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \
669	distclean-compile distclean-generic distclean-tags distdir dvi \
670	dvi-am html html-am info info-am install install-am \
671	install-data install-data-am install-dvi install-dvi-am \
672	install-exec install-exec-am install-html install-html-am \
673	install-info install-info-am install-libLIBRARIES install-man \
674	install-pdf install-pdf-am install-ps install-ps-am \
675	install-strip installcheck installcheck-am installdirs \
676	maintainer-clean maintainer-clean-generic mostlyclean \
677	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
678	tags tags-am uninstall uninstall-am uninstall-libLIBRARIES
679
680
681.DELETE_ON_ERROR: %.splittmp
682%-split.mk: % Makefile
683	sort "$<" | uniq | $(AWK) -F '[()]' ' \
684		$(awk_ignore_nw) \
685		/^#.* defined\(__SPLIT__(\w+)\)/ { \
686			tag = $$2; \
687			sub(/__SPLIT__/, "", tag); \
688			srcbase = "$(basename $(notdir $<))"; \
689			srcsuffix = "$(suffix $<)"; \
690			print srcbase "--" tag srcsuffix ": $< Makefile"; \
691			print "\techo \"#define " $$2 "\" >\"$$@.splittmp\""; \
692			print "\techo \"#include \\\"$<\\\"\" >>\"$$@.splittmp\""; \
693			print "\tmv \"$$@.splittmp\" \"$$@\""; \
694			print "libhal.a: " srcbase "--" tag ".$$(OBJEXT)"; \
695			print "libhal_a_OBJECTS += " srcbase "--" tag ".$$(OBJEXT)"; \
696		}' >"$@.splittmp"
697	mv "$@.splittmp" "$@"
698
699-include $(split_makefiles)
700
701# Tell versions [3.59,3.63) of GNU make to not export all variables.
702# Otherwise a system limit (for SysV at least) may be exceeded.
703.NOEXPORT:
704