📄 makefile.in
字号:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsdistclean-libtool:maintainer-clean-libtool:lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) -rm -f lib.a $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD) $(RANLIB) lib.amostlyclean-noinstLTLIBRARIES:clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)distclean-noinstLTLIBRARIES:maintainer-clean-noinstLTLIBRARIES:libmathfp.la: $(libmathfp_la_OBJECTS) $(libmathfp_la_DEPENDENCIES) $(LINK) $(libmathfp_la_LDFLAGS) $(libmathfp_la_OBJECTS) $(libmathfp_la_LIBADD) $(LIBS)tags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = mathfpdistdir: $(DISTFILES) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ doneinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am:check: check-aminstallcheck-am:installcheck: installcheck-aminstall-info-am: install-info: install-info-aminstall-exec-am:install-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am:uninstall: uninstall-amall-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)all-redirect: all-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs:mostlyclean-generic:clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic:mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \ mostlyclean-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am: clean-noinstLIBRARIES clean-compile clean-libtool \ clean-noinstLTLIBRARIES clean-tags clean-generic \ mostlyclean-amclean: clean-amdistclean-am: distclean-noinstLIBRARIES distclean-compile \ distclean-libtool distclean-noinstLTLIBRARIES \ distclean-tags distclean-generic clean-am -rm -f libtooldistclean: distclean-ammaintainer-clean-am: maintainer-clean-noinstLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-noinstLTLIBRARIES \ maintainer-clean-tags maintainer-clean-generic \ distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \mostlyclean-compile distclean-compile clean-compile \maintainer-clean-compile mostlyclean-libtool distclean-libtool \clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \check-am installcheck-am installcheck install-info-am install-info \install-exec-am install-exec install-data-am install-data install-am \install uninstall-am uninstall all-redirect all-am all installdirs \mostlyclean-generic distclean-generic clean-generic \maintainer-clean-generic clean mostlyclean distclean maintainer-cleanobjectlist.awk.in: $(noinst_LTLIBRARIES) -rm -f objectlist.awk.in for i in `ls *.lo` ; \ do \ echo $$i `pwd`/$$i >> objectlist.awk.in ; \ done.c.def: $(CHEW) < $< > $*.def 2> $*.ref touch stmp-defdoc: $(chobj) cat $(srcdir)/mathfp.tex >> $(TARGETDOC)# Texinfo does not appear to support underscores in file names, so we# name the .def files without underscores.eacosh.def: e_acosh.c $(CHEW) < $(srcdir)/e_acosh.c >$@ 2>/dev/null touch stmp-defeatanh.def: e_atanh.c $(CHEW) < $(srcdir)/e_atanh.c >$@ 2>/dev/null touch stmp-defehypot.def: e_hypot.c $(CHEW) < $(srcdir)/e_hypot.c >$@ 2>/dev/null touch stmp-deferemainder.def: e_remainder.c $(CHEW) < $(srcdir)/e_remainder.c >$@ 2>/dev/null touch stmp-deferlgamma.def: er_lgamma.c $(CHEW) < $(srcdir)/er_lgamma.c >$@ 2>/dev/null touch stmp-defsacos.def: s_acos.c $(CHEW) < $(srcdir)/s_acos.c >$@ 2>/dev/null touch stmp-defsasine.def: s_asine.c $(CHEW) < $(srcdir)/s_asine.c >$@ 2>/dev/null touch stmp-defsasinh.def: s_asinh.c $(CHEW) < $(srcdir)/s_asinh.c >$@ 2>/dev/null touch stmp-defsatan.def: s_atan.c $(CHEW) < $(srcdir)/s_atan.c >$@ 2>/dev/null touch stmp-defsatan2.def: s_atan2.c $(CHEW) < $(srcdir)/s_atan2.c >$@ 2>/dev/null touch stmp-defsatangent.def: s_atangent.c $(CHEW) < $(srcdir)/s_atangent.c >$@ 2>/dev/null touch stmp-defscosh.def: s_cosh.c $(CHEW) < $(srcdir)/s_cosh.c >$@ 2>/dev/null touch stmp-defserf.def: s_erf.c $(CHEW) < $(srcdir)/s_erf.c >$@ 2>/dev/null touch stmp-defsexp.def: s_exp.c $(CHEW) < $(srcdir)/s_exp.c >$@ 2>/dev/null touch stmp-defsfabs.def: s_fabs.c $(CHEW) < $(srcdir)/s_fabs.c >$@ 2>/dev/null touch stmp-defsfloor.def: s_floor.c $(CHEW) < $(srcdir)/s_floor.c >$@ 2>/dev/null touch stmp-defsfmod.def: s_fmod.c $(CHEW) < $(srcdir)/s_fmod.c >$@ 2>/dev/null touch stmp-defsfrexp.def: s_frexp.c $(CHEW) < $(srcdir)/s_frexp.c >$@ 2>/dev/null touch stmp-defsisnan.def: s_isnan.c $(CHEW) < $(srcdir)/s_isnan.c >$@ 2>/dev/null touch stmp-defsldexp.def: s_ldexp.c $(CHEW) < $(srcdir)/s_ldexp.c >$@ 2>/dev/null touch stmp-defslog10.def: s_log10.c $(CHEW) < $(srcdir)/s_log10.c >$@ 2>/dev/null touch stmp-defslogarithm.def: s_logarithm.c $(CHEW) < $(srcdir)/s_logarithm.c >$@ 2>/dev/null touch stmp-defspow.def: s_pow.c $(CHEW) < $(srcdir)/s_pow.c >$@ 2>/dev/null touch stmp-defssine.def: s_sine.c $(CHEW) < $(srcdir)/s_sine.c >$@ 2>/dev/null touch stmp-defssineh.def: s_sineh.c $(CHEW) < $(srcdir)/s_sineh.c >$@ 2>/dev/null touch stmp-defssqrt.def: s_sqrt.c $(CHEW) < $(srcdir)/s_sqrt.c >$@ 2>/dev/null touch stmp-defstan.def: s_tan.c $(CHEW) < $(srcdir)/s_tan.c >$@ 2>/dev/null touch stmp-defstanh.def: s_tanh.c $(CHEW) < $(srcdir)/s_tanh.c >$@ 2>/dev/null touch stmp-defwjn.def: w_jn.c $(CHEW) < $(srcdir)/w_jn.c >$@ 2>/dev/null touch stmp-def# A partial dependency list.$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h $(srcdir)/../common/fdlibm.h# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -