1 ## Process this file with automake to produce Makefile.in 2 3 mimedir = $(datadir)/mime/packages 4 mime_DATA = gfsview.xml 5 6 desktopdir = $(datadir)/applications 7 8 DESKTOPS = gfsview2D.desktop gfsview3D.desktop gfsview.desktop 9 10 desktop_DATA = $(DESKTOPS) 11 12 iconsdir = $(datadir)/icons/hicolor/48x48/mimetypes 13 14 ICONS = application-gfsview.png \ 15 application-gfsview-2D.png \ 16 application-gfsview-3D.png 17 18 icons_DATA = $(ICONS) 19 20 EXTRA_DIST = gfsview.xml $(DESKTOPS) $(ICONS)