Annotation of hatari/tools/hconsole/CMakeLists.txt, revision 1.1.1.1

1.1       root        1: 
                      2: INSTALL(PROGRAMS hconsole.py example.py
                      3:        DESTINATION ${DATADIR}/hconsole/)
                      4: 
                      5: # files related to example.py
                      6: INSTALL(FILES example-commands example-debugger
                      7:        DESTINATION ${DATADIR}/hconsole/)
                      8: 
                      9: # documentation
                     10: INSTALL(FILES release-notes.txt
                     11:        DESTINATION ${DATADIR}/hconsole/)
                     12: 
                     13: # if(UNIX)
                     14:        add_custom_target(hconsole_man ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz)
                     15:        add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz
                     16:                COMMAND gzip -c -9 ${CMAKE_CURRENT_SOURCE_DIR}/hconsole.1 > ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz
                     17:                DEPENDS hconsole.1)
                     18:        INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz DESTINATION ${MANDIR})
                     19: # endif(UNIX)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.