enlightenment-module-desksa.../Makefile.am

34 lines
704 B
Makefile
Raw Permalink Normal View History

2013-10-03 06:34:52 -07:00
ACLOCAL_AMFLAGS = -I m4
2015-12-20 16:24:50 -08:00
AUTOMAKE_OPTIONS = subdir-objects
2013-10-03 06:34:52 -07:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
2015-03-19 14:17:58 -07:00
config.sub configure compile depcomp install-sh ltmain.sh \
2017-08-04 13:24:58 -07:00
missing config.rpath mkinstalldirs
2013-10-03 06:34:52 -07:00
2013-10-10 05:13:58 -07:00
#if HAVE_PO
2013-10-03 06:34:52 -07:00
2013-10-10 05:13:58 -07:00
#SUBDIRS += po
2013-10-03 06:34:52 -07:00
2013-10-10 05:13:58 -07:00
#endif
2013-10-03 06:34:52 -07:00
filesdir = $(module_dir)/$(PACKAGE)
2013-10-15 07:37:39 -07:00
files_DATA = module.desktop e-module-desksanity.edj # images/icon.png
2013-10-03 06:34:52 -07:00
EXTRA_DIST = module.desktop.in \
2013-10-10 05:13:58 -07:00
e_modules-desksanity.spec.in \
e-module-desksanity.edc \
2014-10-11 23:49:18 -07:00
epic-e-256.png \
2015-11-11 14:29:58 -08:00
win_shadow.png \
glow_bottom.png \
glow_top.png
2013-10-03 06:34:52 -07:00
2015-12-20 16:24:50 -08:00
include src/Makefile.mk
2013-10-03 06:34:52 -07:00
clean-local:
2017-08-04 13:24:58 -07:00
rm rf e_modules-desksanity.spec *~
2013-10-03 06:34:52 -07:00
uninstall-local:
rm -rf $(DESTDIR)$(module_dir)/$(PACKAGE)