- Update openchange code to work with Samba4 4.0.0alpha4-GIT-44d8b70
[jelmer/openchange.git] / config.mk.in
1
2 # Binary
3 CC=@CC@
4 BISON=@BISON@
5 FLEX=@FLEX@
6 PIDL=@PIDL@
7 PERL=@PERL@
8 DOXYGEN=@DOXYGEN@
9 INSTALL=@INSTALL@
10 SMBTORTURE=@SMBTORTURE@
11
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 bindir=@bindir@
15 libdir=@libdir@
16 datarootdir=@datarootdir@
17 datadir=@datadir@
18 includedir=@includedir@
19 mandir=@mandir@
20 top_builddir=@builddir@
21
22 sambaprefix=@sambaprefix@
23
24 DSOOPT=-shared -fPIC
25 CFLAGS=@CFLAGS@ -I. -Wall -Wmissing-prototypes -Wstrict-prototypes -g3 \
26            -DDEFAULT_LDIF=\"$(datadir)/setup\" 
27
28 # This value should be determined by configure at some point
29 SHLIBEXT=so
30 PACKAGE_VERSION=@PACKAGE_VERSION@
31
32 # Portability hack...
33 CFLAGS+=-Duint_t="unsigned int" 
34
35 CFLAGS+=@SAMBA_CFLAGS@ @LDB_CFLAGS@ @TALLOC_CFLAGS@
36 LIBS+=@SAMBA_LIBS@ @LDB_LIBS@ @TALLOC_LIBS@
37
38 # OPENCHANGE LIBRARIES
39 OC_IDL=@OC_IDL@
40 OC_LIBS=@OC_LIBS@
41 OC_LIBS_INSTALL=@OC_LIBS_INSTALL@
42 OC_LIBS_UNINSTALL=@OC_LIBS_UNINSTALL@
43 OC_LIBS_INSTALLPC=@OC_LIBS_INSTALLPC@
44 OC_LIBS_INSTALLHEADER=@OC_LIBS_INSTALLHEADER@
45 OC_LIBS_INSTALLLIB=@OC_LIBS_INSTALLLIB@
46 LIBMAPIADMIN_LIBS+=@SAMR_LIBS@
47 LIBMAPIADMIN_CFLAGS=@SAMR_CFLAGS@
48
49
50 # TORTURE
51 OC_TORTURE=@OC_TORTURE@
52 OC_TORTURE_INSTALL=@OC_TORTURE_INSTALL@
53 OC_TORTURE_UNINSTALL=@OC_TORTURE_UNINSTALL@
54 TORTURE_MODULESDIR=${sambaprefix}/torture/
55 SERVER_MODULESDIR=${sambaprefix}/modules/dcerpc_server
56
57
58 # TOOLS
59 OC_TOOLS=@OC_TOOLS@
60 OC_TOOLS_INSTALL=@OC_TOOLS_INSTALL@
61 OC_TOOLS_UNINSTALL=@OC_TOOLS_UNINSTALL@
62 MAGIC_LIBS=@MAGIC_LIBS@
63
64
65 # SERVER
66 OC_SERVER=@OC_SERVER@
67 OC_SERVER_INSTALL=@OC_SERVER_INSTALL@
68 OC_SERVER_UNINSTALL=@OC_SERVER_UNINSTALL@
69
70
71 # SWIG
72 SWIGDIRS-ALL=@SWIGDIRSALL@
73 SWIGDIRS-INSTALL=@SWIGDIRSINSTALL@
74 SWIGDIRS-UNINSTALL=@SWIGDIRSUNINSTALL@
75
76 SWIG=@SWIG@
77
78 PERL5DIR=@PERL5DIR@
79