forked from thewaiter/StickyNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
35 lines (23 loc) · 780 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
config.sub configure depcomp install-sh ltmain.sh \
missing module.desktop config.rpath mkinstalldirs
SUBDIRS = src
if HAVE_PO
SUBDIRS += po
endif
EDJE_FLAGS = -v \
-id $(top_srcdir)/images
filesdir = $(datadir)
files_DATA = module.desktop e-module-sticky_notes.edj
EXTRA_DIST = module.desktop.in \
e_modules-sticky_notes.spec.in \
e-module-sticky_notes.edc \
images/module_icon.png
e-module-sticky_notes.edj: Makefile e-module-sticky_notes.edc images/module_icon.png
%.edj: %.edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@
clean-local:
rm -rf *.edj module.desktop e_modules-sticky_notes.spec *~
uninstall:
rm -rf $(DESTDIR)$(datadir)