Searched refs:shared (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A DMakefile31 $(CC) -o $@ $(LDFLAGS) -shared $(OBJS) $(REQLIBS)
/solaris-x11-s11/open-src/lib/xcb-util-image/
H A DMakefile58 # Need to tell delibtoolize.pl the shared object name since upstream makefile
60 DELIBTOOLIZE_FLAGS = --shared libxcb-image.so.0
/solaris-x11-s11/open-src/lib/xcb-util-renderutil/
H A DMakefile57 # Need to tell delibtoolize.pl the shared object name since upstream makefile
59 DELIBTOOLIZE_FLAGS = --shared libxcb-render-util.so.0
/solaris-x11-s11/open-src/xserver/
H A DMakefile.inc45 # Patches shared between Xorg & Xvnc builds
58 --enable-shared --disable-static \
/solaris-x11-s11/open-src/lib/liblbxutil/
H A DMakefile66 MODULE_CONFIG_OPTS = --enable-shared=no --enable-static=yes
81 # Don't include lib/Makefile.inc that sets options for shared libraries
/solaris-x11-s11/open-src/app/xdm/
H A DMakefile70 # Only build shared greeter module, not static
74 --enable-shared=yes --enable-static=no \
88 # but it misses adding -lc to the greeter shared object, so add it
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1474 Boolean shared; local
1478 shared = fsb->fsb.make_fonts_shared && !fsb->fsb.undef_unused_fonts;
1488 if (!DownloadFont(fsb, f->font_name, fsb->fsb.context, shared)) {
1492 if (shared) f->resident = True;
2025 /* If making it shared, be sure to synchronize with

Completed in 24 milliseconds