Makefile.am
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. if GCONF_SCHEMAS_INSTALL
  2. schemasdir = $(GCONF_SCHEMA_FILE_DIR)
  3. schemas_DATA = celestia.schemas
  4. endif
  5. EXTRA_DIST = 
  6. celestia.png 
  7. celestia-logo.png 
  8. celestia.desktop 
  9. celestia.schemas 
  10. celestia.svg 
  11. celestiaui.xml
  12. pkgdata_DATA = 
  13. celestia-logo.png 
  14. celestiaui.xml
  15. if ENABLE_GTK
  16. Applicationsdir = $(datadir)/applications
  17. Applications_DATA = celestia.desktop
  18. appicon_DATA = celestia.png
  19. appicondir = $(datadir)/pixmaps
  20. endif
  21. install-data-local:
  22. if GCONF_SCHEMAS_INSTALL
  23. if [ -n "$(GCONF_SCHEMA_CONFIG_SOURCE)" ]; then 
  24. GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) 
  25. gconftool-2 --makefile-install-rule celestia.schemas; 
  26. fi
  27. endif