X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=16983622315f85a5a93c5d8ee70dd90239eee07e;hp=0940733d95502825aa2716256c95cbd362e8d452;hb=b6ef934425e0d137606209d91b239c3cec472a3a;hpb=d1d479adc78f455398046e115ffd382954d3cc82 diff --git a/Makefile.am b/Makefile.am index 0940733..1698362 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,37 @@ SUBDIRS = src data docs +MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ + configure depcomp gtk-doc.make install-sh ltmain.sh \ + Makefile.in missing + + +ACLOCAL_AMFLAGS=-I m4 + test: all - LD_LIBRARY_PATH=/usr/local/trmm/GVBOX/lib/ \ - ./src/aweather + (cd src && make test) + +release: all dist + @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): " + @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0 + svn cp \ + https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \ + https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION) + echo $(VERSION) > LATEST + scp LATEST $(PACKAGE)-$(VERSION).tar.* \ + "lug@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + rm -f LATEST -maintainer-clean-local: - rm -f aclocal.m4 compile config.guess config.h.in gtk-doc.make \ - configure depcomp install-sh Makefile.in missing +depscan: + gtkdoc-depscan \ + --book=atk \ + --book=gdk \ + --book=gdk-pixbuf \ + --book=glib \ + --book=gio \ + --book=gobject \ + --book=gtk \ + --book=pango \ + --book=libsoup-2.4 \ + --list-unknown \ + "$@" \ + src/*.c