X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fautomake.mk;h=4b2627885d2cf0c25325ac2d7a764bead0dddc26;hb=698f289d1ecf1620aa5429599f2e76db23cff452;hp=7dcfa5ed0b247c9b44ef3a450cd6afa2b11972c6;hpb=2b4fb7e846d62f1a70656bb42a0f769363ed0832;p=pspp diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 7dcfa5ed0b..4b2627885d 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -46,7 +46,8 @@ UI_FILES = \ EXTRA_DIST += \ src/ui/gui/OChangeLog \ src/ui/gui/marshaller-list \ - src/ui/gui/pspp.desktop + src/ui/gui/gen-dot-desktop.sh + if HAVE_GUI bin_PROGRAMS += src/ui/gui/psppire @@ -95,7 +96,9 @@ install-icons: $(MKDIR_P) $(themedir)/$$size/apps ; \ $(INSTALL_DATA) $(top_srcdir)/src/ui/gui/app-icons/$$size/pspp.png $(themedir)/$$size/apps ; \ done - gtk-update-icon-cache --ignore-theme-index $(themedir) + if test -z "$(DESTDIR)" ; then \ + gtk-update-icon-cache --ignore-theme-index $(themedir); \ + fi INSTALL_DATA_HOOKS += install-icons install-lang @@ -167,8 +170,6 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/dict-display.c \ src/ui/gui/entry-dialog.c \ src/ui/gui/entry-dialog.h \ - src/ui/gui/examine-dialog.c \ - src/ui/gui/examine-dialog.h \ src/ui/gui/executor.c \ src/ui/gui/executor.h \ src/ui/gui/find-dialog.c \ @@ -213,6 +214,8 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/psppire-dialog-action-correlation.h \ src/ui/gui/psppire-dialog-action-descriptives.c \ src/ui/gui/psppire-dialog-action-descriptives.h \ + src/ui/gui/psppire-dialog-action-examine.c \ + src/ui/gui/psppire-dialog-action-examine.h \ src/ui/gui/psppire-dialog-action-kmeans.c \ src/ui/gui/psppire-dialog-action-kmeans.h \ src/ui/gui/psppire-dialog-action-means.c \ @@ -229,6 +232,8 @@ src_ui_gui_psppire_SOURCES = \ src/ui/gui/psppire-dict.h \ src/ui/gui/psppire-dictview.c \ src/ui/gui/psppire-dictview.h \ + src/ui/gui/psppire-empty-list-store.c \ + src/ui/gui/psppire-empty-list-store.h \ src/ui/gui/psppire-encoding-selector.c \ src/ui/gui/psppire-encoding-selector.h \ src/ui/gui/psppire-hbuttonbox.h \ @@ -320,6 +325,11 @@ PHONY += yelp-check AM_CPPFLAGS += -Isrc +src/ui/gui/pspp.desktop: src/ui/gui/gen-dot-desktop.sh $(POFILES) + POFILES="$(POFILES)" top_builddir="$(top_builddir)" $(SHELL) $< > $@ + +CLEANFILES+=src/ui/gui/pspp.desktop + src/ui/gui/psppire-marshal.c: src/ui/gui/marshaller-list echo '#include ' > $@ $(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> $@