]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
Add in a "style_set" handler so that the background of the clist changes
[~andy/gtk] / Makefile.am
index 895d66001e24f993071e345dc3ea31f04c316bd3..6f31f7ffe2dba431cf694a0f4a7a6ac4e3b71d62 100644 (file)
@@ -1,21 +1,31 @@
 ## Process this file with automake to produce Makefile.in
 
-SRC_SUBDIRS = glib gdk gtk
+SRC_SUBDIRS = gdk gtk
 SUBDIRS = $(SRC_SUBDIRS) docs
 
 bin_SCRIPTS = gtk-config
 
 EXTRA_DIST =   \
-       gtk+.prj                \
-        gtk.m4                 \
-       makecopyright           \
-       TODO                    \
+       HACKING         \
+       gtk+.spec       \
+        gtk.m4          \
+       makecopyright   \
+       TODO            \
+       NEWS.pre-1-0    \
        ChangeLog.pre-1-0       \
+       README.cvs-commits      \
+       examples/Makefile       \
+       examples/README.1ST     \
+       examples/extract.awk    \
+       examples/extract.sh     \
        examples/aspectframe/Makefile  \
        examples/aspectframe/aspectframe.c  \
+       examples/base/Makefile  \
+       examples/base/base.c \
        examples/buttons/Makefile  \
        examples/buttons/buttons.c  \
        examples/buttons/info.xpm  \
+       examples/clist/clist.c \
        examples/entry/Makefile  \
        examples/entry/entry.c  \
        examples/eventbox/Makefile  \
@@ -40,6 +50,8 @@ EXTRA_DIST =  \
        examples/menu/mfmain.h  \
        examples/notebook/Makefile  \
        examples/notebook/notebook.c  \
+       examples/packer/Makefile  \
+       examples/packer/pack.c \
        examples/packbox/Makefile  \
        examples/packbox/packbox.c  \
        examples/paned/Makefile  \
@@ -75,7 +87,7 @@ EXTRA_DIST =  \
 m4datadir = $(datadir)/aclocal
 m4data_DATA = gtk.m4
 
-.PHONY: files populate checkin release
+.PHONY: files release sanity snapshot
 
 files:
        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
@@ -88,13 +100,14 @@ files:
          done; \
        done
 
-populate:
-       @echo "populating project"
-       @files=`$(MAKE) files | grep -v "make\[[1-9]\]"`; prcs populate -d gtk+.prj $$files
+release:
+       rm -rf .deps */.deps
+       cd docs && make distdocs
+       $(MAKE) distcheck
 
-checkin: populate
-       @echo "checking in project"
-       @prcs checkin
+sanity:
+       ./sanity_check $(VERSION)
 
-release:
+
+snapshot:
        $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`