Sha256: 61f64fab53011b35323c80443946d7ae1f4564c6ad5e67b33e5d9fc535b00753
Contents?: true
Size: 602 Bytes
Versions: 2
Compression:
Stored size: 602 Bytes
Contents
pkgincludedir = $(includedir)/datrie pkginclude_HEADERS = \ typedefs.h \ triedefs.h \ trie.h \ sb-trie.h EXTRA_DIST = libdatrie.def INCLUDES = -I$(top_srcdir) lib_LTLIBRARIES = libdatrie.la libdatrie_la_SOURCES = \ typedefs.h \ triedefs.h \ trie-private.h \ fileutils.h \ fileutils.c \ darray.h \ darray.c \ tail.h \ tail.c \ trie.h \ trie.c \ alpha-map.h \ alpha-map.c \ sb-trie.h \ sb-trie.c libdatrie_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-symbols $(srcdir)/libdatrie.def libdatrie_la_DEPENDENCIES = libdatrie.def
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tyler-trie-0.1.0 | ext/libdatrie/datrie/Makefile.am |
tyler-trie-0.1.1 | ext/libdatrie/datrie/Makefile.am |