enlightenment/Makefile.am

23 lines
650 B
Makefile
Raw Normal View History

2000-12-08 14:54:42 -08:00
## Process this file with automake to produce Makefile.in
2001-03-11 17:06:09 -08:00
SUBDIRS = intl po src lib client
2000-12-08 14:54:42 -08:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in
install-data-local:
@$(NORMAL_INSTALL)
if test -d $(srcdir)/data; then \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
(cd $(srcdir); tar -cf - data) | (cd $(DESTDIR)$(pkgdatadir); tar -xf -) \
2000-12-08 14:54:42 -08:00
fi
dist-hook:
if test -d data; then \
(cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -) \
2000-12-08 14:54:42 -08:00
fi
EXTRA_DIST = README AUTHORS COPYING e.spec