efl/legacy/ecore/Makefile.am

21 lines
500 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
SUBDIRS = src
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in
dist-hook:
if test -d data; then \
mkdir $(distdir)/data; \
for file in data/*; do \
if test -f $$file; then \
cp -p $$file $(distdir)/data; \
fi \
done \
fi
EXTRA_DIST = README AUTHORS COPYING