* src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer dereference,
[fw/sdcc] / device / lib / pic16 / libm / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
34         $(top_srcdir)/Makefile.common
35 subdir = libm
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39         $(ACLOCAL_M4)
40 mkinstalldirs = $(install_sh) -d
41 CONFIG_HEADER = $(top_builddir)/config.h
42 CONFIG_CLEAN_FILES =
43 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
44 am__vpath_adj = case $$p in \
45     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
46     *) f=$$p;; \
47   esac;
48 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
49 am__installdirs = "$(DESTDIR)$(libdir)"
50 libLIBRARIES_INSTALL = $(INSTALL_DATA)
51 LIBRARIES = $(lib_LIBRARIES)
52 libm18f_a_AR = $(AR) $(ARFLAGS)
53 libm18f_a_LIBADD =
54 am_libm18f_a_OBJECTS = acosf.$(OBJEXT) asincosf.$(OBJEXT) \
55         asinf.$(OBJEXT) atan2f.$(OBJEXT) atanf.$(OBJEXT) \
56         ceilf.$(OBJEXT) cosf.$(OBJEXT) coshf.$(OBJEXT) cotf.$(OBJEXT) \
57         errno.$(OBJEXT) expf.$(OBJEXT) fabsf.$(OBJEXT) \
58         floorf.$(OBJEXT) frexpf.$(OBJEXT) ldexpf.$(OBJEXT) \
59         log10f.$(OBJEXT) logf.$(OBJEXT) modff.$(OBJEXT) powf.$(OBJEXT) \
60         sincosf.$(OBJEXT) sincoshf.$(OBJEXT) sinf.$(OBJEXT) \
61         sinhf.$(OBJEXT) sqrtf.$(OBJEXT) tancotf.$(OBJEXT) \
62         tanf.$(OBJEXT) tanhf.$(OBJEXT)
63 libm18f_a_OBJECTS = $(am_libm18f_a_OBJECTS)
64 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
71 SOURCES = $(libm18f_a_SOURCES)
72 DIST_SOURCES = $(libm18f_a_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AR = @AR@
79 ARCH = @ARCH@
80 ARFLAGS = @ARFLAGS@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 CC = @CC@
86 CCAS = @CCAS@
87 CCASDEPMODE = @CCASDEPMODE@
88 CCASFLAGS = @CCASFLAGS@
89 CCDEPMODE = @CCDEPMODE@
90 CFLAGS = @CFLAGS@
91 CYGPATH_W = @CYGPATH_W@
92 DEFS = @DEFS@
93 DEPDIR = @DEPDIR@
94 ECHO_C = @ECHO_C@
95 ECHO_N = @ECHO_N@
96 ECHO_T = @ECHO_T@
97 INSTALL = @INSTALL@
98 INSTALL_DATA = @INSTALL_DATA@
99 INSTALL_PROGRAM = @INSTALL_PROGRAM@
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 LD = @LD@
103 LIBOBJS = @LIBOBJS@
104 LIBS = @LIBS@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAKEINFO = @MAKEINFO@
107 MKDIR_P = @MKDIR_P@
108 OBJEXT = @OBJEXT@
109 PACKAGE = @PACKAGE@
110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111 PACKAGE_NAME = @PACKAGE_NAME@
112 PACKAGE_STRING = @PACKAGE_STRING@
113 PACKAGE_TARNAME = @PACKAGE_TARNAME@
114 PACKAGE_VERSION = @PACKAGE_VERSION@
115 PATH_SEPARATOR = @PATH_SEPARATOR@
116 RANLIB = @RANLIB@
117 SET_MAKE = @SET_MAKE@
118 SHELL = @SHELL@
119 STRIP = @STRIP@
120 USE_FLOATS = @USE_FLOATS@
121 VERSION = @VERSION@
122 abs_builddir = @abs_builddir@
123 abs_srcdir = @abs_srcdir@
124 abs_top_builddir = @abs_top_builddir@
125 abs_top_srcdir = @abs_top_srcdir@
126 am__include = @am__include@
127 am__leading_dot = @am__leading_dot@
128 am__quote = @am__quote@
129 am__tar = @am__tar@
130 am__untar = @am__untar@
131 bindir = @bindir@
132 build_alias = @build_alias@
133 builddir = @builddir@
134 datadir = @datadir@
135 datarootdir = @datarootdir@
136 docdir = @docdir@
137 dvidir = @dvidir@
138 exec_prefix = @exec_prefix@
139 host_alias = @host_alias@
140 htmldir = @htmldir@
141 includedir = @includedir@
142 infodir = @infodir@
143 install_sh = @install_sh@
144 libdir = @libdir@
145 libexecdir = @libexecdir@
146 localedir = @localedir@
147 localstatedir = @localstatedir@
148 mandir = @mandir@
149 mkdir_p = @mkdir_p@
150 oldincludedir = @oldincludedir@
151 pdfdir = @pdfdir@
152 prefix = @prefix@
153 program_transform_name = @program_transform_name@
154 psdir = @psdir@
155 sbindir = @sbindir@
156 sharedstatedir = @sharedstatedir@
157 srcdir = @srcdir@
158 sysconfdir = @sysconfdir@
159 target_alias = @target_alias@
160 top_builddir = @top_builddir@
161 top_srcdir = @top_srcdir@
162 lib_LIBRARIES = libm18f.a
163 libm18f_a_SOURCES = acosf.c asincosf.c asinf.c atan2f.c atanf.c \
164         ceilf.c cosf.c coshf.c cotf.c errno.c expf.c fabsf.c floorf.c \
165         frexpf.c ldexpf.c log10f.c logf.c modff.c powf.c sincosf.c \
166         sincoshf.c sinf.c sinhf.c sqrtf.c tancotf.c tanf.c tanhf.c
167 #AM_CFLAGS += --no-optimize-goto
168
169 #AM_CFLAGS += --debug-ralloc
170 #AM_CFLAGS += --debug-xtra
171 #AM_CFLAGS += --pcode-verbose
172
173 #AM_CFLAGS += --nooverlay
174 #AM_CFLAGS += --nogcse
175 #AM_CFLAGS += --nolabelopt
176 #AM_CFLAGS += --noinvariant
177 #AM_CFLAGS += --noinduction
178 #AM_CFLAGS += --nojtbound
179 #AM_CFLAGS += --noloopreverse
180 AM_CFLAGS = --std-c99 --asm="$(CCAS)" -I. \
181         -I$(top_srcdir)/../../include/pic16 -Wa,-q \
182         --fommit-frame-pointer --obanksel=9 --denable-peeps \
183         --optimize-cmp --optimize-df --i-code-in-asm @USE_FLOATS@
184 AM_CCASFLAGS = -I$(top_srcdir)/../../include/pic16 -I$(srcdir)
185 all: all-am
186
187 .SUFFIXES:
188 .SUFFIXES: .c .o .obj
189 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
190         @for dep in $?; do \
191           case '$(am__configure_deps)' in \
192             *$$dep*) \
193               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
194                 && exit 0; \
195               exit 1;; \
196           esac; \
197         done; \
198         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libm/Makefile'; \
199         cd $(top_srcdir) && \
200           $(AUTOMAKE) --foreign  libm/Makefile
201 .PRECIOUS: Makefile
202 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203         @case '$?' in \
204           *config.status*) \
205             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
206           *) \
207             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
208             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
209         esac;
210
211 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213
214 $(top_srcdir)/configure:  $(am__configure_deps)
215         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
217         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218 install-libLIBRARIES: $(lib_LIBRARIES)
219         @$(NORMAL_INSTALL)
220         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
221         @list='$(lib_LIBRARIES)'; for p in $$list; do \
222           if test -f $$p; then \
223             f=$(am__strip_dir) \
224             echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
225             $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
226           else :; fi; \
227         done
228         @$(POST_INSTALL)
229         @list='$(lib_LIBRARIES)'; for p in $$list; do \
230           if test -f $$p; then \
231             p=$(am__strip_dir) \
232             echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
233             $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
234           else :; fi; \
235         done
236
237 uninstall-libLIBRARIES:
238         @$(NORMAL_UNINSTALL)
239         @list='$(lib_LIBRARIES)'; for p in $$list; do \
240           p=$(am__strip_dir) \
241           echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
242           rm -f "$(DESTDIR)$(libdir)/$$p"; \
243         done
244
245 clean-libLIBRARIES:
246         -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
247 libm18f.a: $(libm18f_a_OBJECTS) $(libm18f_a_DEPENDENCIES) 
248         -rm -f libm18f.a
249         $(libm18f_a_AR) libm18f.a $(libm18f_a_OBJECTS) $(libm18f_a_LIBADD)
250         $(RANLIB) libm18f.a
251
252 mostlyclean-compile:
253         -rm -f *.$(OBJEXT)
254
255 distclean-compile:
256         -rm -f *.tab.c
257
258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acosf.Po@am__quote@
259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asincosf.Po@am__quote@
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asinf.Po@am__quote@
261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atan2f.Po@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atanf.Po@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ceilf.Po@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cosf.Po@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coshf.Po@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cotf.Po@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errno.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expf.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fabsf.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floorf.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexpf.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldexpf.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log10f.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logf.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modff.Po@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/powf.Po@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sincosf.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sincoshf.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinf.Po@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinhf.Po@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqrtf.Po@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tancotf.Po@am__quote@
283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tanf.Po@am__quote@
284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tanhf.Po@am__quote@
285
286 .c.o:
287 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
292
293 .c.obj:
294 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
295 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
299
300 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
301         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
302         unique=`for i in $$list; do \
303             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304           done | \
305           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
306               END { if (nonempty) { for (i in files) print i; }; }'`; \
307         mkid -fID $$unique
308 tags: TAGS
309
310 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
311                 $(TAGS_FILES) $(LISP)
312         tags=; \
313         here=`pwd`; \
314         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315         unique=`for i in $$list; do \
316             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317           done | \
318           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
319               END { if (nonempty) { for (i in files) print i; }; }'`; \
320         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
321           test -n "$$unique" || unique=$$empty_fix; \
322           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
323             $$tags $$unique; \
324         fi
325 ctags: CTAGS
326 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327                 $(TAGS_FILES) $(LISP)
328         tags=; \
329         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
330         unique=`for i in $$list; do \
331             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332           done | \
333           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
334               END { if (nonempty) { for (i in files) print i; }; }'`; \
335         test -z "$(CTAGS_ARGS)$$tags$$unique" \
336           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
337              $$tags $$unique
338
339 GTAGS:
340         here=`$(am__cd) $(top_builddir) && pwd` \
341           && cd $(top_srcdir) \
342           && gtags -i $(GTAGS_ARGS) $$here
343
344 distclean-tags:
345         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
346
347 distdir: $(DISTFILES)
348         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
349         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350         list='$(DISTFILES)'; \
351           dist_files=`for file in $$list; do echo $$file; done | \
352           sed -e "s|^$$srcdirstrip/||;t" \
353               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
354         case $$dist_files in \
355           */*) $(MKDIR_P) `echo "$$dist_files" | \
356                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
357                            sort -u` ;; \
358         esac; \
359         for file in $$dist_files; do \
360           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
361           if test -d $$d/$$file; then \
362             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
363             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
365             fi; \
366             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
367           else \
368             test -f $(distdir)/$$file \
369             || cp -p $$d/$$file $(distdir)/$$file \
370             || exit 1; \
371           fi; \
372         done
373 check-am: all-am
374 check: check-am
375 all-am: Makefile $(LIBRARIES)
376 installdirs:
377         for dir in "$(DESTDIR)$(libdir)"; do \
378           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
379         done
380 install: install-am
381 install-exec: install-exec-am
382 install-data: install-data-am
383 uninstall: uninstall-am
384
385 install-am: all-am
386         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
388 installcheck: installcheck-am
389 install-strip:
390         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
392           `test -z '$(STRIP)' || \
393             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
394 mostlyclean-generic:
395
396 clean-generic:
397
398 distclean-generic:
399         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
400
401 maintainer-clean-generic:
402         @echo "This command is intended for maintainers to use"
403         @echo "it deletes files that may require special tools to rebuild."
404 clean: clean-am
405
406 clean-am: clean-generic clean-libLIBRARIES clean-local mostlyclean-am
407
408 distclean: distclean-am
409         -rm -rf ./$(DEPDIR)
410         -rm -f Makefile
411 distclean-am: clean-am distclean-compile distclean-generic \
412         distclean-tags
413
414 dvi: dvi-am
415
416 dvi-am:
417
418 html: html-am
419
420 info: info-am
421
422 info-am:
423
424 install-data-am:
425
426 install-dvi: install-dvi-am
427
428 install-exec-am: install-libLIBRARIES
429
430 install-html: install-html-am
431
432 install-info: install-info-am
433
434 install-man:
435
436 install-pdf: install-pdf-am
437
438 install-ps: install-ps-am
439
440 installcheck-am:
441
442 maintainer-clean: maintainer-clean-am
443         -rm -rf ./$(DEPDIR)
444         -rm -f Makefile
445 maintainer-clean-am: distclean-am maintainer-clean-generic
446
447 mostlyclean: mostlyclean-am
448
449 mostlyclean-am: mostlyclean-compile mostlyclean-generic
450
451 pdf: pdf-am
452
453 pdf-am:
454
455 ps: ps-am
456
457 ps-am:
458
459 uninstall-am: uninstall-libLIBRARIES
460
461 .MAKE: install-am install-strip
462
463 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
464         clean-libLIBRARIES clean-local ctags distclean \
465         distclean-compile distclean-generic distclean-tags distdir dvi \
466         dvi-am html html-am info info-am install install-am \
467         install-data install-data-am install-dvi install-dvi-am \
468         install-exec install-exec-am install-html install-html-am \
469         install-info install-info-am install-libLIBRARIES install-man \
470         install-pdf install-pdf-am install-ps install-ps-am \
471         install-strip installcheck installcheck-am installdirs \
472         maintainer-clean maintainer-clean-generic mostlyclean \
473         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
474         tags uninstall uninstall-am uninstall-libLIBRARIES
475
476
477 clean-local:
478         $(RM) *.asm;
479         $(RM) *.lst;
480
481 clean-intermediate: clean-local
482         list='$(SUBDIRS)'; for subdir in $$list; do \
483           echo "Making $@ in $$subdir"; \
484           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@); \
485         done
486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
487 # Otherwise a system limit (for SysV at least) may be exceeded.
488 .NOEXPORT: