enlightenment-module-cpu/Makefile.am

42 lines
746 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = Makefile.in
2007-11-07 11:51:55 -08:00
SUBDIRS = po
EDJE_FLAGS = -v \
-id $(top_srcdir)
files_DATA = \
2006-09-17 06:18:12 -07:00
module.desktop \
e-module-cpu.edj \
cpu.edj
EXTRA_DIST = $(files_DATA) \
cpu.edc \
cpu.png \
e_modules-cpu.spec
2006-03-06 20:05:49 -08:00
# data files for the module
filesdir = $(datadir)
# the module .so file
INCLUDES = -I. \
-I$(top_srcdir) \
-I$(includedir) \
@E_CFLAGS@
pkgdir = $(datadir)/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.c \
e_mod_main.h
module_la_LIBADD = @E_LIBS@
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
%.edj: %.edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@
clean-local:
2006-09-17 06:18:12 -07:00
rm -rf cpu.edj *~