diff options
author | sanine <sanine.not@pm.me> | 2022-10-12 12:03:23 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-10-12 12:03:23 -0500 |
commit | 530ffd0b7d3c39757b20f00716e486b5caf89aff (patch) | |
tree | 76b35fdf57317038acf6b828871f6ae25fce2ebe /libs/cairo-1.16.0/perf/Makefile.sources | |
parent | 3dbe9332e47c143a237db12440f134caebd1cfbe (diff) |
add cairo
Diffstat (limited to 'libs/cairo-1.16.0/perf/Makefile.sources')
-rw-r--r-- | libs/cairo-1.16.0/perf/Makefile.sources | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/libs/cairo-1.16.0/perf/Makefile.sources b/libs/cairo-1.16.0/perf/Makefile.sources new file mode 100644 index 0000000..1fcf148 --- /dev/null +++ b/libs/cairo-1.16.0/perf/Makefile.sources @@ -0,0 +1,38 @@ +libcairoperf_sources = \ + cairo-perf.c \ + cairo-perf-report.c \ + cairo-stats.c \ + $(NULL) + +libcairoperf_external_sources = ../src/cairo-time.c + +libcairoperf_headers = \ + cairo-perf.h \ + cairo-stats.h \ + $(NULL) + +cairo_analyse_trace_sources = cairo-analyse-trace.c +cairo_analyse_trace_external_sources = ../src/cairo-error.c + +cairo_perf_trace_sources = cairo-perf-trace.c +cairo_perf_trace_external_sources = \ + ../src/cairo-error.c \ + ../src/cairo-hash.c \ + $(NULL) + +cairo_perf_micro_sources = cairo-perf-micro.c + +cairo_perf_diff_files_sources = cairo-perf-diff-files.c + +cairo_perf_print_sources = cairo-perf-print.c + +cairo_perf_chart_sources = cairo-perf-chart.c + +cairo_perf_compare_backends_sources = cairo-perf-compare-backends.c + +cairo_perf_graph_files_sources = \ + cairo-perf-graph-files.c \ + cairo-perf-graph-widget.c \ + $(NULL) + +cairo_perf_graph_files_headers = cairo-perf-graph.h |