Terminal emulator with all the bells and whistles
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
486 B
30 lines
486 B
11 years ago
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
||
|
SUBDIRS = src data
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
Makefile.in \
|
||
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
|
||
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
|
||
|
aclocal.m4 \
|
||
|
config.guess \
|
||
|
terminology_config.h.in \
|
||
|
config.sub \
|
||
|
configure \
|
||
|
compile \
|
||
|
depcomp \
|
||
|
install-sh \
|
||
|
ltconfig \
|
||
|
ltmain.sh \
|
||
|
missing \
|
||
|
mkinstalldirs \
|
||
|
stamp-h.in \
|
||
|
stamp-h \
|
||
|
m4/libtool.m4 \
|
||
|
m4/lt~obsolete.m4 \
|
||
|
m4/ltoptions.m4 \
|
||
|
m4/ltsugar.m4 \
|
||
|
m4/ltversion.m4
|
||
|
|
||
|
EXTRA_DIST = README AUTHORS COPYING
|