root/branches/libffado-scons_porting_work/config.h.in

Revision 527, 0.7 kB (checked in by arnonym, 17 years ago)

More on the installation. and the directory for the cache is now defined via config.h so adopt the devicemanager to it.

I think I have to look into libtool for the installation of libs...

And there should probably be a configure-check for the architecture, as I don't think that everybody needs the -fpic.

Line 
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Name of package */
4 #define PACKAGE $PACKAGE
5
6 /* Define to the address where bug reports for this package should be sent. */
7 #define PACKAGE_BUGREPORT "<ffado-devel@lists.sf.net>"
8
9 /* Define to the full name of this package. */
10 #define PACKAGE_NAME "$PACKAGE"
11
12 /* Define to the full name and version of this package. */
13 #define PACKAGE_STRING "$PACKAGE $VERSION"
14
15 /* Define to the one symbol short name of this package. */
16 #define PACKAGE_TARNAME "$PACKAGE"
17
18 /* Define to the version of this package. */
19 #define PACKAGE_VERSION $VERSION
20
21 /* Define to 1 if SSE assembly is available. */
22 #define USE_SSE 1
23
24 /* Version number of package */
25 #define VERSION "$VERSION"
26
27 #define CACHEDIR "$cachedir"
28
Note: See TracBrowser for help on using the browser.