Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / device / lib / pic16 / startup / Makefile.in
blobf0472752edf8f83369d450402a48322136e52a08
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2021 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.
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.
15 @SET_MAKE@
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 subdir = startup
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = \
93 $(top_srcdir)/../../non-free/lib/pic16/supported-devices.ac \
94 $(top_srcdir)/../../non-free/lib/pic16/processors.ac \
95 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 LIBRARIES = $(noinst_LIBRARIES)
104 AM_V_AR = $(am__v_AR_@AM_V@)
105 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
106 am__v_AR_0 = @echo " AR " $@;
107 am__v_AR_1 =
108 libcrt0_a_AR = $(AR) $(ARFLAGS)
109 libcrt0_a_LIBADD =
110 am_libcrt0_a_OBJECTS = crt0.$(OBJEXT)
111 libcrt0_a_OBJECTS = $(am_libcrt0_a_OBJECTS)
112 libcrt0i_a_AR = $(AR) $(ARFLAGS)
113 libcrt0i_a_LIBADD =
114 am_libcrt0i_a_OBJECTS = crt0i.$(OBJEXT)
115 libcrt0i_a_OBJECTS = $(am_libcrt0i_a_OBJECTS)
116 libcrt0iz_a_AR = $(AR) $(ARFLAGS)
117 libcrt0iz_a_LIBADD =
118 am_libcrt0iz_a_OBJECTS = crt0iz.$(OBJEXT)
119 libcrt0iz_a_OBJECTS = $(am_libcrt0iz_a_OBJECTS)
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo " GEN " $@;
127 am__v_GEN_1 =
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 =
132 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
133 depcomp = $(SHELL) $(top_srcdir)/depcomp
134 am__maybe_remake_depfiles = depfiles
135 am__depfiles_remade = ./$(DEPDIR)/crt0.Po ./$(DEPDIR)/crt0i.Po \
136 ./$(DEPDIR)/crt0iz.Po
137 am__mv = mv -f
138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 AM_V_CC = $(am__v_CC_@AM_V@)
141 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142 am__v_CC_0 = @echo " CC " $@;
143 am__v_CC_1 =
144 CCLD = $(CC)
145 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148 am__v_CCLD_0 = @echo " CCLD " $@;
149 am__v_CCLD_1 =
150 SOURCES = $(libcrt0_a_SOURCES) $(libcrt0i_a_SOURCES) \
151 $(libcrt0iz_a_SOURCES)
152 DIST_SOURCES = $(libcrt0_a_SOURCES) $(libcrt0i_a_SOURCES) \
153 $(libcrt0iz_a_SOURCES)
154 am__can_run_installinfo = \
155 case $$AM_UPDATE_INFO_DIR in \
156 n|no|NO) false;; \
157 *) (install-info --version) >/dev/null 2>&1;; \
158 esac
159 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
160 am__vpath_adj = case $$p in \
161 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
162 *) f=$$p;; \
163 esac;
164 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
165 am__install_max = 40
166 am__nobase_strip_setup = \
167 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
168 am__nobase_strip = \
169 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
170 am__nobase_list = $(am__nobase_strip_setup); \
171 for p in $$list; do echo "$$p $$p"; done | \
172 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
173 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
174 if (++n[$$2] == $(am__install_max)) \
175 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
176 END { for (dir in files) print dir, files[dir] }'
177 am__base_list = \
178 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
179 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
180 am__uninstall_files_from_dir = { \
181 test -z "$$files" \
182 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
183 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
184 $(am__cd) "$$dir" && rm -f $$files; }; \
186 am__installdirs = "$(DESTDIR)$(crtdir)"
187 DATA = $(crt_DATA)
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates. Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
197 # Make sure the list of sources is unique. This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201 list='$(am__tagged_files)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
205 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.common \
206 $(top_srcdir)/depcomp README
207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208 ACLOCAL = @ACLOCAL@
209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211 AR = @AR@
212 ARCH = @ARCH@
213 ARFLAGS = @ARFLAGS@
214 AUTOCONF = @AUTOCONF@
215 AUTOHEADER = @AUTOHEADER@
216 AUTOMAKE = @AUTOMAKE@
217 AWK = @AWK@
218 CC = @CC@
219 CCAS = @CCAS@
220 CCASDEPMODE = @CCASDEPMODE@
221 CCASFLAGS = @CCASFLAGS@
222 CCDEPMODE = @CCDEPMODE@
223 CFLAGS = @CFLAGS@
224 CSCOPE = @CSCOPE@
225 CTAGS = @CTAGS@
226 CYGPATH_W = @CYGPATH_W@
227 DEFS = @DEFS@
228 DEPDIR = @DEPDIR@
229 ECHO_C = @ECHO_C@
230 ECHO_N = @ECHO_N@
231 ECHO_T = @ECHO_T@
232 ETAGS = @ETAGS@
233 GOOD_PICS = @GOOD_PICS@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 LD = @LD@
240 LIBOBJS = @LIBOBJS@
241 LIBS = @LIBS@
242 LTLIBOBJS = @LTLIBOBJS@
243 MAINT = @MAINT@
244 MAKEINFO = @MAKEINFO@
245 MKDIR_P = @MKDIR_P@
246 OBJEXT = @OBJEXT@
247 PACKAGE = @PACKAGE@
248 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249 PACKAGE_NAME = @PACKAGE_NAME@
250 PACKAGE_STRING = @PACKAGE_STRING@
251 PACKAGE_TARNAME = @PACKAGE_TARNAME@
252 PACKAGE_URL = @PACKAGE_URL@
253 PACKAGE_VERSION = @PACKAGE_VERSION@
254 PATH_SEPARATOR = @PATH_SEPARATOR@
255 RANLIB = @RANLIB@
256 SET_MAKE = @SET_MAKE@
257 SHELL = @SHELL@
258 STRIP = @STRIP@
259 USE_FLOATS = @USE_FLOATS@
260 VERSION = @VERSION@
261 abs_builddir = @abs_builddir@
262 abs_srcdir = @abs_srcdir@
263 abs_top_builddir = @abs_top_builddir@
264 abs_top_srcdir = @abs_top_srcdir@
265 am__include = @am__include@
266 am__leading_dot = @am__leading_dot@
267 am__quote = @am__quote@
268 am__tar = @am__tar@
269 am__untar = @am__untar@
270 bindir = @bindir@
271 build_alias = @build_alias@
272 builddir = @builddir@
273 datadir = @datadir@
274 datarootdir = @datarootdir@
275 docdir = @docdir@
276 dvidir = @dvidir@
277 exec_prefix = @exec_prefix@
278 host_alias = @host_alias@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 libdir = @libdir@
284 libexecdir = @libexecdir@
285 localedir = @localedir@
286 localstatedir = @localstatedir@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 oldincludedir = @oldincludedir@
290 pdfdir = @pdfdir@
291 prefix = @prefix@
292 program_transform_name = @program_transform_name@
293 psdir = @psdir@
294 runstatedir = @runstatedir@
295 sbindir = @sbindir@
296 sharedstatedir = @sharedstatedir@
297 srcdir = @srcdir@
298 sysconfdir = @sysconfdir@
299 target_alias = @target_alias@
300 top_build_prefix = @top_build_prefix@
301 top_builddir = @top_builddir@
302 top_srcdir = @top_srcdir@
304 # Dummy libs to generate crt0*.o
305 noinst_LIBRARIES = libcrt0.a libcrt0i.a libcrt0iz.a
306 libcrt0_a_SOURCES = crt0.c
307 libcrt0i_a_SOURCES = crt0i.c
308 libcrt0iz_a_SOURCES = crt0iz.c
310 # Force installation of .o files into $libdir
311 crtdir = $(libdir)
312 crt_DATA = crt0.o crt0i.o crt0iz.o
313 AM_CPPFLAGS = -I. -I$(top_srcdir)/../../include/pic16 \
314 -I$(top_srcdir)/../../include \
315 -I$(top_srcdir)/../../non-free/include/pic16
316 #AM_CFLAGS += --no-optimize-goto
318 #AM_CFLAGS += --debug-ralloc
319 #AM_CFLAGS += --debug-xtra
320 #AM_CFLAGS += --pcode-verbose
322 #AM_CFLAGS += --nooverlay
323 #AM_CFLAGS += --nogcse
324 #AM_CFLAGS += --nolabelopt
325 #AM_CFLAGS += --noinvariant
326 #AM_CFLAGS += --noinduction
327 #AM_CFLAGS += --nojtbound
328 #AM_CFLAGS += --noloopreverse
329 AM_CFLAGS = --std-c11 --asm="$(CCAS)" --no-warn-non-free \
330 --fomit-frame-pointer --obanksel=9 --denable-peeps \
331 --optimize-cmp --optimize-df --i-code-in-asm @USE_FLOATS@
332 AM_CCASFLAGS = -I$(top_srcdir)/../../include/pic16 \
333 -I$(top_srcdir)/../../include \
334 -I$(top_srcdir)/../../non-free/include/pic16 -I$(srcdir)
335 all: all-am
337 .SUFFIXES:
338 .SUFFIXES: .c .o .obj
339 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
340 @for dep in $?; do \
341 case '$(am__configure_deps)' in \
342 *$$dep*) \
343 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
344 && { if test -f $@; then exit 0; else break; fi; }; \
345 exit 1;; \
346 esac; \
347 done; \
348 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign startup/Makefile'; \
349 $(am__cd) $(top_srcdir) && \
350 $(AUTOMAKE) --foreign startup/Makefile
351 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352 @case '$?' in \
353 *config.status*) \
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
355 *) \
356 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
357 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
358 esac;
359 $(top_srcdir)/Makefile.common $(am__empty):
361 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368 $(am__aclocal_m4_deps):
370 clean-noinstLIBRARIES:
371 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
373 libcrt0.a: $(libcrt0_a_OBJECTS) $(libcrt0_a_DEPENDENCIES) $(EXTRA_libcrt0_a_DEPENDENCIES)
374 $(AM_V_at)-rm -f libcrt0.a
375 $(AM_V_AR)$(libcrt0_a_AR) libcrt0.a $(libcrt0_a_OBJECTS) $(libcrt0_a_LIBADD)
376 $(AM_V_at)$(RANLIB) libcrt0.a
378 libcrt0i.a: $(libcrt0i_a_OBJECTS) $(libcrt0i_a_DEPENDENCIES) $(EXTRA_libcrt0i_a_DEPENDENCIES)
379 $(AM_V_at)-rm -f libcrt0i.a
380 $(AM_V_AR)$(libcrt0i_a_AR) libcrt0i.a $(libcrt0i_a_OBJECTS) $(libcrt0i_a_LIBADD)
381 $(AM_V_at)$(RANLIB) libcrt0i.a
383 libcrt0iz.a: $(libcrt0iz_a_OBJECTS) $(libcrt0iz_a_DEPENDENCIES) $(EXTRA_libcrt0iz_a_DEPENDENCIES)
384 $(AM_V_at)-rm -f libcrt0iz.a
385 $(AM_V_AR)$(libcrt0iz_a_AR) libcrt0iz.a $(libcrt0iz_a_OBJECTS) $(libcrt0iz_a_LIBADD)
386 $(AM_V_at)$(RANLIB) libcrt0iz.a
388 mostlyclean-compile:
389 -rm -f *.$(OBJEXT)
391 distclean-compile:
392 -rm -f *.tab.c
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crt0.Po@am__quote@ # am--include-marker
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crt0i.Po@am__quote@ # am--include-marker
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crt0iz.Po@am__quote@ # am--include-marker
398 $(am__depfiles_remade):
399 @$(MKDIR_P) $(@D)
400 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
402 am--depfiles: $(am__depfiles_remade)
404 .c.o:
405 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
406 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
411 .c.obj:
412 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417 install-crtDATA: $(crt_DATA)
418 @$(NORMAL_INSTALL)
419 @list='$(crt_DATA)'; test -n "$(crtdir)" || list=; \
420 if test -n "$$list"; then \
421 echo " $(MKDIR_P) '$(DESTDIR)$(crtdir)'"; \
422 $(MKDIR_P) "$(DESTDIR)$(crtdir)" || exit 1; \
423 fi; \
424 for p in $$list; do \
425 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426 echo "$$d$$p"; \
427 done | $(am__base_list) | \
428 while read files; do \
429 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(crtdir)'"; \
430 $(INSTALL_DATA) $$files "$(DESTDIR)$(crtdir)" || exit $$?; \
431 done
433 uninstall-crtDATA:
434 @$(NORMAL_UNINSTALL)
435 @list='$(crt_DATA)'; test -n "$(crtdir)" || list=; \
436 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
437 dir='$(DESTDIR)$(crtdir)'; $(am__uninstall_files_from_dir)
439 ID: $(am__tagged_files)
440 $(am__define_uniq_tagged_files); mkid -fID $$unique
441 tags: tags-am
442 TAGS: tags
444 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
445 set x; \
446 here=`pwd`; \
447 $(am__define_uniq_tagged_files); \
448 shift; \
449 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450 test -n "$$unique" || unique=$$empty_fix; \
451 if test $$# -gt 0; then \
452 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453 "$$@" $$unique; \
454 else \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456 $$unique; \
457 fi; \
459 ctags: ctags-am
461 CTAGS: ctags
462 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
463 $(am__define_uniq_tagged_files); \
464 test -z "$(CTAGS_ARGS)$$unique" \
465 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
466 $$unique
468 GTAGS:
469 here=`$(am__cd) $(top_builddir) && pwd` \
470 && $(am__cd) $(top_srcdir) \
471 && gtags -i $(GTAGS_ARGS) "$$here"
472 cscopelist: cscopelist-am
474 cscopelist-am: $(am__tagged_files)
475 list='$(am__tagged_files)'; \
476 case "$(srcdir)" in \
477 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
478 *) sdir=$(subdir)/$(srcdir) ;; \
479 esac; \
480 for i in $$list; do \
481 if test -f "$$i"; then \
482 echo "$(subdir)/$$i"; \
483 else \
484 echo "$$sdir/$$i"; \
485 fi; \
486 done >> $(top_builddir)/cscope.files
488 distclean-tags:
489 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490 distdir: $(BUILT_SOURCES)
491 $(MAKE) $(AM_MAKEFLAGS) distdir-am
493 distdir-am: $(DISTFILES)
494 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 list='$(DISTFILES)'; \
497 dist_files=`for file in $$list; do echo $$file; done | \
498 sed -e "s|^$$srcdirstrip/||;t" \
499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500 case $$dist_files in \
501 */*) $(MKDIR_P) `echo "$$dist_files" | \
502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503 sort -u` ;; \
504 esac; \
505 for file in $$dist_files; do \
506 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507 if test -d $$d/$$file; then \
508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509 if test -d "$(distdir)/$$file"; then \
510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511 fi; \
512 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515 fi; \
516 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517 else \
518 test -f "$(distdir)/$$file" \
519 || cp -p $$d/$$file "$(distdir)/$$file" \
520 || exit 1; \
521 fi; \
522 done
523 check-am: all-am
524 check: check-am
525 all-am: Makefile $(LIBRARIES) $(DATA)
526 installdirs:
527 for dir in "$(DESTDIR)$(crtdir)"; do \
528 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
529 done
530 install: install-am
531 install-exec: install-exec-am
532 install-data: install-data-am
533 uninstall: uninstall-am
535 install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538 installcheck: installcheck-am
539 install-strip:
540 if test -z '$(STRIP)'; then \
541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543 install; \
544 else \
545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
549 mostlyclean-generic:
551 clean-generic:
553 distclean-generic:
554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557 maintainer-clean-generic:
558 @echo "This command is intended for maintainers to use"
559 @echo "it deletes files that may require special tools to rebuild."
560 clean: clean-am
562 clean-am: clean-generic clean-local clean-noinstLIBRARIES \
563 mostlyclean-am
565 distclean: distclean-am
566 -rm -f ./$(DEPDIR)/crt0.Po
567 -rm -f ./$(DEPDIR)/crt0i.Po
568 -rm -f ./$(DEPDIR)/crt0iz.Po
569 -rm -f Makefile
570 distclean-am: clean-am distclean-compile distclean-generic \
571 distclean-tags
573 dvi: dvi-am
575 dvi-am:
577 html: html-am
579 html-am:
581 info: info-am
583 info-am:
585 install-data-am: install-crtDATA
587 install-dvi: install-dvi-am
589 install-dvi-am:
591 install-exec-am:
593 install-html: install-html-am
595 install-html-am:
597 install-info: install-info-am
599 install-info-am:
601 install-man:
603 install-pdf: install-pdf-am
605 install-pdf-am:
607 install-ps: install-ps-am
609 install-ps-am:
611 installcheck-am:
613 maintainer-clean: maintainer-clean-am
614 -rm -f ./$(DEPDIR)/crt0.Po
615 -rm -f ./$(DEPDIR)/crt0i.Po
616 -rm -f ./$(DEPDIR)/crt0iz.Po
617 -rm -f Makefile
618 maintainer-clean-am: distclean-am maintainer-clean-generic
620 mostlyclean: mostlyclean-am
622 mostlyclean-am: mostlyclean-compile mostlyclean-generic
624 pdf: pdf-am
626 pdf-am:
628 ps: ps-am
630 ps-am:
632 uninstall-am: uninstall-crtDATA
634 .MAKE: install-am install-strip
636 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
637 clean-generic clean-local clean-noinstLIBRARIES cscopelist-am \
638 ctags ctags-am distclean distclean-compile distclean-generic \
639 distclean-tags distdir dvi dvi-am html html-am info info-am \
640 install install-am install-crtDATA install-data \
641 install-data-am install-dvi install-dvi-am install-exec \
642 install-exec-am install-html install-html-am install-info \
643 install-info-am install-man install-pdf install-pdf-am \
644 install-ps install-ps-am install-strip installcheck \
645 installcheck-am installdirs maintainer-clean \
646 maintainer-clean-generic mostlyclean mostlyclean-compile \
647 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
648 uninstall-am uninstall-crtDATA
650 .PRECIOUS: Makefile
653 clean-local:
654 $(RM) *.asm;
655 $(RM) *.lst;
657 clean-intermediate: clean-local
658 list='$(SUBDIRS)'; for subdir in $$list; do \
659 echo "Making $@ in $$subdir"; \
660 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@); \
661 done
663 # Tell versions [3.59,3.63) of GNU make to not export all variables.
664 # Otherwise a system limit (for SysV at least) may be exceeded.
665 .NOEXPORT: