Skip to content
Snippets Groups Projects
Commit c2f88113 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Merge branch 'cleanup/remove-remaining-autotools' into 'master'

Cleanup/remove remaining autotools



See merge request !124
parents 17d3eab7 1c78555f
No related branches found
No related tags found
No related merge requests found
# Stuff to ignore recursively
*.la
*.lo
*.log
*.o
*.trs
# ignore all build folders
/build*/
# ignore backup files
*~
# ignore Python files
*.pyc
.deps/
.libs/
Makefile
Makefile.in
TAGS
# Stuff to ignore in this directory only
/aclocal.m4
/autom4te.cache/
/build-*/
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.lt
/config.status
/config.sub
/configure
/configure
/configure.lineno
/depcomp
/dependencies.m4
/dune-common-*.tar.gz
/dune-common-?.?
/dune-common.pc
/dune.css
/install-sh
/libtool
/ltmain.sh
/missing
/mkinstalldirs
/stamp-h1
/test-driver
/check-log-store
MODULES = \
AddGMPFlags.cmake \
AddMETISFlags.cmake \
AddParMETISFlags.cmake \
AddPTScotchFlags.cmake \
AddUMFPackFlags.cmake \
CheckCXXFeatures.cmake \
DuneCommonMacros.cmake \
DuneCxaDemangle.cmake \
DuneDoc.cmake \
DuneDoxygen.cmake \
DuneEnableAllPackages.cmake \
DuneMacros.cmake \
DuneMPI.cmake \
DunePkgConfig.cmake \
DuneStreams.cmake \
DuneSymlinkOrCopy.cmake \
DuneTestMacros.cmake \
FindGMP.cmake \
FindInkscape.cmake \
FindMETIS.cmake \
FindMProtect.cmake \
FindParMETIS.cmake \
FindPTScotch.cmake \
FindThreadsCMake31.cmake \
FindUMFPack.cmake \
Headercheck.cmake \
LanguageSupport.cmake \
OverloadCompilerFlags.cmake \
UseInkscape.cmake \
UseLATEX.cmake
TESTPROGRAMS = CheckForPthreads.c
modulesdir = $(datadir)/dune/cmake/modules
dist_modules_DATA = ${MODULES} ${TESTPROGRAMS}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
MODULES = \
CreateDoxyFile.cmake \
FinalizeHeadercheck.cmake \
InstallFile.cmake \
RunDoxygen.cmake
modulesdir = $(datadir)/dune/cmake/scripts
dist_modules_DATA = ${MODULES}
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt
/*.aux
/*.backup
/*.dvi
/*.ilg
/*.ind
/*.out
/*.pdf
/*.ps
/*.toc
/auto
/communication.aux
/communication.bbl
/communication.blg
/communication.log
/communication.out
/communication.pdf
/communication.toc
/indexset
/poosc08
/poosc08_test
/Doxyfile
/Doxyfile.in
/doxy-header.html
/doxy-footer.html
/bestpractice.html
/doxygen-tag
/doxygen.log
/doxyerr.log
/html/
/html-dist
/latex
/indexsettest
/indicestest
/selectiontest
/syncertest
/variablesizecommunicatortest
# The test binaries (in alphabetical order)
/arraylisttest
/arraytest
/bigunsignedinttest
/bitsetvectortest
/blockbitfieldtest
/calloncetest
/check_fvector_size
/conversiontest
/diagonalmatrixtest
/dynmatrixtest
/dynvectortest
/eigenvaluestest
/enumsettest
/fmatrixtest
/fvectortest
/gcdlcmtest
/integersequence
/iteratorfacadetest
/iteratorfacadetest2
/lrutest
/mpicollectivecommunication
/mpiguardtest
/mpihelpertest
/mpihelpertest2
/nullptr-test
/parametertreelocaletest
/parametertreetest
/pathtest
/poolallocatortest
/shared_ptrtest
/shared_ptrtest_config
/shared_ptrtest_dune
/singletontest
/sllisttest
/static_assert_test
/streamtest
/stringutilitytest
/testdebugallocator
/testdebugallocator_fail1
/testdebugallocator_fail2
/testdebugallocator_fail3
/testdebugallocator_fail4
/testdebugallocator_fail5
/testfconstruct
/testfloatcmp
/timing_flt
/timing_old
/timing_xpr
/tuplestest
/tuplestest_dune
/tuplestest_std
/tuplestest_tr1
/tupleutilitytest
/typetraitstest
/typetraitstest_deprecated
/utilitytest
/libdunecommon.la
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment