From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- tiger-compiler/src/callgraph/local.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tiger-compiler/src/callgraph/local.am (limited to 'tiger-compiler/src/callgraph/local.am') diff --git a/tiger-compiler/src/callgraph/local.am b/tiger-compiler/src/callgraph/local.am new file mode 100644 index 0000000..695075f --- /dev/null +++ b/tiger-compiler/src/callgraph/local.am @@ -0,0 +1,14 @@ +## module callgraph. + +# Compiling. +# Libcallgraph +src_libtc_la_SOURCES += \ + %D%/libcallgraph.hh %D%/libcallgraph.cc \ + %D%/fundec-graph.hh %D%/fundec-graph.hxx \ + %D%/call-graph-visitor.hh %D%/call-graph-visitor.cc \ + %D%/parent-graph-visitor.hh %D%/parent-graph-visitor.cc + +src_libtc_la_LDFLAGS += $(BOOST_GRAPH_LDFLAGS) +src_libtc_la_LIBADD += $(BOOST_GRAPH_LIBS) + +TASKS += %D%/tasks.hh %D%/tasks.cc -- cgit v1.2.3