https://github.com/behdad/glyphy
Revision f7c8ce87328c0f3f24ee18cac18f33bc68d5869c authored by Matthias Clasen on 29 June 2023, 23:28:17 UTC, committed by Behdad Esfahbod on 29 June 2023, 23:30:54 UTC
This gives it a better chance of running anywhere
we have a working meson, which requires python
already. The hope is that this will fix the
windows build.
1 parent 1ecbc31
Raw File
Tip revision: f7c8ce87328c0f3f24ee18cac18f33bc68d5869c authored by Matthias Clasen on 29 June 2023, 23:28:17 UTC
Rewrite stringize in python
Tip revision: f7c8ce8
Makefile.am
NULL =

EXTRA_DIST = \
	autogen.sh \
	ac_define_dir.m4 \
	$(NULL)

MAINTAINERCLEANFILES = \
	$(srcdir)/INSTALL \
	$(srcdir)/aclocal.m4 \
	$(srcdir)/autoscan.log \
	$(srcdir)/compile \
	$(srcdir)/config.guess \
	$(srcdir)/config.h.in \
	$(srcdir)/config.sub \
	$(srcdir)/configure.scan \
	$(srcdir)/depcomp \
	$(srcdir)/install-sh \
	$(srcdir)/ltmain.sh \
	$(srcdir)/missing \
	$(srcdir)/mkinstalldirs \
	$(srcdir)/ChangeLog \
	`find "$(srcdir)" -type f -name Makefile.in -print`

SUBDIRS = src demo

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glyphy.pc

-include $(top_srcdir)/git.mk
back to top