parent
a424a92ce5
commit
217d38dfc7
3 changed files with 26 additions and 14 deletions
@ -0,0 +1,24 @@ |
|||||||
|
# Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
NULL =
|
||||||
|
EXTRA_DIST =
|
||||||
|
SUBDIRS =
|
||||||
|
|
||||||
|
EXTRA_DIST +=
|
||||||
|
meson.build \
|
||||||
|
perf-draw.hh \
|
||||||
|
perf-extents.hh \
|
||||||
|
perf.cc \
|
||||||
|
benchmark-map.cc \
|
||||||
|
benchmark-set.cc \
|
||||||
|
benchmark-shape.cc \
|
||||||
|
benchmark-subset.cc \
|
||||||
|
fonts \
|
||||||
|
texts \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
# Convenience targets:
|
||||||
|
lib: |
||||||
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
||||||
|
|
||||||
|
-include $(top_srcdir)/git.mk |
Loading…
Reference in new issue