makefile.am

来自「A C++ class library for scientific compu」· AM 代码 · 共 74 行

AM
74
字号
## Written by Patrick Guio <patrick.guio@fys.uio.no>#EXTRA_DIST = stencil4.f profile.cpp tiny2.cpp tiny3.cppAM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)LDADD = -L$(top_builddir)/lib -lblitzEXTRA_PROGRAMS = array cartesian cast cfd complex-test convolve curldiv \deriv diff erf fixed indirect io iter matmult nested numinquire outer pauli \pick polymorph prettyprint qcd rand2 random rangexpr reduce simple \slicing stencil2 stencil3 stencil stencilet storage tiny \transform useret where whitt array_SOURCES = array.cppcartesian_SOURCES = cartesian.cppcast_SOURCES = cast.cppcfd_SOURCES = cfd.cppcomplex_test_SOURCES = complex-test.cppconvolve_SOURCES = convolve.cppcurldiv_SOURCES = curldiv.cppderiv_SOURCES = deriv.cppdiff_SOURCES = diff.cpperf_SOURCES = erf.cppfixed_SOURCES = fixed.cppindirect_SOURCES = indirect.cppio_SOURCES = io.cppiter_SOURCES = iter.cppmatmult_SOURCES = matmult.cppnested_SOURCES = nested.cppnuminquire_SOURCES = numinquire.cppouter_SOURCES = outer.cpppauli_SOURCES = pauli.cpppick_SOURCES = pick.cpppolymorph_SOURCES = polymorph.cppprettyprint_SOURCES = prettyprint.cpp#profile_SOURCES = profile.cppqcd_SOURCES = qcd.cpprand2_SOURCES = rand2.cpprandom_SOURCES = random.cpprangexpr_SOURCES = rangexpr.cppreduce_SOURCES = reduce.cppsimple_SOURCES = simple.cppslicing_SOURCES = slicing.cppstencil2_SOURCES = stencil2.cppstencil3_SOURCES = stencil3.cppstencil_SOURCES = stencil.cppstencilet_SOURCES = stencilet.cppstorage_SOURCES = storage.cpp#tiny2_SOURCES = tiny2.cpp#tiny3_SOURCES = tiny3.cpptiny_SOURCES = tiny.cpptransform_SOURCES = transform.cppuseret_SOURCES = useret.cppwhere_SOURCES = where.cppwhitt_SOURCES = whitt.cpp#compile: $(EXTRA_PROGRAMS)check-examples: $(EXTRA_PROGRAMS)	@echo Running examples...	@for prog in $(EXTRA_PROGRAMS) ; do \		echo $$prog && (./$$prog > /dev/null 2>&1) || exit 1; \	done	@echo All tests passed.#all:clean-local:	-rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files $(EXTRA_PROGRAMS)

⌨️ 快捷键说明

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