initial version
[lwes-erlang.git] / src / Makefile.am.local
blob09203d0e12a68f793f8fcbc30f130d30027f9d87
1 # put whatever (auto)make commands here, they will be included from Makefile.am
3 dist_erlappsrc_DATA =           \
4   lwes_internal.hrl \
5   $(wildcard *.erl)
7 dist_erlappinclude_DATA =       \
8   lwes.hrl
10 erlappebin_SCRIPTS =                                    \
11   @FW_ERL_APP_NAME@.app                                 \
12   $(patsubst %.erl, %.beam, $(dist_erlappsrc_DATA))
14 check_DATA =                    \
15   .dialyzer_ok                  \
16   .@FW_ERL_APP_NAME@.app_ok