moo/Makefile.am

17 lines
260 B
Makefile
Raw Permalink Normal View History

2015-10-14 09:06:44 +00:00
AUTOMAKE_OPTION = foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =
SUBDIRS =
2017-02-09 16:26:44 +00:00
2016-12-31 15:20:52 +00:00
if ENABLE_STATIC_MODULE
2020-11-15 09:06:57 +00:00
SUBDIRS += tools mod lib bin t
2016-12-31 15:20:52 +00:00
else
2020-11-15 09:06:57 +00:00
SUBDIRS += tools lib mod bin t
2016-12-31 15:20:52 +00:00
endif
2020-11-15 09:06:57 +00:00
DIST_SUBDIRS = $(SUBDIRS) wasm
2015-10-14 09:06:44 +00:00
distclean-local:
2016-05-07 02:41:29 +00:00
@rm -rf $(top_srcdir)/autom4te.cache