Skip to content

Commit f74cf33

Browse files
committed
Move treematch code into 3rd_party
This commit moves the imported treematch code to 3rd_party/treematch and adjusts the configury to match. This matches what has been done for other imported projects. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 57026cf commit f74cf33

39 files changed

+162
-107
lines changed

3rd-party/treematch/Makefile.am

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
sources = tm_bucket.h \
2+
tm_mapping.h \
3+
tm_timings.h tm_tree.h \
4+
tm_kpartitioning.h uthash.h\
5+
IntConstantInitializedVector.h \
6+
tm_mt.h fibo.h \
7+
tm_thread_pool.h tm_verbose.h \
8+
tm_malloc.h k-partitioning.h\
9+
tm_solution.h tm_topology.h\
10+
PriorityQueue.h \
11+
IntConstantInitializedVector.c \
12+
tm_mt.c fibo.c \
13+
tm_thread_pool.c tm_verbose.c \
14+
tm_malloc.c treematch.h \
15+
tm_mapping.c tm_timings.c \
16+
tm_bucket.c tm_tree.c \
17+
tm_topology.c tm_kpartitioning.c \
18+
tm_solution.c k-partitioning.c \
19+
PriorityQueue.c
20+
EXTRA_DIST = COPYING LICENSE
21+
22+
noinst_LTLIBRARIES = libtreematch.la
23+
libtreematch_la_SOURCES = $(sources)
24+
libtreematch_la_LDFLAGS = -static
25+
26+
distclean-local:
27+
rm config.h
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)