X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=Makefile.am;h=c7a85c320b25aafd3fe27e9e0d891c345c9fb193;hp=1c7f870ba19a18b525bacbfc2637a8891f11a155;hb=c77f73c18bba99728178057fcce0441aab3a4026;hpb=b97544e1119b903d79f8fa33ca4dd4656f393b6b diff --git a/Makefile.am b/Makefile.am index 1c7f870..c7a85c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,12 @@ test: all build: all export DESTDIR="`pwd`/build"; \ make -C ../aweather-win32 install; \ - make -C ../libgis-win32 install; \ + make -C ../grits-win32 install; \ make -C ../rsl-win32 install; + find build -name '*.a' -delete + find build -name '*.la' -delete + rm -rf build/share/rsl/colors + rm -rf build/include touch $@ installers: $(PACKAGE)-$(VERSION).exe $(PACKAGE)-$(VERSION)-gtk.exe @@ -33,7 +37,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)"; \ + "spenceal@lug.rose-hulman.edu:/home/lug/htdocs/proj/$(PACKAGE)/files"; \ rm -f LATEST depscan: