# This file will be configured to contain variables for CPack. These variables # should be set in the CMake list file of the project before CPack module is # included. Example variables are: # CPACK_GENERATOR - Generator used to create package # CPACK_INSTALL_CMAKE_PROJECTS - For each project (path, name, component) # CPACK_CMAKE_GENERATOR - CMake Generator used for the projects # CPACK_INSTALL_COMMANDS - Extra commands to install components # CPACK_INSTALL_DIRECTORIES - Extra directories to install # CPACK_PACKAGE_DESCRIPTION_FILE - Description file for the package # CPACK_PACKAGE_DESCRIPTION_SUMMARY - Summary of the package # CPACK_PACKAGE_EXECUTABLES - List of pairs of executables and labels # CPACK_PACKAGE_FILE_NAME - Name of the package generated # CPACK_PACKAGE_ICON - Icon used for the package # CPACK_PACKAGE_INSTALL_DIRECTORY - Name of directory for the installer # CPACK_PACKAGE_NAME - Package project name # CPACK_PACKAGE_VENDOR - Package project vendor # CPACK_PACKAGE_VERSION - Package project version # CPACK_PACKAGE_VERSION_MAJOR - Package project version (major) # CPACK_PACKAGE_VERSION_MINOR - Package project version (minor) # CPACK_PACKAGE_VERSION_PATCH - Package project version (patch) # There are certain generator specific ones # NSIS Generator: # CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Name of the registry key for the installer # CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS - Extra commands used during uninstall # CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra commands used during install SET(CPACK_BINARY_BUNDLE "") SET(CPACK_BINARY_CYGWIN "") SET(CPACK_BINARY_DEB "OFF") SET(CPACK_BINARY_DRAGNDROP "") SET(CPACK_BINARY_NSIS "OFF") SET(CPACK_BINARY_OSXX11 "") SET(CPACK_BINARY_PACKAGEMAKER "") SET(CPACK_BINARY_RPM "OFF") SET(CPACK_BINARY_STGZ "ON") SET(CPACK_BINARY_TBZ2 "OFF") SET(CPACK_BINARY_TGZ "ON") SET(CPACK_BINARY_TZ "ON") SET(CPACK_BINARY_ZIP "") SET(CPACK_CMAKE_GENERATOR "Unix Makefiles") SET(CPACK_COMPONENTS_ALL "") SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") SET(CPACK_GENERATOR "TBZ2") SET(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#;/\\.gitignore$;/\\.gitattributes$;/PerformanceTests/;/Examples/;/Websites/;\\.mk$;\\.make$;Makefile;/autotools/;/configure\\.ac;/autogen\\.sh;/autom4te\\.cache/;/aclocal\\.m4$;/GNUmakefile;/GNUmakefile;\\.xcodeproj;\\.xcconfig;\\.gyp;\\.pri$;\\.pro$;~$;\\.mode;\\.pbxuser$;\\.perspective;\\.pyc$;\\.pyo$;/cmake-build/;/build/;/WebKitBuild/;/Tools/Scripts/webkitpy/thirdparty/autoinstalled/;/LayoutTests/;/ManualTests/;/tests/;/Tools/;/manual-tools/;/tools/;/PageLoadTools/;/carbon/;/Carbon/;carbon\\.;Carbon\\.;/cf/;/Cf/;cf\\.;Cf\\.;/cg/;/Cg/;cg\\.;Cg\\.;/chromium/;/Chromium/;chromium\\.;Chromium\\.;/cocoa/;/Cocoa/;cocoa\\.;Cocoa\\.;/Configurations/;/Configurations/;Configurations\\.;Configurations\\.;/curl/;/Curl/;curl\\.;Curl\\.;/gstreamer/;/Gstreamer/;gstreamer\\.;Gstreamer\\.;/gtk/;/Gtk/;gtk\\.;Gtk\\.;/iphone/;/Iphone/;iphone\\.;Iphone\\.;/mac/;/Mac/;mac\\.;Mac\\.;/opentype/;/Opentype/;opentype\\.;Opentype\\.;/openvg/;/Openvg/;openvg\\.;Openvg\\.;/os-win32/;/Os-Win32/;os-win32\\.;Os-Win32\\.;/qscriptengine/;/Qscriptengine/;qscriptengine\\.;Qscriptengine\\.;/qscriptstring/;/Qscriptstring/;qscriptstring\\.;Qscriptstring\\.;/qscriptvalue/;/Qscriptvalue/;qscriptvalue\\.;Qscriptvalue\\.;/qt/;/Qt/;qt\\.;Qt\\.;/qt4/;/Qt4/;qt4\\.;Qt4\\.;/skia/;/Skia/;skia\\.;Skia\\.;/symbian/;/Symbian/;symbian\\.;Symbian\\.;/v8/;/V8/;v8\\.;V8\\.;/V8/;/V8/;V8\\.;V8\\.;/win/;/Win/;win\\.;Win\\.;/wince/;/Wince/;wince\\.;Wince\\.;/wx/;/Wx/;wx\\.;Wx\\.;/wxcode/;/Wxcode/;wxcode\\.;Wxcode\\.;/WebKitLibraries/;/English\\.lproj/;/Source/WebKit2/;\\.a$;\\.exe$;\\.mm$") SET(CPACK_INSTALLED_DIRECTORIES "/home/jwagun/Desktop/tizen1-public/webkit-efl;/") SET(CPACK_INSTALL_CMAKE_PROJECTS "") SET(CPACK_INSTALL_PREFIX "/usr") SET(CPACK_MODULE_PATH "/home/jwagun/Desktop/tizen1-public/webkit-efl/Source/cmake") SET(CPACK_NSIS_DISPLAY_NAME "WebKit-Efl 0.1.1") SET(CPACK_NSIS_INSTALLER_ICON_CODE "") SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") SET(CPACK_NSIS_PACKAGE_NAME "WebKit-Efl 0.1.1") SET(CPACK_OUTPUT_CONFIG_FILE "/home/jwagun/Desktop/tizen1-public/webkit-efl/CPackConfig.cmake") SET(CPACK_PACKAGE_DEFAULT_LOCATION "/") SET(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "WebKit built using CMake") SET(CPACK_PACKAGE_FILE_NAME "WebKit-Efl-0.1.1-Source") SET(CPACK_PACKAGE_INSTALL_DIRECTORY "WebKit-Efl 0.1.1") SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "WebKit-Efl 0.1.1") SET(CPACK_PACKAGE_NAME "WebKit-Efl") SET(CPACK_PACKAGE_RELOCATABLE "true") SET(CPACK_PACKAGE_VENDOR "Humanity") SET(CPACK_PACKAGE_VERSION "0.1.1") SET(CPACK_PACKAGE_VERSION_MAJOR "0") SET(CPACK_PACKAGE_VERSION_MINOR "1") SET(CPACK_PACKAGE_VERSION_PATCH "1") SET(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-2.8/Templates/CPack.GenericLicense.txt") SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt") SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-2.8/Templates/CPack.GenericWelcome.txt") SET(CPACK_SET_DESTDIR "OFF") SET(CPACK_SOURCE_CYGWIN "") SET(CPACK_SOURCE_GENERATOR "TBZ2") SET(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#;/\\.gitignore$;/\\.gitattributes$;/PerformanceTests/;/Examples/;/Websites/;\\.mk$;\\.make$;Makefile;/autotools/;/configure\\.ac;/autogen\\.sh;/autom4te\\.cache/;/aclocal\\.m4$;/GNUmakefile;/GNUmakefile;\\.xcodeproj;\\.xcconfig;\\.gyp;\\.pri$;\\.pro$;~$;\\.mode;\\.pbxuser$;\\.perspective;\\.pyc$;\\.pyo$;/cmake-build/;/build/;/WebKitBuild/;/Tools/Scripts/webkitpy/thirdparty/autoinstalled/;/LayoutTests/;/ManualTests/;/tests/;/Tools/;/manual-tools/;/tools/;/PageLoadTools/;/carbon/;/Carbon/;carbon\\.;Carbon\\.;/cf/;/Cf/;cf\\.;Cf\\.;/cg/;/Cg/;cg\\.;Cg\\.;/chromium/;/Chromium/;chromium\\.;Chromium\\.;/cocoa/;/Cocoa/;cocoa\\.;Cocoa\\.;/Configurations/;/Configurations/;Configurations\\.;Configurations\\.;/curl/;/Curl/;curl\\.;Curl\\.;/gstreamer/;/Gstreamer/;gstreamer\\.;Gstreamer\\.;/gtk/;/Gtk/;gtk\\.;Gtk\\.;/iphone/;/Iphone/;iphone\\.;Iphone\\.;/mac/;/Mac/;mac\\.;Mac\\.;/opentype/;/Opentype/;opentype\\.;Opentype\\.;/openvg/;/Openvg/;openvg\\.;Openvg\\.;/os-win32/;/Os-Win32/;os-win32\\.;Os-Win32\\.;/qscriptengine/;/Qscriptengine/;qscriptengine\\.;Qscriptengine\\.;/qscriptstring/;/Qscriptstring/;qscriptstring\\.;Qscriptstring\\.;/qscriptvalue/;/Qscriptvalue/;qscriptvalue\\.;Qscriptvalue\\.;/qt/;/Qt/;qt\\.;Qt\\.;/qt4/;/Qt4/;qt4\\.;Qt4\\.;/skia/;/Skia/;skia\\.;Skia\\.;/symbian/;/Symbian/;symbian\\.;Symbian\\.;/v8/;/V8/;v8\\.;V8\\.;/V8/;/V8/;V8\\.;V8\\.;/win/;/Win/;win\\.;Win\\.;/wince/;/Wince/;wince\\.;Wince\\.;/wx/;/Wx/;wx\\.;Wx\\.;/wxcode/;/Wxcode/;wxcode\\.;Wxcode\\.;/WebKitLibraries/;/English\\.lproj/;/Source/WebKit2/;\\.a$;\\.exe$;\\.mm$") SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/jwagun/Desktop/tizen1-public/webkit-efl;/") SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/jwagun/Desktop/tizen1-public/webkit-efl/CPackSourceConfig.cmake") SET(CPACK_SOURCE_PACKAGE_FILE_NAME "WebKit-Efl-0.1.1-Source") SET(CPACK_SOURCE_TBZ2 "") SET(CPACK_SOURCE_TGZ "") SET(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") SET(CPACK_SOURCE_TZ "") SET(CPACK_SOURCE_ZIP "") SET(CPACK_STRIP_FILES "") SET(CPACK_SYSTEM_NAME "Linux") SET(CPACK_TOPLEVEL_TAG "Linux-Source")