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

📄 makefile.am

📁 A C++ class library for scientific computing
💻 AM
字号:
## Written by Patrick Guio <patrick.guio@fys.uio.no>#noinst_HEADERS = arroperands.h arroptuple.h bzfstream.h operands.h operands2.h optuple.h optuple2.hEXTRA_PROGRAMS = genarrbops genmathfunc genvecbops genarruops genmatuops \                  genvecuops genmatbops genpromote genvecwhere genvecbfngenarrbops_SOURCES = genarrbops.cppgenmathfunc_SOURCES = genmathfunc.cppgenvecbops_SOURCES = genvecbops.cppgenarruops_SOURCES = genarruops.cppgenmatuops_SOURCES = genmatuops.cppgenvecuops_SOURCES = genvecuops.cppgenmatbops_SOURCES = genmatbops.cppgenpromote_SOURCES = genpromote.cppgenvecwhere_SOURCES = genvecwhere.cppgenvecbfn_SOURCES = genvecbfn.cpp%.h: 	$(MAKE) $(AM_MAKEFLAGS) $(patsubst %.cpp,%$(EXEEXT),$<)	./$(patsubst %.cpp,%$(EXEEXT),$<)%.cc: 	$(MAKE) $(AM_MAKEFLAGS) $(patsubst %.cpp,%$(EXEEXT),$<)	./$(patsubst %.cpp,%$(EXEEXT),$<)$(top_srcdir)/blitz/array/bops.cc: genarrbops.cpp bzfstream.h arroperands.h arroptuple.h$(top_srcdir)/blitz/array/uops.cc: genarruops.cpp bzfstream.h arroperands.h arroptuple.h$(top_srcdir)/blitz/matbops.h: genmatbops.cpp bzfstream.h operands2.h optuple2.h$(top_srcdir)/blitz/mathfunc.h: genmathfunc.cpp$(top_srcdir)/blitz/matuops.h: genmatuops.cpp bzfstream.h operands2.h optuple2.h$(top_srcdir)/blitz/promote-old.h: genpromote.cpp$(top_srcdir)/blitz/vecbops.cc: genvecbops.cpp bzfstream.h operands.h optuple.h$(top_srcdir)/blitz/vecuops.cc: genvecuops.cpp bzfstream.h operands.h optuple.h$(top_srcdir)/blitz/vecwhere.cc: genvecwhere.cpp bzfstream.h operands.h optuple.h$(top_srcdir)/blitz/vecbfn.cc: genvecbfn.cpp bzfstream.h operands.h optuple.hgenerate-headers: $(top_srcdir)/blitz/array/bops.cc \$(top_srcdir)/blitz/array/uops.cc $(top_srcdir)/blitz/matbops.h \$(top_srcdir)/blitz/mathfunc.h $(top_srcdir)/blitz/matuops.h \$(top_srcdir)/blitz/promote-old.h $(top_srcdir)/blitz/vecbops.cc \$(top_srcdir)/blitz/vecuops.cc $(top_srcdir)/blitz/vecwhere.cc \ $(top_srcdir)/blitz/vecbfn.ccall-am:	$(MAKE) $(AM_MAKEFLAGS) generate-headersclean-local:	-rm -rf cxx_repository ti_files ii_files $(EXTRA_PROGRAMS)

⌨️ 快捷键说明

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