X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=aafb628f2ad51b6224f162e59fe4e6b7427c2b6f;hb=f6c36b463ca29379024899211f99477344578555;hp=103dee3e44252c27a628e2d1ab86127cc596d35f;hpb=c30fb2a44a00e7c63f9ff36d5428d47c0449e59a;p=platform%2Fupstream%2Fatk.git diff --git a/Makefile.am b/Makefile.am index 103dee3..aafb628 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,37 +1,25 @@ # Process this file with automake to create Makefile.in. +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS=atk tests docs +SUBDIRS=atk tests docs po win32 EXTRA_DIST = \ + MAINTAINERS \ atk-uninstalled.pc.in \ atk.pc.in \ atk.spec.in \ atk.spec \ - atk-zip.sh + atk-zip.sh.in \ + m4/introspection.m4 \ + config.h.win32 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = atk.pc -# This is a version of the automake-1.4 distcheck rule modified -# to pass --enable-gtk-doc to ./configure -# -mydistcheck: dist - -rm -rf $(distdir) - GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz - mkdir $(distdir)/=build - mkdir $(distdir)/=inst - dc_install_base=`cd $(distdir)/=inst && pwd`; \ - cd $(distdir)/=build \ - && ../configure --srcdir=.. --prefix=$$dc_install_base --enable-gtk-doc \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) dist - -rm -rf $(distdir) - @banner="$(distdir).tar.gz is ready for distribution"; \ - dashes=`echo "$$banner" | sed s/./=/g`; \ - echo "$$dashes"; \ - echo "$$banner"; \ - echo "$$dashes" +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection + +DISTCLEANFILES = \ + atk-uninstalled.pc \ + atk.pc \ + atk.pc.spec \ + atk-zip.sh