X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=5a11401aa9f954580853d8b283bc7486beb64980;hb=refs%2Fheads%2Fdataset;hp=0314c9b7cd063be9bd53686df0c215e076a7f3e9;hpb=26f5d19217812600311d4186230df36f6d0e9ab8;p=pspp diff --git a/Smake b/Smake index 0314c9b7cd..5a11401aa9 100644 --- a/Smake +++ b/Smake @@ -1,5 +1,7 @@ # -*- makefile -*- +all: everything + # Adjust these to reflect where you've installed gnulib. GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool @@ -181,7 +183,16 @@ src/ui/gui/icons/mimetypes/48x48/application-x-spss-sav.png \ src/ui/gui/icons/mimetypes/48x48/application-x-spss-sps.png \ src/ui/gui/icons/mimetypes/48x48/application-x-spss-zsav.png \ -MISC_ICONS = src/ui/gui/icons/splash.png + +src/ui/gui/artwork/splash-t.svg: src/ui/gui/artwork/splash.svg + cp $< $@ + +src/ui/gui/artwork/splash-r.svg: src/ui/gui/artwork/splash.svg + sed -e '/inkscape:label="Overlay"/s/inline/none/' $< > $@ + + +MISC_ICONS = src/ui/gui/icons/splash-t.png \ + src/ui/gui/icons/splash-r.png ACTION_ICONS = \ @@ -297,7 +308,7 @@ src/ui/gui/icons/actions/16x16/help-about.png ICONS=$(CATEGORY_ICONS) $(ACTION_ICONS) $(MIMETYPE_ICONS) $(APP_ICONS) $(MISC_ICONS) -all: prep_ph icons +everything: prep_ph icons $(MAKE) -f Smake Makefile.in configure icons: $(ICONS) src/ui/gui/icons/icon-names.c