empc/Makefile.am

48 lines
673 B
Makefile
Raw Permalink Normal View History

2014-01-31 11:44:24 -08:00
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
if HAVE_PO
SUBDIRS = po
endif
2014-01-31 11:44:24 -08:00
EXTRA_DIST = \
AUTHORS \
2014-12-19 16:52:03 -08:00
COPYING \
README
2014-01-31 11:44:24 -08:00
bin_PROGRAMS =
DISTCLEANFILES =
CLEANFILES =
BUILT_SOURCES =
PHONIES =
2014-01-31 11:44:24 -08:00
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
config.guess \
config.h* \
config.sub \
configure \
depcomp \
install-sh \
ltmain.sh \
missing \
compile \
m4/l* \
ylwrap
2014-03-02 10:53:30 -08:00
servicedir = @dbusservicedir@
service_DATA = org.empd.empdd.service
2014-03-02 10:53:30 -08:00
2014-04-28 07:07:58 -07:00
include data/Makefile.mk
2014-01-31 11:44:24 -08:00
include data/themes/Makefile.mk
include src/bin/Makefile.mk
include src/modules/Makefile.mk
include src/enlightenment/Makefile.mk
2014-01-31 11:44:24 -08:00
maintainer-clean-local:
rm -rf autom4te.cache
.PHONY: $(PHONIES)