]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
Distribute autogen.sh
[~andy/gtk] / Makefile.am
index 641ccd0869588c41859badbe5caff99ac9be5621..f87b2da74319d8a579edc2b05b8d7f81c91fe4bd 100644 (file)
@@ -1,46 +1,58 @@
 ## Makefile.am for GTK+
+include $(top_srcdir)/Makefile.decl
 
-SRC_SUBDIRS = gdk modules gtk
-SUBDIRS = po $(SRC_SUBDIRS) docs
+SRC_SUBDIRS = gdk gtk modules demos tests perf
+SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
 
-bin_SCRIPTS = gtk-config
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-# require automake 1.4
-AUTOMAKE_OPTIONS = 1.4
-
-EXTRA_DIST =   \
-       HACKING         \
-       gtk+.spec.in    \
-        gtk.m4          \
-       makecopyright   \
-       TODO            \
-       NEWS.pre-1-0    \
+EXTRA_DIST +=                  \
+       autogen.sh              \
+       HACKING                 \
+       makecopyright           \
+       NEWS.pre-1-0            \
        ChangeLog.pre-1-0       \
-       README.cvs-commits      \
-       README.win32    \
-       intl/libgettext.h       \
-       intl/po2tbl.sed.in      \
+       ChangeLog.pre-1-2       \
+       ChangeLog.pre-2-0       \
+       ChangeLog.pre-2-2       \
+       ChangeLog.pre-2-4       \
+       ChangeLog.pre-2-6       \
+       ChangeLog.pre-2-8       \
+       ChangeLog.pre-2-10      \
+       ChangeLog.pre-2-12      \
+       ChangeLog.pre-2-14      \
+       ChangeLog.pre-2-16      \
+       ChangeLog.gtk-async-file-chooser        \
+       ChangeLog.gtk-printing  \
+       README.commits  \
+       README.win32            \
+       config.h.win32          \
+       makefile.msc    \
+       gtk-zip.sh.in           \
+       sanitize-la.sh          \
+       po/README.translators   \
+       po/po2tbl.sed.in        \
        examples/aspectframe/Makefile  \
        examples/aspectframe/aspectframe.c  \
        examples/Makefile  \
        examples/README.1ST  \
        examples/extract.awk  \
        examples/extract.sh  \
+       examples/arrow/Makefile \
+       examples/arrow/arrow.c  \
        examples/base/Makefile  \
        examples/base/base.c  \
+       examples/buttonbox/Makefile \
+       examples/buttonbox/buttonbox.c  \
        examples/buttons/Makefile  \
        examples/buttons/buttons.c  \
        examples/buttons/info.xpm  \
        examples/calendar/Makefile  \
        examples/calendar/calendar.c  \
-       examples/clist/Makefile  \
-       examples/clist/clist.c  \
        examples/entry/Makefile  \
        examples/entry/entry.c  \
        examples/eventbox/Makefile  \
        examples/eventbox/eventbox.c  \
-       examples/filesel/Makefile  \
-       examples/filesel/filesel.c  \
        examples/gtkdial/Makefile  \
        examples/gtkdial/dial_test.c  \
        examples/gtkdial/gtkdial.c  \
@@ -49,21 +61,16 @@ EXTRA_DIST =        \
        examples/helloworld/helloworld.c  \
        examples/helloworld2/Makefile  \
        examples/helloworld2/helloworld2.c  \
-       examples/list/Makefile  \
-       examples/list/list.c  \
+       examples/label/Makefile \
+       examples/label/label.c  \
        examples/menu/Makefile  \
        examples/menu/menu.c  \
-       examples/menu/itemfactory.c  \
        examples/notebook/Makefile  \
        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  \
-       examples/pixmap/pixmap.c  \
        examples/progressbar/Makefile  \
        examples/progressbar/progressbar.c  \
        examples/radiobuttons/Makefile  \
@@ -74,6 +81,8 @@ EXTRA_DIST =  \
        examples/rulers/rulers.c  \
        examples/scribble-simple/Makefile  \
        examples/scribble-simple/scribble-simple.c  \
+       examples/scribble-xinput/Makefile       \
+       examples/scribble-xinput/scribble-xinput.c      \
        examples/scrolledwin/Makefile  \
        examples/scrolledwin/scrolledwin.c  \
        examples/selection/Makefile  \
@@ -83,14 +92,10 @@ EXTRA_DIST =        \
        examples/statusbar/statusbar.c  \
        examples/table/Makefile  \
        examples/table/table.c  \
-       examples/text/Makefile  \
-       examples/text/text.c  \
        examples/tictactoe/Makefile  \
        examples/tictactoe/tictactoe.c  \
        examples/tictactoe/tictactoe.h  \
        examples/tictactoe/ttt_test.c  \
-       examples/tree/Makefile  \
-       examples/tree/tree.c  \
        examples/wheelbarrow/Makefile  \
        examples/wheelbarrow/wheelbarrow.c  \
        examples/fixed/fixed.c  \
@@ -100,20 +105,107 @@ EXTRA_DIST =     \
        examples/spinbutton/spinbutton.c  \
        examples/spinbutton/Makefile  \
        examples/find-examples.sh
+MAINTAINERCLEANFILES = \
+       $(srcdir)/INSTALL \
+       $(srcdir)/README \
+       $(srcdir)/aclocal.m4 \
+       $(srcdir)/autoscan.log \
+       $(srcdir)/compile \
+       $(srcdir)/config.guess \
+       $(srcdir)/config.h.in \
+       $(srcdir)/config.sub \
+       $(srcdir)/configure.scan \
+       $(srcdir)/depcomp \
+       $(srcdir)/install-sh \
+       $(srcdir)/ltmain.sh \
+       $(srcdir)/missing \
+       $(srcdir)/mkinstalldirs \
+       $(srcdir)/omf.make \
+       $(srcdir)/xmldocs.make \
+       $(srcdir)/gtk-doc.make \
+       $(srcdir)/ChangeLog \
+       `find "$(srcdir)" -type f -name Makefile.in -print`
+
+GDKTARGET=@gdktarget@
+
+## Copy .pc files to target-specific names
+gtk+-$(GDKTARGET)-3.0.pc: gtk+-3.0.pc
+       rm -f gtk+-$(GDKTARGET)-3.0.pc && \
+       cp gtk+-3.0.pc gtk+-$(GDKTARGET)-3.0.pc
+
+gdk-$(GDKTARGET)-3.0.pc: gdk-3.0.pc
+       rm -f gdk-$(GDKTARGET)-3.0.pc && \
+       cp gdk-3.0.pc gdk-$(GDKTARGET)-3.0.pc
+
+gtk+-$(GDKTARGET)-3.0-uninstalled.pc: gtk+-3.0-uninstalled.pc
+       rm -f gtk+-$(GDKTARGET)-3.0-uninstalled.pc && \
+       cp gtk+-3.0-uninstalled.pc gtk+-$(GDKTARGET)-3.0-uninstalled.pc
+
+gdk-$(GDKTARGET)-3.0-uninstalled.pc: gdk-3.0-uninstalled.pc
+       rm -f gdk-$(GDKTARGET)-3.0-uninstalled.pc && \
+       cp gdk-3.0-uninstalled.pc gdk-$(GDKTARGET)-3.0-uninstalled.pc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gdk-$(GDKTARGET)-3.0.pc gtk+-$(GDKTARGET)-3.0.pc gail-3.0.pc
+
+if OS_UNIX
+pkgconfig_DATA += gtk+-unix-print-3.0.pc
+endif
+
+DISTCLEANFILES =                               \
+       gtk+-unix-print-3.0.pc                  \
+       gtk+-$(GDKTARGET)-3.0.pc                \
+       gdk-$(GDKTARGET)-3.0.pc                 \
+       gail-3.0.pc                             \
+       gtk+-$(GDKTARGET)-3.0-uninstalled.pc    \
+       gdk-$(GDKTARGET)-3.0-uninstalled.pc     \
+       gail-3.0-uninstalled.pc                 \
+       config.lt
 
-dist-hook: gtk+.spec
-       if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
+distclean-local:
+       if test "$(srcdir)" = "."; then :; else \
+               rm -f ChangeLog; \
+       fi
+
+ChangeLog:
+       @echo Creating $@
+       @if test -d "$(srcdir)/.git"; then \
+         (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GTK_2_16_0^^.. --stat) | fmt --split-only > $@.tmp \
+         && mv -f $@.tmp $@ \
+         || ($(RM) $@.tmp; \
+             echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
+             (test -f $@ || echo git-log is required to generate this file >> $@)); \
+       else \
+         test -f $@ || \
+         (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
+         echo A git checkout and git-log is required to generate this file >> $@); \
+       fi
+
+## copy the default target for this platform to gdk-3.0.pc and gtk+-3.0.pc
+DEFAULT_GDKTARGET=x11
+install-data-hook:
+       (cd $(DESTDIR)$(pkgconfigdir) && \
+        test -f gdk-$(DEFAULT_GDKTARGET)-3.0.pc && \
+        test -f gtk+-$(DEFAULT_GDKTARGET)-3.0.pc && \
+        rm -f gdk-3.0.pc && cp -f gdk-$(DEFAULT_GDKTARGET)-3.0.pc gdk-3.0.pc && \
+        rm -f gtk+-3.0.pc && cp -f gtk+-$(DEFAULT_GDKTARGET)-3.0.pc gtk+-3.0.pc) || \
+       (cd $(DESTDIR)$(pkgconfigdir) && \
+        rm -f gdk-3.0.pc && cp -f gdk-$(GDKTARGET)-3.0.pc gdk-3.0.pc && \
+        rm -f gtk+-3.0.pc && cp -f gtk+-$(GDKTARGET)-3.0.pc gtk+-3.0.pc)
+
+uninstall-local:
+       rm -f $(DESTDIR)$(pkgconfigdir)/gdk-3.0.pc
+       rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-3.0.pc
+
+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)
+       fi
 
-m4datadir = $(datadir)/aclocal
-m4data_DATA = gtk.m4
-
-.PHONY: files release sanity snapshot
+.PHONY: files release sanity snapshot ChangeLog
 
 files:
        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
@@ -135,4 +227,22 @@ sanity:
 
 
 snapshot:
-       $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
+       $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
+
+DISTCHECK_CONFIGURE_FLAGS =            \
+               --enable-gtk-doc        \
+               --enable-man            \
+               --disable-rebuilds      \
+               --enable-introspection
+
+GITIGNOREFILES = \
+       po-properties/Makefile.in.in \
+       po-properties/Makefile.in \
+       po-properties/Makefile \
+       po-properties/*.gmo \
+       po-properties/*.mo \
+       po-properties/POTFILES \
+       po-properties/stamp-it \
+       po-properties/.intltool-merge-cache
+
+-include $(top_srcdir)/git.mk