X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=Makefile.am;h=c7a85c320b25aafd3fe27e9e0d891c345c9fb193;hp=253146cba4fd1fadd2507d2292c1e3b9879c8efb;hb=refs%2Fheads%2Fv0.5.x;hpb=5761f0ec012080b2f12c5e29a93a97b9a7ede4b4 diff --git a/Makefile.am b/Makefile.am index 253146c..c7a85c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,13 @@ 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 @@ -32,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: