forked from jelmer/samba-gtk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMakefile.settings.in
51 lines (35 loc) · 1014 Bytes
/
Makefile.settings.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
CC = @CC@
CFLAGS = @CFLAGS@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
TALLOC_CFLAGS = @TALLOC_CFLAGS@
TALLOC_LIBS = @TALLOC_LIBS@
DCERPC_CFLAGS = @DCERPC_CFLAGS@
DCERPC_LIBS = @DCERPC_LIBS@
DCERPC_SAMR_CFLAGS = @DCERPC_SAMR_CFLAGS@
DCERPC_SAMR_LIBS = @DCERPC_SAMR_LIBS@
DCERPC_ATSVC_CFLAGS = @DCERPC_ATSVC_CFLAGS@
DCERPC_ATSVC_LIBS = @DCERPC_ATSVC_LIBS@
GENSEC_CFLAGS = @GENSEC_CFLAGS@
GENSEC_LIBS = @GENSEC_LIBS@
REGISTRY_CFLAGS = @REGISTRY_CFLAGS@
REGISTRY_LIBS = @REGISTRY_LIBS@
TEVENT_CFLAGS = @TEVENT_CFLAGS@
TEVENT_LIBS = @TEVENT_LIBS@
XSLTPROC = @XSLTPROC@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
pcdir = $(libdir)/pkgconfig
datarootdir = @datarootdir@
mandir = @mandir@
man1dir = $(mandir)/man1
appdir = $(datarootdir)/applications
includedir = @includedir@/samba-4.0/gtk
INSTALL = @INSTALL@
DESKTOP_VALIDATE = @DESKTOP_VALIDATE@
pythondir = @pythondir@
PYTHON_CONFIG = @PYTHON_CONFIG@
PYGTK_CFLAGS = @PYGTK_CFLAGS@
PYGTK_LIBS = @PYGTK_LIBS@