X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile.am;h=0ec9ada69afc17948c83e53ac9d72eb4b3fe2228;hb=733c5614e514ca38116d4c412070112b138f9464;hp=3a023e5f74bac88252af9ebcc4aacd00043452bb;hpb=31de6ff4e08c6bac186706f434089b30bc8c2770;p=~andy%2Fgtk diff --git a/Makefile.am b/Makefile.am index 3a023e5f7..0ec9ada69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,28 +1,36 @@ ## Process this file with automake to produce Makefile.in SRC_SUBDIRS = gdk gtk -SUBDIRS = $(SRC_SUBDIRS) docs +SUBDIRS = po $(SRC_SUBDIRS) docs bin_SCRIPTS = gtk-config EXTRA_DIST = \ HACKING \ - gtk+.spec \ + gtk+.spec.in \ gtk.m4 \ makecopyright \ TODO \ NEWS.pre-1-0 \ ChangeLog.pre-1-0 \ README.cvs-commits \ - examples/README.1ST \ - examples/extract.awk \ - examples/extract.sh \ + intl/libgettext.h \ + intl/po2tbl.sed.in \ examples/aspectframe/Makefile \ examples/aspectframe/aspectframe.c \ + examples/Makefile \ + examples/README.1ST \ + examples/extract.awk \ + examples/extract.sh \ + examples/base/Makefile \ + examples/base/base.c \ examples/buttons/Makefile \ examples/buttons/buttons.c \ examples/buttons/info.xpm \ - examples/clist/clist.c \ + examples/calendar/Makefile \ + examples/calendar/gcalendar.c \ + examples/clist/Makefile \ + examples/clist/clist.c \ examples/entry/Makefile \ examples/entry/entry.c \ examples/eventbox/Makefile \ @@ -41,16 +49,13 @@ EXTRA_DIST = \ 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/menu/itemfactory.c \ examples/notebook/Makefile \ examples/notebook/notebook.c \ - examples/packer/Makefile \ - examples/packer/pack.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 \ @@ -59,6 +64,8 @@ EXTRA_DIST = \ examples/progressbar/progressbar.c \ examples/radiobuttons/Makefile \ examples/radiobuttons/radiobuttons.c \ + examples/rangewidgets/Makefile \ + examples/rangewidgets/rangewidgets.c \ examples/rulers/Makefile \ examples/rulers/rulers.c \ examples/scribble-simple/Makefile \ @@ -72,19 +79,31 @@ 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 \ + examples/fixed/Makefile \ + examples/frame/frame.c \ + examples/frame/Makefile \ + examples/spinbutton/spinbutton.c \ + examples/spinbutton/Makefile \ examples/find-examples.sh +dist-hook: + cp gtk+.spec $(distdir) 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 \ @@ -97,13 +116,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"`