?? makefile.am
字號:
## 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 cxx_repository $(EXTRA_PROGRAMS)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -