File:  [HATARI the Atari ST Emulator] / hatari / tools / hconsole / CMakeLists.txt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:49:54 2019 UTC (7 years, 3 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, hatari02100, hatari02000, hatari01900, hatari01800, hatari01700, hatari01620, hatari01610, hatari01600, hatari01500, HEAD
hatari 1.5.0


INSTALL(PROGRAMS hconsole.py example.py
	DESTINATION ${DATADIR}/hconsole/)

# files related to example.py
INSTALL(FILES example-commands example-debugger
	DESTINATION ${DATADIR}/hconsole/)

# documentation
INSTALL(FILES release-notes.txt
	DESTINATION ${DATADIR}/hconsole/)

# if(UNIX)
	add_custom_target(hconsole_man ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz)
	add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz
		COMMAND gzip -c -9 ${CMAKE_CURRENT_SOURCE_DIR}/hconsole.1 > ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz
		DEPENDS hconsole.1)
	INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/hconsole.1.gz DESTINATION ${MANDIR})
# endif(UNIX)

unix.superglobalmegacorp.com

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