efl/legacy/ecore/Makefile.am

118 lines
2.6 KiB
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = src
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in build-stamp configure-stamp depcomp \
ecore_docs.tar.gz ecore.c \
README \
ecore.spec \
debian/changelog \
ecore-con.pc \
ecore-config.pc \
ecore-dbus.pc \
ecore-desktop.pc \
ecore-directfb.pc\
ecore-evas.pc \
ecore-fb.pc \
ecore-file.pc \
ecore-ipc.pc \
ecore-job.pc \
ecore-txt.pc \
ecore-x.pc \
ecore.pc
bin_SCRIPTS = ecore-config
EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN ecore.c.in gendoc ecore.supp ecore.m4 \
Doxyfile \
ecore.pc.in \
ecore-con.pc.in \
ecore-config.pc.in \
ecore-dbus.pc.in \
ecore-desktop.pc.in \
ecore-directfb.pc.in\
ecore-evas.pc.in \
ecore-fb.pc.in \
ecore-file.pc.in \
ecore-ipc.pc.in \
ecore-job.pc.in \
ecore-txt.pc.in \
ecore-x.pc.in \
ecore.spec.in ecore.spec \
debian/changelog \
debian/changelog.in \
debian/control \
debian/copyright \
debian/ecore0-bin.install \
debian/libecore0-con.install \
debian/libecore0-config.install \
debian/libecore0-dbus.install \
debian/libecore0-desktop.install \
debian/libecore0-dev.install \
debian/libecore0-evas.install \
debian/libecore0-fb.install \
debian/libecore0-file.install \
debian/libecore0-ipc.install \
debian/libecore0-job.install \
debian/libecore0-txt.install \
debian/libecore0-x.install \
debian/libecore0.install \
debian/rules
m4datadir = $(datadir)/aclocal
m4data_DATA = ecore.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ecore.pc
if BUILD_ECORE_CON
pkgconfig_DATA += ecore-con.pc
endif
if BUILD_ECORE_CONFIG
pkgconfig_DATA += ecore-config.pc
endif
if BUILD_ECORE_DBUS
pkgconfig_DATA += ecore-dbus.pc
endif
if BUILD_ECORE_DIRECTFB
pkgconfig_DATA += ecore-directfb.pc
endif
if BUILD_ECORE_EVAS
pkgconfig_DATA += ecore-evas.pc
endif
if BUILD_ECORE_FB
pkgconfig_DATA += ecore-fb.pc
endif
if BUILD_ECORE_FILE
pkgconfig_DATA += ecore-file.pc
endif
if BUILD_ECORE_DESKTOP
pkgconfig_DATA += ecore-desktop.pc
endif
if BUILD_ECORE_IPC
pkgconfig_DATA += ecore-ipc.pc
endif
if BUILD_ECORE_JOB
pkgconfig_DATA += ecore-job.pc
endif
if BUILD_ECORE_TXT
pkgconfig_DATA += ecore-txt.pc
endif
if BUILD_ECORE_X
pkgconfig_DATA += ecore-x.pc
endif