~enlightenment-git/enlightenment-svn/e-modules-extra

« back to all changes in this revision

Viewing changes to eektool/Makefile.am

  • Committer: leif
  • Date: 2012-04-08 22:55:43 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/E-MODULES-EXTRA:69958
New gadget that displays results of a command line

This gadget is inspired by Geektool for Mac OS.
Yet, it misses
    - A GUI font configuration (/inline styles for edje TEXTBLOCKs?)
    - Display/refresh of images

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ACLOCAL_AMFLAGS = -I m4
 
2
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
 
3
                       config.sub configure depcomp install-sh ltmain.sh \
 
4
                       missing module.desktop config.rpath mkinstalldirs
 
5
 
 
6
SUBDIRS = src images
 
7
 
 
8
if HAVE_PO
 
9
 
 
10
SUBDIRS += po
 
11
 
 
12
endif
 
13
 
 
14
EDJE_FLAGS = -v \
 
15
             -id $(top_srcdir)/images
 
16
 
 
17
filesdir = $(datadir)
 
18
files_DATA = module.desktop e-module-eektool.edj
 
19
 
 
20
EXTRA_DIST = module.desktop.in \
 
21
             e_modules-eektool.spec.in \
 
22
             e-module-eektool.edc \
 
23
             eektool.edc
 
24
 
 
25
%.edj:  %.edc
 
26
        $(EDJE_CC) $(EDJE_FLAGS) $< $@
 
27
 
 
28
clean-local:
 
29
        rm -rf e-module-eektool.edj eektool.edj module.desktop e_modules-eektool.spec *~
 
30
 
 
31
uninstall:
 
32
        rm -rf $(DESTDIR)$(datadir)