mirror of
http://git.enlightenment.org/enlightenment/terminology.git
synced 2026-02-11 12:12:18 +02:00
Summary: Change pkgname to variable instead of array Remove optdepend, no more efl_x11 package Remove strip and zipman options, they are default and we shouldn't override them if we don't need to Set CFLAGS correctly and remove -02 and -g, again defaults we shouldn't override unless necessary Only run make clean distclean when there is a Makefile to prevent build failure Quote all paths with $pkgdir Add PKGBUILD to EXTRA_DIST so it gets included in make dist Reviewers: raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D284
31 lines
537 B
Makefile
31 lines
537 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = src data man
|
|
|
|
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 autogen.sh terminology.spec pkgbuild/PKGBUILD
|
|
|