/[svn]/liblscp/trunk/src/config.h.cmake
ViewVC logotype

Annotation of /liblscp/trunk/src/config.h.cmake

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4004 - (hide annotations) (download)
Sun Dec 5 12:36:24 2021 UTC (2 years, 5 months ago) by capela
File size: 1018 byte(s)
* Dropped autotools (autoconf, automake, etc.) build system.
1 capela 4004 #ifndef CONFIG_H
2     #define CONFIG_H
3    
4     /* Define to the full name of this package. */
5     #cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
6    
7     /* Define to the full name and version of this package. */
8     #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
9    
10     /* Define to the version of this package. */
11     #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
12    
13     /* Define to the address where bug reports for this package should be sent. */
14     #cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
15    
16     /* Define to the one symbol short name of this package. */
17     #cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
18    
19     /* Define to the version of this package. */
20     #cmakedefine CONFIG_VERSION "@CONFIG_VERSION@"
21    
22     /* Define to the build version of this package. */
23     #cmakedefine CONFIG_BUILD_VERSION "@CONFIG_BUILD_VERSION@"
24    
25     /* Default installation prefix. */
26     #cmakedefine CONFIG_PREFIX "@CONFIG_PREFIX@"
27    
28     /* Define to target installation dirs. */
29     #cmakedefine CONFIG_LIBDIR "@CONFIG_LIBDIR@"
30     #cmakedefine CONFIG_INCLUDEDIR "@CONFIG_INCLUDEDIR@"
31    
32     #endif /* CONFIG_H */

  ViewVC Help
Powered by ViewVC