update po's
[framework/uifw/ecore.git] / Makefile.am
index 3912465..b7be982 100644 (file)
@@ -2,14 +2,18 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = doc src po
+SUBDIRS = doc src
 
+if HAVE_PO
+
+SUBDIRS += po
+
+endif
 
 MAINTAINERCLEANFILES = \
 ABOUT-NLS \
 Makefile.in \
 aclocal.m4 \
-autom4te.cache \
 config.guess \
 config.h.in \
 config.h.in~ \
@@ -30,60 +34,95 @@ m4/ltoptions.m4 \
 m4/ltsugar.m4 \
 m4/ltversion.m4 \
 m4/codeset.m4 \
-m4/gettext.m4 \
-m4/glibc21.m4 \
+m4/gettext.m4* \
+m4/glibc2*.m4 \
 m4/iconv.m4 \
 m4/intdiv0.m4 \
+m4/intldir.m4 \
+m4/intl.m4 \
+m4/intlmacosx.m4 \
+m4/intmax.m4* \
 m4/inttypes_h.m4 \
 m4/inttypes.m4 \
 m4/inttypes-pri.m4 \
 m4/isc-posix.m4 \
 m4/lcmessage.m4 \
-m4/lib-ld.m4 \
+m4/lib-ld.m4* \
 m4/lib-link.m4 \
-m4/lib-prefix.m4 \
+m4/lib-prefix.m4* \
+m4/lock.m4 \
+m4/longdouble.m4* \
+m4/longlong.m4* \
 m4/nls.m4 \
-m4/po.m4 \
+m4/po.m4* \
+m4/printf-posix.m4* \
 m4/progtest.m4 \
+m4/signed.m4 \
+m4/size_max.m4* \
 m4/stdint_h.m4 \
 m4/uintmax_t.m4 \
-m4/ulonglong.m4 \
+m4/ulonglong.m4* \
+m4/visibility.m4 \
+m4/wchar_t.m4 \
+m4/wint_t.m4* \
+m4/xsize.m4*
+
+if HAVE_PO
+
+MAINTAINERCLEANFILES += \
 po/boldquot.sed \
 po/en@boldquot.header \
 po/en@quot.header \
 po/insert-header.sin \
-po/Makefile.in.in \
+po/Makefile.in.in* \
 po/Makevars.template \
 po/quot.sed \
 po/remove-potcdate.sin \
-po/Rules-quot
+po/Rules-quot*
+
+endif
 
 bin_SCRIPTS = 
 
-EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN \
-            autogen.sh ecore.supp \
-            ecore.pc.in \
-            ecore-con.pc.in \
-            ecore-config.pc.in \
-            ecore-directfb.pc.in\
-            ecore-evas.pc.in \
-            ecore-fb.pc.in \
-            ecore-file.pc.in \
-            ecore-imf.pc.in \
-            ecore-imf-evas.pc.in \
-            ecore-ipc.pc.in \
-            ecore-txt.pc.in \
-            ecore-x.pc.in \
-            ecore-win32.pc.in \
-            ecore-sdl.pc.in \
-            ecore-quartz.pc.in \
-            ecore-input.pc.in \
-            ecore-wince.pc.in \
-            ecore-data.pc.in \
-            ecore.spec.in ecore.spec
+EXTRA_DIST = \
+AUTHORS \
+COPYING \
+autogen.sh \
+ecore.supp \
+ecore.pc.in \
+ecore-con.pc.in \
+ecore-config.pc.in \
+ecore-directfb.pc.in\
+ecore-evas.pc.in \
+ecore-fb.pc.in \
+ecore-file.pc.in \
+ecore-imf.pc.in \
+ecore-imf-evas.pc.in \
+ecore-ipc.pc.in \
+ecore-x.pc.in \
+ecore-win32.pc.in \
+ecore-sdl.pc.in \
+ecore-cocoa.pc.in \
+ecore-psl1ght.pc.in \
+ecore-input.pc.in \
+ecore-wince.pc.in \
+ecore-wayland.pc.in \
+ecore.spec.in \
+ecore.spec \
+m4/ac_abstract_socket.m4 \
+m4/ac_attribute.m4 \
+m4/check_x_extension.m4 \
+m4/ecore_check_module.m4 \
+m4/ecore_check_options.m4 \
+m4/efl_doxygen.m4 \
+m4/efl_path_max.m4 \
+m4/efl_shm_open.m4 \
+m4/efl_tests.m4 \
+m4/efl_threads.m4
+
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = ecore.pc ecore-data.pc
+pkgconfig_DATA = ecore.pc
 
 if BUILD_ECORE_CON
 pkgconfig_DATA += ecore-con.pc
@@ -129,10 +168,6 @@ if BUILD_ECORE_IPC
 pkgconfig_DATA += ecore-ipc.pc
 endif
 
-if BUILD_ECORE_TXT
-pkgconfig_DATA += ecore-txt.pc
-endif
-
 if BUILD_ECORE_X
 pkgconfig_DATA += ecore-x.pc
 endif
@@ -149,13 +184,36 @@ if BUILD_ECORE_SDL
 pkgconfig_DATA += ecore-sdl.pc
 endif
 
-if BUILD_ECORE_QUARTZ
-pkgconfig_DATA += ecore-quartz.pc
+if BUILD_ECORE_COCOA
+pkgconfig_DATA += ecore-cocoa.pc
+endif
+
+if BUILD_ECORE_PSL1GHT
+pkgconfig_DATA += ecore-psl1ght.pc
+endif
+
+if BUILD_ECORE_WAYLAND
+pkgconfig_DATA += ecore-wayland.pc
 endif
 
 .PHONY: doc
 
+# Documentation
+
 doc:
        @echo "entering doc/"
        make -C doc doc
 
+# Unit tests
+
+if EFL_ENABLE_TESTS
+
+check-local:
+       @./src/tests/ecore_suite
+
+else
+
+check-local:
+       @echo "reconfigure with --enable-tests"
+
+endif