X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=Makefile.am;h=139293afc28e12a85a5ada274433d5014911b2cd;hp=1c7f870ba19a18b525bacbfc2637a8891f11a155;hb=9e734911e96ae83b0f41afa5073d5313bc197d96;hpb=b97544e1119b903d79f8fa33ca4dd4656f393b6b diff --git a/Makefile.am b/Makefile.am index 1c7f870..139293a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib src data docs +SUBDIRS = data src docs ACLOCAL_AMFLAGS = -I m4 @@ -6,26 +6,9 @@ MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in config.sub \ configure depcomp gtk-doc.make install-sh ltmain.sh \ Makefile.in missing -EXTRA_DIST = m4/gnulib-cache.m4 - test: all (cd src && make test) -build: all - export DESTDIR="`pwd`/build"; \ - make -C ../aweather-win32 install; \ - make -C ../libgis-win32 install; \ - make -C ../rsl-win32 install; - touch $@ - -installers: $(PACKAGE)-$(VERSION).exe $(PACKAGE)-$(VERSION)-gtk.exe - -$(PACKAGE)-$(VERSION).exe: build - makensis -DVERSION=$(VERSION) aweather.nsi - -$(PACKAGE)-$(VERSION)-gtk.exe: build - makensis -DVERSION=$(VERSION) -DUSE_GTK aweather.nsi - release: all dist @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): " @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0 @@ -33,7 +16,7 @@ release: all dist git push --all echo $(VERSION) > LATEST scp LATEST $(PACKAGE)-$(VERSION).tar.* \ - "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)"; \ + "andy@pileus.org:/home/pileus/htdocs/$(PACKAGE)/files"; \ rm -f LATEST depscan: