Makefile.am
资源名称:fmradio.zip [点击查看]
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:0k
源码类别:
驱动编程
开发平台:
Unix_Linux
- SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
- gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
- install-data-hook:
- @-if test -z "$(DESTDIR)"; then
- echo "Updating Gtk icon cache.";
- $(gtk_update_icon_cache);
- else
- echo "*** Icon cache not updated. After install, run this:";
- echo "*** $(gtk_update_icon_cache)";
- fi