Sha256: 5c6a2960b68ecbe5352e415d6645970b86d99d05b867a410ea9eff81b3332e90
Contents?: true
Size: 702 Bytes
Versions: 16
Compression:
Stored size: 702 Bytes
Contents
include $(top_srcdir)/Makefile.decl ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc SUBDIRS = itex2mml src tests po docs lasemdocdir = ${prefix}/doc/lasem-@LASEM_API_VERSION@ lasemdoc_DATA = \ README \ COPYING \ ChangeLog \ AUTHORS \ INSTALL \ NEWS EXTRA_DIST = $(lasemdoc_DATA) m4/introspection.m4 # Copy all the spec files. Of cource, only one is actually used. dist-hook: for specfile in *.spec; do \ if test -f $$specfile; then \ cp -p $$specfile $(distdir); \ fi \ done pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = lasem-@LASEM_API_VERSION@.pc CLEANFILES = $(pkgconfig_DATA) %-@LASEM_API_VERSION@.pc: %.pc cp $< $@
Version data entries
16 entries across 16 versions & 1 rubygems