|
|
1.1 ! root 1: ! 2: INSTALL(PROGRAMS hatari-console.py hatariui ! 3: DESTINATION ${BINDIR}) ! 4: ! 5: INSTALL(PROGRAMS config.py dialogs.py hatari.py uihelpers.py ! 6: hatariui.py debugui.py ! 7: DESTINATION ${DATADIR}/hatariui/) ! 8: ! 9: INSTALL(FILES README TODO release-notes.txt hatari-icon.png hatari.png ! 10: DESTINATION ${DATADIR}/hatariui/) ! 11: ! 12: INSTALL(FILES hatari-icon.png ! 13: DESTINATION share/icons/hicolor/32x32/apps) ! 14: ! 15: INSTALL(FILES hatariui.desktop ! 16: DESTINATION share/applications) ! 17: ! 18: # if(UNIX) ! 19: add_custom_target(hatariui_man ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/hatariui.1.gz) ! 20: add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hatariui.1.gz ! 21: COMMAND gzip -c -9 ${CMAKE_CURRENT_SOURCE_DIR}/hatariui.1 > ${CMAKE_CURRENT_BINARY_DIR}/hatariui.1.gz ! 22: DEPENDS hatariui.1) ! 23: INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/hatariui.1.gz DESTINATION ${MANDIR}) ! 24: # endif(UNIX)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.