From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/bin/Makefile.am | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 libraries/evas/src/bin/Makefile.am (limited to 'libraries/evas/src/bin/Makefile.am') diff --git a/libraries/evas/src/bin/Makefile.am b/libraries/evas/src/bin/Makefile.am new file mode 100644 index 0000000..987e14b --- /dev/null +++ b/libraries/evas/src/bin/Makefile.am @@ -0,0 +1,43 @@ +MAINTAINERCLEANFILES = Makefile.in + +if EVAS_CSERVE + +AM_CPPFLAGS = \ +-I. \ +-I$(top_srcdir)/src/lib \ +-I$(top_srcdir)/src/lib/include \ +-I$(top_srcdir)/src/lib/cserve \ +-DPACKAGE_BIN_DIR=\"$(bindir)\" \ +-DPACKAGE_LIB_DIR=\"$(libdir)\" \ +-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EINA_CFLAGS@ \ +@FREETYPE_CFLAGS@ \ +@FRIBIDI_CFLAGS@ \ +@EET_CFLAGS@ \ +@FONTCONFIG_CFLAGS@ \ +@pthread_cflags@ \ +@PIXMAN_CFLAGS@ + +AM_CFLAGS = @WIN32_CFLAGS@ + +bin_PROGRAMS = evas_cserve evas_cserve_tool + +evas_cserve_SOURCES = \ +evas_cserve_main.c + +evas_cserve_LDADD = \ +$(top_builddir)/src/lib/libevas.la \ +@pthread_libs@ \ +@EINA_LIBS@ + +evas_cserve_tool_LDFLAGS = + +evas_cserve_tool_SOURCES = \ +evas_cserve_tool.c + +evas_cserve_tool_LDADD = \ +$(top_builddir)/src/lib/libevas.la \ +@pthread_libs@ \ +@EINA_LIBS@ + +endif -- cgit v1.1