diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-08 12:56:40 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-08-08 12:56:40 +0000 |
| commit | e471a664f923f517b68071f2e33fbb6ce070f8b7 (patch) | |
| tree | c44eec282bc1c6380c9d92da10c7d1870961ae7f /src/util/Makefile_insert | |
| parent | Fix autotools build (diff) | |
| download | inkscape-e471a664f923f517b68071f2e33fbb6ce070f8b7.tar.gz inkscape-e471a664f923f517b68071f2e33fbb6ce070f8b7.zip | |
Remove deprecated Autotools and btool files. Please use CMake instead
(bzr r15046)
Diffstat (limited to 'src/util/Makefile_insert')
| -rw-r--r-- | src/util/Makefile_insert | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/src/util/Makefile_insert b/src/util/Makefile_insert deleted file mode 100644 index 2a778e660..000000000 --- a/src/util/Makefile_insert +++ /dev/null @@ -1,49 +0,0 @@ -## Makefile.am fragment sourced by src/Makefile.am. - -util/all: util/libutil.a - -util/clean: - rm -f util/libutil.a $(util_libutil_a_OBJECTS) - -util_libutil_a_SOURCES = \ - util/ziptool.h \ - util/ziptool.cpp \ - util/accumulators.h \ - util/compose.hpp \ - util/copy.h \ - util/enums.h \ - util/ege-appear-time-tracker.cpp \ - util/ege-appear-time-tracker.h \ - util/ege-tags.h \ - util/ege-tags.cpp \ - util/expression-evaluator.h \ - util/expression-evaluator.cpp \ - util/filter-list.h \ - util/find-if-before.h \ - util/find-last-if.h \ - util/fixed_point.h \ - util/format.h \ - util/forward-pointer-iterator.h \ - util/function.h \ - util/list.h \ - util/list-container.h \ - util/list-copy.h \ - util/longest-common-suffix.h \ - util/map-list.h \ - util/reference.h \ - util/reverse-list.h \ - util/share.h \ - util/share.cpp \ - util/signal-blocker.h \ - util/tuple.h \ - util/ucompose.hpp \ - util/units.cpp \ - util/units.h \ - util/unordered-containers.h - -# ###################### -# ### CxxTest stuff #### -# ###################### - -CXXTEST_TESTSUITES += \ - $(srcdir)/util/list-container-test.h |
