X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=3e63d869a7aaa07048cae896ae4065a0c26f7f3e;hb=refs%2Fheads%2Fctables10;hp=0b64221ca2c16358f80b1c2cef5b94e5e9e9ed4a;hpb=4daafd79f8b250b1651c1b66a3171a654abf252d;p=pspp diff --git a/Smake b/Smake index 0b64221ca2..3e63d869a7 100644 --- a/Smake +++ b/Smake @@ -62,6 +62,8 @@ GNULIB_MODULES = \ gettimeofday \ getopt-gnu \ gitlog-to-changelog \ + havelib \ + iconv \ include_next \ isfinite \ isinf \ @@ -154,11 +156,11 @@ GNULIB_MODULES = \ xvasprintf APP_ICONS = \ -src/ui/gui/icons/16x16/apps/pspp.png \ -src/ui/gui/icons/32x32/apps/pspp.png \ -src/ui/gui/icons/48x48/apps/pspp.png \ -src/ui/gui/icons/256x256/apps/pspp.png \ -src/ui/gui/icons/scalable/apps/pspp.svg +src/ui/gui/icons/16x16/apps/org.fsf.pspp.png \ +src/ui/gui/icons/32x32/apps/org.fsf.pspp.png \ +src/ui/gui/icons/48x48/apps/org.fsf.pspp.png \ +src/ui/gui/icons/256x256/apps/org.fsf.pspp.png \ +src/ui/gui/icons/scalable/apps/org.fsf.pspp.svg CATEGORY_ICONS = \ src/ui/gui/icons/48x48/categories/align-left.png \ @@ -336,7 +338,8 @@ prep_ph: touch build-aux/config.rpath $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ - --doc-base=gl/doc --aux-dir=build-aux \ + --doc-base=gl/doc --aux-dir=build-aux \ + --makefile-name=automake.mk --automake-subdir \ --libtool $(GNULIB_MODULES) if (glibtoolize --version) >/dev/null 2>&1; then \ LIBTOOLIZE=glibtoolize; \ @@ -404,6 +407,7 @@ clean: clean-icons rm -f config.h.in~ rm -f config.h.in rm -f gl/Makefile.in + rm -f gl/automake.mk rm -f Makefile.in rm -f build-aux/compile rm -f build-aux/ltmain.sh