Searched defs:CONFIGURE_OPTIONS (Results 1 - 12 of 12) sorted by relevance

/solaris-userland/components/fftw/
H A DMakefile58 CONFIGURE_OPTIONS += --disable-fortran
59 CONFIGURE_OPTIONS += --enable-shared
60 CONFIGURE_OPTIONS += --disable-static
62 CONFIGURE_OPTIONS.f = --enable-float
63 CONFIGURE_OPTIONS.l = --enable-long-double
64 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(VARIANT))
/solaris-userland/components/openssl/openssl-fips/
H A DMakefile105 CONFIGURE_OPTIONS.64 = solaris64-sparcv9-cc
111 CONFIGURE_OPTIONS = fipscanisterbuild macro
112 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS))
/solaris-userland/components/perl/perl522/
H A DMakefile76 CONFIGURE_OPTIONS = \ macro
/solaris-userland/components/samba/
H A DMakefile108 CONFIGURE_OPTIONS = --exec-prefix=/usr macro
109 CONFIGURE_OPTIONS += --bindir=/usr/lib/samba/bin
110 CONFIGURE_OPTIONS += --sbindir=/usr/lib/samba/sbin
111 CONFIGURE_OPTIONS += --libdir=/usr/lib/samba$(MACHLIBDIR)
113 CONFIGURE_OPTIONS += --with-privatelibdir=/usr/lib/samba/private$(MACHLIBDIR)
114 CONFIGURE_OPTIONS += --sysconfdir=/etc/samba
115 CONFIGURE_OPTIONS += --with-pammodulesdir=/usr/lib/samba/security$(MACHLIBDIR)
116 CONFIGURE_OPTIONS += --datarootdir=/usr/lib/samba
117 CONFIGURE_OPTIONS += --mandir=/usr/share/man
118 CONFIGURE_OPTIONS
[all...]
/solaris-userland/components/cmake/
H A DMakefile73 # as CONFIGURE_OPTIONS; otherwise the correct compilers are not used
81 CONFIGURE_OPTIONS = macro
82 CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
83 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
84 CONFIGURE_OPTIONS += --system-curl
85 CONFIGURE_OPTIONS += --system-expat
86 CONFIGURE_OPTIONS += --system-zlib
87 CONFIGURE_OPTIONS += --system-bzip2
88 CONFIGURE_OPTIONS += --system-libarchive
89 CONFIGURE_OPTIONS
[all...]
/solaris-userland/components/ocaml/
H A DMakefile63 CONFIGURE_OPTIONS = --bindir $(CONFIGURE_BINDIR.$(BITS)) macro
64 CONFIGURE_OPTIONS += --libdir $(CONFIGURE_LIBDIR.$(BITS))/ocaml
65 CONFIGURE_OPTIONS += --x11lib $(CONFIGURE_LIBDIR.$(BITS))
66 CONFIGURE_OPTIONS += --x11include $(CONFIGURE_INCLUDEDIR)
67 CONFIGURE_OPTIONS += --mandir $(CONFIGURE_MANDIR)
68 CONFIGURE_OPTIONS += -cc "cc $(CC_BITS)"
69 CONFIGURE_OPTIONS += -aspp "/usr/bin/as -P"
70 CONFIGURE_OPTIONS += -as "/usr/bin/as"
/solaris-userland/components/openssl/openssl-default/
H A DMakefile87 CONFIGURE_OPTIONS = -DSOLARIS_OPENSSL -DNO_WINDOWS_BRAINDEATH macro
88 CONFIGURE_OPTIONS += --openssldir=/etc/openssl
89 CONFIGURE_OPTIONS += --prefix=/usr
92 CONFIGURE_OPTIONS += --install_prefix=$(PROTO_DIR)
93 CONFIGURE_OPTIONS += no-rc3
94 CONFIGURE_OPTIONS += no-rc5
95 CONFIGURE_OPTIONS += no-md2
96 CONFIGURE_OPTIONS += no-mdc2
97 CONFIGURE_OPTIONS += no-idea
98 CONFIGURE_OPTIONS
[all...]
/solaris-userland/components/openssl/openssl-fips-140/
H A DMakefile87 CONFIGURE_OPTIONS = -DSOLARIS_OPENSSL -DNO_WINDOWS_BRAINDEATH macro
88 CONFIGURE_OPTIONS += --openssldir=/etc/openssl
89 CONFIGURE_OPTIONS += --prefix=/usr
92 CONFIGURE_OPTIONS += --install_prefix=$(PROTO_DIR)
93 CONFIGURE_OPTIONS += no-rc3
94 CONFIGURE_OPTIONS += no-rc5
95 CONFIGURE_OPTIONS += no-md2
96 CONFIGURE_OPTIONS += no-mdc2
97 CONFIGURE_OPTIONS += no-idea
98 CONFIGURE_OPTIONS
[all...]
/solaris-userland/components/perl512/
H A DMakefile85 CONFIGURE_OPTIONS = \ macro
131 # $(CONFIGURE_THREAD_OPTIONS) gets added to $(CONFIGURE_OPTIONS) in the MT case.
140 $(MT_VARIANT)/.configured: CONFIGURE_OPTIONS += $(CONFIGURE_THREAD_OPTIONS)
/solaris-userland/components/desktop/firefox/
H A DMakefile140 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX) macro
141 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
/solaris-userland/components/stdcxx/
H A DMakefile174 CONFIGURE_OPTIONS = $(CC_BITS) macro
175 CONFIGURE_OPTIONS += -topdir=$(TOPDIR)
176 CONFIGURE_OPTIONS += -builddir=$(LOCAL_BUILDDIR)
/solaris-userland/components/desktop/thunderbird/
H A DMakefile158 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX) macro
159 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)

Completed in 199 milliseconds