Lines Matching defs:CONFIGURE_OPTIONS

115 CONFIGURE_OPTIONS =	--exec-prefix=/usr
116 CONFIGURE_OPTIONS += --bindir=/usr/lib/samba/bin
117 CONFIGURE_OPTIONS += --sbindir=/usr/lib/samba/sbin
118 CONFIGURE_OPTIONS += --libdir=/usr/lib/samba$(MACHLIBDIR)
119 CONFIGURE_OPTIONS += --with-privatelibdir=/usr/lib/samba/private$(MACHLIBDIR)
120 CONFIGURE_OPTIONS += --sysconfdir=/etc/samba
121 CONFIGURE_OPTIONS += --with-pammodulesdir=/usr/lib/samba/security$(MACHLIBDIR)
122 CONFIGURE_OPTIONS += --datarootdir=/usr/lib/samba
123 CONFIGURE_OPTIONS += --mandir=/usr/share/man
124 CONFIGURE_OPTIONS += --htmldir=/usr/share/samba/swat/help
125 CONFIGURE_OPTIONS += --includedir=/usr/include/samba
126 CONFIGURE_OPTIONS += --with-privatedir=/etc/samba/private
127 CONFIGURE_OPTIONS += --localstatedir=/var/samba
128 CONFIGURE_OPTIONS += --with-logfilebase=/var/samba/log
129 CONFIGURE_OPTIONS += --sharedstatedir=/var/samba/com
130 CONFIGURE_OPTIONS += --libexecdir=/usr/lib/samba
133 CONFIGURE_OPTIONS += --with-static-modules=
134 $(BUILD_DIR_SMB)/.configured: CONFIGURE_OPTIONS += \
136 $(BUILD_DIR_WINB)/.configured: CONFIGURE_OPTIONS += \
138 CONFIGURE_OPTIONS += --with-ads
139 CONFIGURE_OPTIONS += --with-winbind
140 #CONFIGURE_OPTIONS += --enable-nss-wrapper
141 CONFIGURE_OPTIONS += --with-ldap
142 #CONFIGURE_OPTIONS += --with-system-mitkrb5
143 CONFIGURE_OPTIONS += --without-ad-dc
145 CONFIGURE_OPTIONS += --nocache
146 CONFIGURE_OPTIONS += --nopyo
147 CONFIGURE_OPTIONS += --disable-rpath
148 CONFIGURE_OPTIONS += --disable-gnutls
149 CONFIGURE_OPTIONS += --bundled-libraries=ALL
198 waf configure $(WAFOPT1) $(CONFIGURE_OPTIONS) $(CONFIGURE_OPTIONS.$(BITS)) )
225 waf configure $(WAFOPT1) $(CONFIGURE_OPTIONS) $(CONFIGURE_OPTIONS.$(BITS)) )