⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 Newlib 嵌入式 C库 标准实现代码
💻 AM
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = -I$(srcdir)/../include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)LIB_SOURCES = \	s_cacos.c    s_casinf.c   s_catanh.c   s_ccosh.c   s_clog.c     s_cpowf.c   s_csinh.c   s_ctan.c \	s_cacosf.c   s_casinh.c   s_catanhf.c  s_ccoshf.c  s_clog10.c   s_csinhf.c  s_ctanf.c \	s_cacosh.c   s_casinhf.c  s_clog10f.c  s_cproj.c   s_ctanh.c \	s_cacoshf.c  s_cprojf.c  s_ctanhf.c \	s_cexp.c    s_clogf.c    s_csqrt.c  \	s_catan.c    s_ccos.c     s_cexpf.c   s_csin.c    s_csqrtf.c  \	s_casin.c    s_catanf.c   s_ccosf.c    s_cpow.c     s_csinf.c   libcmath_la_LDFLAGS = -Xcompiler -nostdlibif USE_LIBTOOLnoinst_LTLIBRARIES = libcmath.lalibcmath_la_SOURCES = $(LIB_SOURCES)noinst_DATA = objectlist.awk.inelsenoinst_LIBRARIES = lib.alib_a_SOURCES = $(LIB_SOURCES)lib_a_CFLAGS = $(AM_CFLAGS)noinst_DATA =endif # USE_LIBTOOLinclude $(srcdir)/../../../../Makefile.shared

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -