]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
Translation updated by Ivar Smolin.
[~andy/gtk] / Makefile.am
index 6ba3ec04a380e7003aeb78c1dc0b54cb543af13b..2513a8d852eb106e99736d8a9b008a80be34f550 100644 (file)
@@ -1,32 +1,29 @@
 ## Makefile.am for GTK+
 
-SRC_SUBDIRS = gdk-pixbuf gdk modules gtk demos contrib
-SUBDIRS = po $(SRC_SUBDIRS) docs build
+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib
+SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros
 
 # require automake 1.4
-AUTOMAKE_OPTIONS = 1.4
+AUTOMAKE_OPTIONS = 1.7
 
 EXTRA_DIST =                   \
        HACKING                 \
-       gtk+.spec.in            \
-        gtk-2.0.m4             \
        makecopyright           \
-       TODO                    \
-       TODO.xml                \
        NEWS.pre-1-0            \
        ChangeLog.pre-1-0       \
        ChangeLog.pre-1-2       \
+       ChangeLog.pre-2-0       \
+       ChangeLog.pre-2-2       \
+       ChangeLog.pre-2-4       \
+       ChangeLog.pre-2-6       \
        README.cvs-commits      \
        README.win32            \
-       README.nanox            \
        config.h.win32          \
-       intl/libgettext.h       \
-       intl/po2tbl.sed.in      \
-       po/README.tools         \
+       makefile.msc    \
+       gtk-zip.sh.in           \
+       sanitize-la.sh          \
        po/README.translators   \
-       po/desk.pl              \
-       po/makefile.mingw       \
-       po/update.pl            \
+       po/po2tbl.sed.in        \
        examples/aspectframe/Makefile  \
        examples/aspectframe/aspectframe.c  \
        examples/Makefile  \
@@ -71,8 +68,6 @@ EXTRA_DIST =                  \
        examples/notebook/notebook.c  \
        examples/packbox/Makefile  \
        examples/packbox/packbox.c  \
-       examples/packer/Makefile  \
-       examples/packer/pack.c  \
        examples/paned/Makefile  \
        examples/paned/paned.c  \
        examples/pixmap/Makefile  \
@@ -127,31 +122,46 @@ gdk-$(GDKTARGET)-2.0.pc: gdk-2.0.pc
        rm -f gdk-$(GDKTARGET)-2.0.pc && \
        cp gdk-2.0.pc gdk-$(GDKTARGET)-2.0.pc
 
+gtk+-$(GDKTARGET)-2.0-uninstalled.pc: gtk+-2.0-uninstalled.pc
+       rm -f gtk+-$(GDKTARGET)-2.0-uninstalled.pc && \
+       cp gtk+-2.0-uninstalled.pc gtk+-$(GDKTARGET)-2.0-uninstalled.pc
+
+gdk-$(GDKTARGET)-2.0-uninstalled.pc: gdk-2.0-uninstalled.pc
+       rm -f gdk-$(GDKTARGET)-2.0-uninstalled.pc && \
+       cp gdk-2.0-uninstalled.pc gdk-$(GDKTARGET)-2.0-uninstalled.pc
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc gtk+-$(GDKTARGET)-2.0.pc
 
-## symlink gdk-2.0.pc and gtk+-2.0.pc to default target for the platform 
+DISTCLEANFILES =                               \
+       gtk+-$(GDKTARGET)-2.0.pc                \
+       gdk-$(GDKTARGET)-2.0.pc                 \
+       gtk+-$(GDKTARGET)-2.0-uninstalled.pc    \
+       gdk-$(GDKTARGET)-2.0-uninstalled.pc
+
+## copy the default target for this platform to gdk-2.0.pc and gtk+-2.0.pc
 DEFAULT_GDKTARGET=x11
-install-data-local:
+install-data-hook:
        (cd $(DESTDIR)$(pkgconfigdir) && \
-        $(LN_S) -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc gdk-2.0.pc && \
-         $(LN_S) -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc)
+        test -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc && \
+        test -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc && \
+        rm -f gdk-2.0.pc && cp -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc gdk-2.0.pc && \
+        rm -f gtk+-2.0.pc && cp -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc) || \
+       (cd $(DESTDIR)$(pkgconfigdir) && \
+        rm -f gdk-2.0.pc && cp -f gdk-$(GDKTARGET)-2.0.pc gdk-2.0.pc && \
+        rm -f gtk+-2.0.pc && cp -f gtk+-$(GDKTARGET)-2.0.pc gtk+-2.0.pc)
+
+uninstall-local:
+       rm -f $(DESTDIR)$(pkgconfigdir)/gdk-2.0.pc
+       rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-2.0.pc
 
-dist-hook: gtk+.spec
-       if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
+dist-hook:
+       if test -f $(srcdir)/INSTALL.in && test -f $(srcdir)/README.in ; then \
             CONFIG_FILES="INSTALL:$(srcdir)/INSTALL.in README:$(srcdir)/README.in" \
             CONFIG_HEADERS= \
             $(SHELL) config.status \
             && cp INSTALL README $(distdir) ; \
-       fi \
-       && cp gtk+.spec $(distdir)
-
-m4datadir = $(datadir)/aclocal
-m4data_DATA = gtk-2.0.m4
-
-bin_SCRIPTS=gtk-config-2.0
-BUILT_SOURCES=gtk-config-2.0
-gtk-config-2.0: gtk-config-2.0.in
+       fi
 
 .PHONY: files release sanity snapshot
 
@@ -176,3 +186,6 @@ sanity:
 
 snapshot:
        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
+
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc