]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
gtk/gtkmain.c Use the new
[~andy/gtk] / Makefile.am
index 13774837a1ef596c4f73838b8662ecd3624d6ea9..1ee167e4112ecfa5dcef7f69aa2a8e68fda68924 100644 (file)
@@ -1,34 +1,49 @@
-## Process this file with automake to produce Makefile.in
+## Makefile.am for GTK+
 
-SRC_SUBDIRS = gdk gtk
-SUBDIRS = po $(SRC_SUBDIRS) docs
+SRC_SUBDIRS = gdk-pixbuf gdk modules gtk demos contrib
+SUBDIRS = po $(SRC_SUBDIRS) docs build
 
-bin_SCRIPTS = gtk-config
+# require automake 1.4
+AUTOMAKE_OPTIONS = 1.4
 
-EXTRA_DIST =   \
-       HACKING         \
-       gtk+.spec       \
-        gtk.m4          \
-       makecopyright   \
-       TODO            \
-       NEWS.pre-1-0    \
+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       \
        README.cvs-commits      \
+       README.win32            \
+       README.nanox            \
+       config.h.win32          \
        intl/libgettext.h       \
        intl/po2tbl.sed.in      \
+       po/README.tools         \
+       po/README.translators   \
+       po/desk.pl              \
+       po/makefile.mingw       \
+       po/update.pl            \
        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/gcalendar.c  \
+       examples/calendar/calendar.c  \
        examples/clist/Makefile  \
        examples/clist/clist.c  \
        examples/entry/Makefile  \
@@ -45,6 +60,8 @@ EXTRA_DIST =  \
        examples/helloworld/helloworld.c  \
        examples/helloworld2/Makefile  \
        examples/helloworld2/helloworld2.c  \
+       examples/label/Makefile \
+       examples/label/label.c  \
        examples/list/Makefile  \
        examples/list/list.c  \
        examples/menu/Makefile  \
@@ -70,6 +87,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  \
@@ -97,9 +116,38 @@ EXTRA_DIST =        \
        examples/spinbutton/Makefile  \
        examples/find-examples.sh
 
+GDKTARGET=@gdktarget@
+
+## Copy .pc files to target-specific names
+gtk+-$(GDKTARGET)-2.0.pc: gtk+-2.0.pc
+       rm -f gtk+-$(GDKTARGET)-2.0.pc && \
+       cp gtk+-2.0.pc gtk+-$(GDKTARGET)-2.0.pc
+
+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
+
+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 
+DEFAULT_GDKTARGET=x11
+install-data-local:
+       (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)
+
+dist-hook: gtk+.spec
+       if test -e $(srcdir)/INSTALL.in && test -e $(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.m4
+m4data_DATA = gtk-2.0.m4
 
 .PHONY: files release sanity snapshot
 
@@ -123,4 +171,4 @@ sanity:
 
 
 snapshot:
-       $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
+       $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`