]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and
[~andy/gtk] / Makefile.am
index 72ef9ab648f6cafc44575890a1825fb61b08f124..595e488d1dfa93d19139f517468428645b10bf7b 100644 (file)
@@ -1,75 +1,95 @@
 ## Process this file with automake to produce Makefile.in
 
-SRC_SUBDIRS = glib gdk gtk
-SUBDIRS = $(SRC_SUBDIRS) docs
+SRC_SUBDIRS = gdk gtk
+SUBDIRS = po $(SRC_SUBDIRS) docs
 
 bin_SCRIPTS = gtk-config
 
 EXTRA_DIST =   \
-       gtk+.prj        \
+       HACKING         \
+       gtk+.spec       \
         gtk.m4          \
        makecopyright   \
        TODO            \
-       examples/gtkdial/Makefile \
-       examples/gtkdial/dial_test.c \
-       examples/gtkdial/gtkdial.h \
-       examples/gtkdial/gtkdial.c \
-       examples/helloworld/Makefile \
-       examples/helloworld/helloworld.c \
-       examples/helloworld2/Makefile \
-       examples/helloworld2/helloworld2.c \
-       examples/scribble-simple/Makefile \
-       examples/scribble-simple/scribble-simple.c \
-       examples/tictactoe/Makefile \
-       examples/tictactoe/tictactoe.h \
-       examples/tictactoe/tictactoe.c \
-       examples/tictactoe/ttt_test.c \
-       examples/buttons/Makefile \
-       examples/buttons/info.xpm \
-       examples/buttons/buttons.c \
-       examples/packbox/Makefile \
-       examples/packbox/packbox.c \
-       examples/entry/Makefile \
-       examples/entry/entry.c \
-       examples/eventbox/Makefile \
-       examples/eventbox/eventbox.c \
-       examples/list/Makefile \
-       examples/list/list.c \
-       examples/menu/Makefile \
-       examples/menu/menufactory.h \
-       examples/menu/menu.c \
-       examples/menu/mfmain.c \
-       examples/menu/menufactory.c \
-       examples/menu/mfmain.h \
-       examples/notebook/Makefile \
-       examples/notebook/notebook.c \
-       examples/pixmap/Makefile \
-       examples/pixmap/pixmap.c \
-       examples/progressbar/Makefile \
-       examples/progressbar/progressbar.c \
-       examples/table/Makefile \
-       examples/table/table.c \
-       examples/radiobuttons/Makefile \
-       examples/radiobuttons/radiobuttons.c \
-       examples/rulers/Makefile \
-       examples/rulers/rulers.c \
-       examples/scrolledwin/Makefile \
-       examples/scrolledwin/scrolledwin.c \
-       examples/wheelbarrow/Makefile \
-       examples/wheelbarrow/wheelbarrow.c \
-       examples/statusbar/Makefile \
-       examples/statusbar/statusbar.c \
-       examples/selection/Makefile \
-       examples/selection/gettargets.c \
-       examples/selection/setselection.c \
-       examples/filesel/Makefile \
-       examples/filesel/filesel.c 
+       NEWS.pre-1-0    \
+       ChangeLog.pre-1-0       \
+       README.cvs-commits      \
+       intl/libgettext.h       \
+       intl/po2tbl.sed.in      \
+       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  \
+       examples/eventbox/eventbox.c  \
+       examples/filesel/Makefile  \
+       examples/filesel/filesel.c  \
+       examples/gtkdial/Makefile  \
+       examples/gtkdial/dial_test.c  \
+       examples/gtkdial/gtkdial.c  \
+       examples/gtkdial/gtkdial.h  \
+       examples/helloworld/Makefile  \
+       examples/helloworld/helloworld.c  \
+       examples/helloworld2/Makefile  \
+       examples/helloworld2/helloworld2.c  \
+       examples/list/Makefile  \
+       examples/list/list.c  \
+       examples/menu/Makefile  \
+       examples/menu/menu.c  \
+       examples/menu/menufactory.c  \
+       examples/menu/menufactory.h  \
+       examples/menu/mfmain.c  \
+       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  \
+       examples/paned/paned.c  \
+       examples/pixmap/Makefile  \
+       examples/pixmap/pixmap.c  \
+       examples/progressbar/Makefile  \
+       examples/progressbar/progressbar.c  \
+       examples/radiobuttons/Makefile  \
+       examples/radiobuttons/radiobuttons.c  \
+       examples/rulers/Makefile  \
+       examples/rulers/rulers.c  \
+       examples/scribble-simple/Makefile  \
+       examples/scribble-simple/scribble-simple.c  \
+       examples/scrolledwin/Makefile  \
+       examples/scrolledwin/scrolledwin.c  \
+       examples/selection/Makefile  \
+       examples/selection/gettargets.c  \
+       examples/selection/setselection.c  \
+       examples/statusbar/Makefile  \
+       examples/statusbar/statusbar.c  \
+       examples/table/Makefile  \
+       examples/table/table.c  \
+       examples/tictactoe/Makefile  \
+       examples/tictactoe/tictactoe.c  \
+       examples/tictactoe/tictactoe.h  \
+       examples/tictactoe/ttt_test.c  \
+       examples/wheelbarrow/Makefile  \
+       examples/wheelbarrow/wheelbarrow.c  \
+       examples/find-examples.sh
 
 
 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 \
@@ -82,13 +102,13 @@ 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
+       $(MAKE) distcheck
 
-checkin: populate
-       @echo "checking in project"
-       @prcs checkin
+sanity:
+       ./sanity_check $(VERSION)
 
-release:
+
+snapshot:
        $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`