mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 13:15:45 +00:00
21 lines
330 B
Makefile
21 lines
330 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = include lib t
|
|
|
|
EXTRA_DIST = \
|
|
CREDITS \
|
|
HISTORY \
|
|
INSTALL \
|
|
LICENSE \
|
|
README \
|
|
RELNOTES \
|
|
autogen.sh \
|
|
m4/ax_gcc_builtin.m4 \
|
|
m4/ax_pkg_config.m4 \
|
|
tools/coverage.sh.in \
|
|
tools/setprops.sh
|
|
|
|
if CRYB_CORE
|
|
aclocaldir = $(datarootdir)/aclocal
|
|
aclocal_DATA = m4/cryb_to.m4
|
|
endif CRYB_CORE
|