mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-30 01:57:26 -05:00
11 lines
225 B
Makefile
Vendored
11 lines
225 B
Makefile
Vendored
# Makefile.am for libdivsufsort
|
|
|
|
SUBDIRS = include lib examples
|
|
|
|
EXTRA_DIST = ChangeLog.old CMakeLists.txt VERSION CMakeModules pkgconfig
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
libtool: $(LIBTOOL_DEPS)
|
|
$(SHELL) ./config.status --recheck
|