📄 makefile.am
字号:
## Written by Patrick Guio <patrick.guio@fys.uio.no>## Blitz++ test suite makefileEXTRA_DIST = testsuite.hAM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)AM_CXXFLAGS = @CXX_DEBUG_FLAGS@LDADD = -L$(top_builddir)/lib -lblitzEXTRA_PROGRAMS = Adnene-Ben-Abdallah-1 Adnene-Ben-Abdallah-2 arrayresize \chris-jeffery-1 chris-jeffery-2 chris-jeffery-3 complex-test constarray \contiguous copy ctors derrick-bass-1 derrick-bass-3 exprctor extract free \gary-huber-1 initialize interlace iter Josef-Wagenhuber loop1 \matthias-troyer-1 matthias-troyer-2 mattias-lindstroem-1 minmax minsumpow \module newet Olaf-Ronneberger-1 peter-bienstman-1 peter-bienstman-2 \peter-bienstman-3 peter-bienstman-4 peter-bienstman-5 peter-nordlund-1 \peter-nordlund-2 peter-nordlund-3 promote qcd reduce reindex reverse \shapecheck shape storage stub theodore-papadopoulo-1 tinymat tinyvec \transpose troyer-genilloud Ulisses-Mello-1 wei-ku-1 whereAdnene_Ben_Abdallah_1_SOURCES = Adnene-Ben-Abdallah-1.cppAdnene_Ben_Abdallah_2_SOURCES = Adnene-Ben-Abdallah-2.cpparrayresize_SOURCES = arrayresize.cppchris_jeffery_1_SOURCES = chris-jeffery-1.cppchris_jeffery_2_SOURCES = chris-jeffery-2.cppchris_jeffery_3_SOURCES = chris-jeffery-3.cppcomplex_test_SOURCES = complex-test.cppconstarray_SOURCES = constarray.cppcontiguous_SOURCES = contiguous.cppcopy_SOURCES = copy.cppctors_SOURCES = ctors.cppderrick_bass_1_SOURCES = derrick-bass-1.cppderrick_bass_3_SOURCES = derrick-bass-3.cppexprctor_SOURCES = exprctor.cppextract_SOURCES = extract.cppfree_SOURCES = free.cppgary_huber_1_SOURCES = gary-huber-1.cppinitialize_SOURCES = initialize.cppinterlace_SOURCES = interlace.cppiter_SOURCES = iter.cppJosef_Wagenhuber_SOURCES = Josef-Wagenhuber.cpploop1_SOURCES = loop1.cppmatthias_troyer_1_SOURCES = matthias-troyer-1.cppmatthias_troyer_2_SOURCES = matthias-troyer-2.cppmattias_lindstroem_1_SOURCES = mattias-lindstroem-1.cppminmax_SOURCES = minmax.cppminsumpow_SOURCES = minsumpow.cppmodule_SOURCES = module1.cpp module2.cppnewet_SOURCES = newet.cppOlaf_Ronneberger_1_SOURCES = Olaf-Ronneberger-1.cpppeter_bienstman_1_SOURCES = peter-bienstman-1.cpppeter_bienstman_2_SOURCES = peter-bienstman-2.cpppeter_bienstman_3_SOURCES = peter-bienstman-3.cpppeter_bienstman_4_SOURCES = peter-bienstman-4.cpppeter_bienstman_5_SOURCES = peter-bienstman-5.cpppeter_nordlund_1_SOURCES = peter-nordlund-1.cpppeter_nordlund_2_SOURCES = peter-nordlund-2.cpppeter_nordlund_3_SOURCES = peter-nordlund-3.cpppromote_SOURCES = promote.cppqcd_SOURCES = qcd.cppreduce_SOURCES = reduce.cppreindex_SOURCES = reindex.cppreverse_SOURCES = reverse.cppshapecheck_SOURCES = shapecheck.cppshape_SOURCES = shape.cppstorage_SOURCES = storage.cppstub_SOURCES = stub.cpptheodore_papadopoulo_1_SOURCES = theodore-papadopoulo-1.cpptinymat_SOURCES = tinymat.cpptinyvec_SOURCES = tinyvec.cpptranspose_SOURCES = transpose.cpptroyer_genilloud_SOURCES = troyer-genilloud.cppUlisses_Mello_1_SOURCES = Ulisses-Mello-1.cppwei_ku_1_SOURCES = wei-ku-1.cppwhere_SOURCES = where.cppcheck-testsuite: $(EXTRA_PROGRAMS) @echo Running test suite... @for prog in $(EXTRA_PROGRAMS) ; do \ echo $$prog && (./$$prog > /dev/null 2>&1) || exit 1; \ done @echo All tests passed.clean-local: -rm -rf *.ii *.ti cxx_repository Template.dir ii_files ti_files $(EXTRA_PROGRAMS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -