📄 makefile.in
字号:
clean-compile:distclean-compile: -rm -f *.tab.cmaintainer-clean-compile:.c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo: $(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:libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES) $(LINK) $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_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 = mathdistdir: $(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)/math.tex >> $(TARGETDOC)# Texinfo does not appear to support underscores in file names, so we# name the .def files without underscores.wacos.def: w_acos.c $(CHEW) < $(srcdir)/w_acos.c >$@ 2>/dev/null touch stmp-defwacosh.def: w_acosh.c $(CHEW) < $(srcdir)/w_acosh.c >$@ 2>/dev/null touch stmp-defwasin.def: w_asin.c $(CHEW) < $(srcdir)/w_asin.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-defwatan2.def: w_atan2.c $(CHEW) < $(srcdir)/w_atan2.c >$@ 2>/dev/null touch stmp-defwatanh.def: w_atanh.c $(CHEW) < $(srcdir)/w_atanh.c >$@ 2>/dev/null touch stmp-defwj0.def: w_j0.c $(CHEW) < $(srcdir)/w_j0.c >$@ 2>/dev/null touch stmp-defscopysign.def: s_copysign.c $(CHEW) < $(srcdir)/../common/s_copysign.c >$@ 2>/dev/null touch stmp-defwcosh.def: w_cosh.c $(CHEW) < $(srcdir)/w_cosh.c >$@ 2>/dev/null touch stmp-defserf.def: s_erf.c $(CHEW) < $(srcdir)/s_erf.c >$@ 2>/dev/null touch stmp-defwexp.def: w_exp.c $(CHEW) < $(srcdir)/w_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-defwfmod.def: w_fmod.c $(CHEW) < $(srcdir)/w_fmod.c >$@ 2>/dev/null touch stmp-defsfrexp.def: s_frexp.c $(CHEW) < $(srcdir)/s_frexp.c >$@ 2>/dev/null touch stmp-defwgamma.def: w_gamma.c $(CHEW) < $(srcdir)/w_gamma.c >$@ 2>/dev/null touch stmp-defwhypot.def: w_hypot.c $(CHEW) < $(srcdir)/w_hypot.c >$@ 2>/dev/null touch stmp-defsldexp.def: s_ldexp.c $(CHEW) < $(srcdir)/s_ldexp.c >$@ 2>/dev/null touch stmp-defwlog.def: w_log.c $(CHEW) < $(srcdir)/w_log.c >$@ 2>/dev/null touch stmp-defwlog10.def: w_log10.c $(CHEW) < $(srcdir)/w_log10.c >$@ 2>/dev/null touch stmp-defwpow.def: w_pow.c $(CHEW) < $(srcdir)/w_pow.c >$@ 2>/dev/null touch stmp-defwremainder.def: w_remainder.c $(CHEW) < $(srcdir)/w_remainder.c >$@ 2>/dev/null touch stmp-defssin.def: s_sin.c $(CHEW) < $(srcdir)/s_sin.c >$@ 2>/dev/null touch stmp-defwsinh.def: w_sinh.c $(CHEW) < $(srcdir)/w_sinh.c >$@ 2>/dev/null touch stmp-defwsqrt.def: w_sqrt.c $(CHEW) < $(srcdir)/w_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-defsisnan.def: s_isnan.c $(CHEW) < $(srcdir)/s_isnan.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 + -