~zorba-coders/zorba/bug-950621

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Copyright 2006-2008 The FLWOR Foundation.
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
# http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


SET(CPACK_PACKAGE_VERSION_MAJOR  @ZORBA_MAJOR_NUMBER@)
SET(CPACK_PACKAGE_VERSION_MINOR  @ZORBA_MINOR_NUMBER@)
SET(CPACK_PACKAGE_VERSION_PATCH  @ZORBA_PATCH_NUMBER@)

SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
SET(CPACK_GENERATOR "TGZ;TZ")
SET(CPACK_IGNORE_FILES "test/coverity/;dist/;_CPack_Packages/;build/;build./;CVS/;/\\.svn/;\\.swp$;\\.#;/#;\\.bzr/")
SET(CPACK_INSTALLED_DIRECTORIES "@CMAKE_SOURCE_DIR@;/")
SET(CPACK_INSTALL_CMAKE_PROJECTS "")
SET(CPACK_MODULE_PATH "")
SET(CPACK_NSIS_DISPLAY_NAME "Zorba @CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@")
SET(CPACK_OUTPUT_CONFIG_FILE "@CMAKE_BINARY_DIR@/CPackConfig.cmake")
SET(CPACK_PACKAGE_CONTACT "info@flworfound.org")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "@CMAKE_SOURCE_DIR@/README.txt")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Zorba - The XQuery Processor")
SET(CPACK_PACKAGE_EXECUTABLES "zorba;Zorba")
SET(CPACK_PACKAGE_NAME "Zorba")
SET(CPACK_PACKAGE_VENDOR "The FLWOR Foundation")
SET(CPACK_PACKAGE_VERSION "@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@")
SET(CPACK_PACKAGE_FILE_NAME "zorba-${CPACK_PACKAGE_VERSION}")
SET(CPACK_PACKAGE_VERSION_MAJOR "@CPACK_PACKAGE_VERSION_MAJOR@")
SET(CPACK_PACKAGE_VERSION_MINOR "@CPACK_PACKAGE_VERSION_MINOR@")
SET(CPACK_PACKAGE_VERSION_PATCH "@CPACK_PACKAGE_VERSION_PATCH@")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Zorba @CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Zorba ${CPACK_PACKAGE_VERSION}")
SET(CPACK_PROJECT_CONFIG_FILE "@CMAKE_BINARY_DIR@/CMakeCPackOptions.cmake")
SET(CPACK_RESOURCE_FILE_LICENSE "@CMAKE_SOURCE_DIR@/LICENSE.txt")
#SET(CPACK_RESOURCE_FILE_README "/opt/local/share/cmake-2.4/Templates/CPack.GenericDescription.txt")
#SET(CPACK_RESOURCE_FILE_WELCOME "/opt/local/share/cmake-2.4/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SOURCE_GENERATOR "TGZ;TZ")
SET(CPACK_SOURCE_IGNORE_FILES "dist/;build*/;/CVS/;/\\.svn/;\\.swp$;\\.#;/#")
SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "@CMAKE_SOURCE_DIR@;/")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "@CMAKE_BINARY_DIR@/CPackSourceConfig.cmake")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "zorba-src_@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@")
SET(CPACK_SOURCE_STRIP_FILES "")
#SET(CPACK_SOURCE_TOPLEVEL_TAG "Darwin-i386-Source")
SET(CPACK_STRIP_FILES "")
#SET(CPACK_SYSTEM_NAME "Darwin-i386")
#SET(CPACK_TOPLEVEL_TAG "Darwin-i386-Source")