📄 makefile.am
字号:
#### $Id: Makefile.am,v 1.8 2003/01/15 18:12:16 ralf Exp $##PGM = $(ARCH)/fpsp.relinclude $(top_srcdir)/../../../../../automake/compile.aminclude $(top_srcdir)/../../../../../automake/lib.amC_FILES = rtems_fpsp.cOBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))noinst_HEADERS = fpsp.defsS_FILES = bindec.S binstr.S bugfix.S decbin.S do_func.S gen_except.S \ get_op.S kernel_ex.S res_func.S round.S rtems_skel.S sacos.S sasin.S \ satan.S satanh.S scale.S scosh.S setox.S sgetem.S sint.S slog2.S slogn.S \ smovecr.S srem_mod.S ssin.S ssinh.S stan.S stanh.S sto_res.S stwotox.S \ tbldo.S util.S x_bsun.S x_fline.S x_operr.S x_ovfl.S x_snan.S x_store.S \ x_unfl.S x_unimp.S x_unsupp.SOBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))## (OPTIONAL) Add local stuff here using +=#$(PGM): $(OBJS) $(make-rel)if m68040all-local: $(ARCH) $(OBJS) $(PGM)endif.PRECIOUS: $(PGM)EXTRA_DIST = README bindec.S binstr.S bugfix.S decbin.S do_func.S fpsp.defs \ gen_except.S get_op.S kernel_ex.S res_func.S round.S rtems_fpsp.c \ rtems_skel.S sacos.S sasin.S satan.S satanh.S scale.S scosh.S setox.S \ sgetem.S sint.S slog2.S slogn.S smovecr.S srem_mod.S ssin.S ssinh.S \ stan.S stanh.S sto_res.S stwotox.S tbldo.S util.S x_bsun.S x_fline.S \ x_operr.S x_ovfl.S x_snan.S x_store.S x_unfl.S x_unimp.S x_unsupp.Sinclude $(top_srcdir)/../../../../../automake/local.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -