diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/cairo-1.16.0/perf/Makefile.sources | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and 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, 0 insertions, 38 deletions
diff --git a/libs/cairo-1.16.0/perf/Makefile.sources b/libs/cairo-1.16.0/perf/Makefile.sources deleted file mode 100644 index 1fcf148..0000000 --- a/libs/cairo-1.16.0/perf/Makefile.sources +++ /dev/null @@ -1,38 +0,0 @@ -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 |