~ubuntu-branches/ubuntu/precise/latexila/precise

« back to all changes in this revision

Viewing changes to src/config.h.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Tanguy Ortolo
  • Date: 2010-04-26 22:13:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100426221300-6pa79a1yk5tino7y
Tags: upstream-0.2.0
Import upstream version 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * This file is part of LaTeXila.
 
3
 *
 
4
 * Copyright © 2009 Sébastien Wilmet
 
5
 *
 
6
 * LaTeXila is free software: you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation, either version 3 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * LaTeXila is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with LaTeXila.  If not, see <http://www.gnu.org/licenses/>.
 
18
 */
 
19
 
 
20
#ifndef CONFIG_H
 
21
#define CONFIG_H
 
22
 
 
23
#define PROGRAM_NAME "LaTeXila"
 
24
#define PROGRAM_VERSION "@latexila_VERSION@"
 
25
 
 
26
#cmakedefine LATEXILA_NLS_ENABLED
 
27
#cmakedefine LATEXILA_NLS_PACKAGE "@LATEXILA_NLS_PACKAGE@"
 
28
#cmakedefine LATEXILA_NLS_LOCALEDIR "@LATEXILA_NLS_LOCALEDIR@"
 
29
 
 
30
#define COMMAND_LATEX "@COMMAND_LATEX@"
 
31
#define COMMAND_PDFLATEX "@COMMAND_PDFLATEX@"
 
32
#define COMMAND_DVIPDF "@COMMAND_DVIPDF@"
 
33
#define COMMAND_DVIPS "@COMMAND_DVIPS@"
 
34
#define COMMAND_BIBTEX "@COMMAND_BIBTEX@"
 
35
#define COMMAND_MAKEINDEX "@COMMAND_MAKEINDEX@"
 
36
 
 
37
#define DATA_DIR "${DATA_DIR}"
 
38
 
 
39
#define GTKSOURCEVIEW_VERSION "@GTKSOURCEVIEW_VERSION@"
 
40
 
 
41
#endif /* CONFIG_H */