flm01/server/api/flukso/deps/erlrrd/src/Makefile.am.local

17 lines
356 B
Makefile
Raw Normal View History

2010-02-25 17:45:11 +00:00
# put whatever (auto)make commands here, they will be included from Makefile.am
DIALYZERFLAGS = -Wno_improper_lists
dist_erlappsrc_DATA = \
$(wildcard *.erl)
dist_erlappinclude_DATA = \
$(wildcard *.hrl)
erlappebin_SCRIPTS = \
@FW_PACKAGE_NAME@.app \
$(patsubst %.erl, %.beam, $(dist_erlappsrc_DATA))
check_DATA = \
.dialyzer_ok