hawk/hawk/Makefile.am
hyung-hwan 05c58df30f added a new directory - samples
more code in Hawk and HawkStd
2020-01-07 09:02:56 +00:00

17 lines
269 B
Makefile

AUTOMAKE_OPTION = foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += tools mod lib bin samples
else
SUBDIRS += tools lib mod bin samples
endif
DIST_SUBDIRS = $(SUBDIRS) t
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache