Introduce "generator expressions" to add_test()
[cmake.git] / Source / cmCommandArgumentParserTokens.h
blob6d2655cd9a83bc77afb684ac49e3fbafa18d7227
1 /*=========================================================================
3 Program: CMake - Cross-Platform Makefile Generator
4 Module: $RCSfile: cmCommandArgumentParserTokens.h,v $
5 Language: C++
6 Date: $Date: 2008-12-17 13:24:35 $
7 Version: $Revision: 1.6 $
9 Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
10 See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notices for more information.
16 =========================================================================*/
17 /* A Bison parser, made by GNU Bison 2.3. */
19 /* Skeleton interface for Bison's Yacc-like parsers in C
21 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
22 Free Software Foundation, Inc.
24 This program is free software; you can redistribute it and/or modify
25 it under the terms of the GNU General Public License as published by
26 the Free Software Foundation; either version 2, or (at your option)
27 any later version.
29 This program is distributed in the hope that it will be useful,
30 but WITHOUT ANY WARRANTY; without even the implied warranty of
31 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 GNU General Public License for more details.
34 You should have received a copy of the GNU General Public License
35 along with this program; if not, write to the Free Software
36 Foundation, Inc., 51 Franklin Street, Fifth Floor,
37 Boston, MA 02110-1301, USA. */
39 /* As a special exception, you may create a larger work that contains
40 part or all of the Bison parser skeleton and distribute that work
41 under terms of your choice, so long as that work isn't itself a
42 parser generator using the skeleton or a modified version thereof
43 as a parser skeleton. Alternatively, if you modify or redistribute
44 the parser skeleton itself, you may (at your option) remove this
45 special exception, which will cause the skeleton and the resulting
46 Bison output files to be licensed under the GNU General Public
47 License without this special exception.
49 This special exception was added by the Free Software Foundation in
50 version 2.2 of Bison. */
52 /* Tokens. */
53 #ifndef YYTOKENTYPE
54 # define YYTOKENTYPE
55 /* Put the tokens into the symbol table, so that GDB and other debuggers
56 know about them. */
57 enum yytokentype {
58 cal_ENVCURLY = 258,
59 cal_NCURLY = 259,
60 cal_DCURLY = 260,
61 cal_DOLLAR = 261,
62 cal_LCURLY = 262,
63 cal_RCURLY = 263,
64 cal_NAME = 264,
65 cal_BSLASH = 265,
66 cal_SYMBOL = 266,
67 cal_AT = 267,
68 cal_ERROR = 268,
69 cal_ATNAME = 269
71 #endif
72 /* Tokens. */
73 #define cal_ENVCURLY 258
74 #define cal_NCURLY 259
75 #define cal_DCURLY 260
76 #define cal_DOLLAR 261
77 #define cal_LCURLY 262
78 #define cal_RCURLY 263
79 #define cal_NAME 264
80 #define cal_BSLASH 265
81 #define cal_SYMBOL 266
82 #define cal_AT 267
83 #define cal_ERROR 268
84 #define cal_ATNAME 269
89 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
90 typedef int YYSTYPE;
91 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
92 # define YYSTYPE_IS_DECLARED 1
93 # define YYSTYPE_IS_TRIVIAL 1
94 #endif