Annotation of hatari/cmake/DistClean.cmake, revision 1.1.1.1

1.1       root        1: #
                      2: # "distclean" target for removing the generated files from CMake
                      3: #
                      4: 
                      5: if(UNIX)
                      6:        add_custom_target(distclean  COMMENT "Cleaning up for distribution")
                      7:        foreach(CLEAN_FILE  CMakeFiles CMakeCache.txt cmake_install.cmake
                      8:                            Makefile config.h)
                      9:                add_custom_command(TARGET distclean POST_BUILD
                     10:                        COMMAND find . -depth -name ${CLEAN_FILE} | xargs rm -r
                     11:                        DEPENDS clean)
                     12:        endforeach(CLEAN_FILE)
                     13: endif(UNIX)

unix.superglobalmegacorp.com

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