/solaris-userland/components/coolkey/test/ |
H A D | Makefile | 28 LDFLAGS = -L/usr/lib/64 -R/usr/lib/64 macro 35 $(CC) $(CFLAGS) $(LDFLAGS) -o testcoolkey test.c $(LIBS)
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_1/ |
H A D | Makefile | 30 LDFLAGS=$(LDFLAGS_$(ARCH)) macro 40 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 46 $(CC) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_10/ |
H A D | Makefile | 31 LDFLAGS=$(LDFLAGS_$(ARCH)) macro 41 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 43 $(CC) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_2/ |
H A D | Makefile | 30 LDFLAGS=$(LDFLAGS_$(ARCH)) macro 40 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 46 $(CC) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_3/ |
H A D | Makefile | 30 LDFLAGS=$(LDFLAGS_$(ARCH)) macro 40 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 46 $(CC) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_7/ |
H A D | Makefile | 31 LDFLAGS=$(LDFLAGS_$(ARCH)) macro 41 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 43 $(CC) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_9/ |
H A D | Makefile | 31 LDFLAGS=$(LDFLAGS_$(ARCH)) macro 41 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 43 $(CC) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/gnupth/ |
H A D | Makefile | 57 LDFLAGS = -lpthread -lposix4 -lrt macro 62 CONFIGURE_ENV += LD="$(CC) $(CFLAGS) $(LDFLAGS)"
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/ |
H A D | Makefile | 31 LDFLAGS=$(LDFLAGS_$(MARCH)) macro 50 $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 52 $(CC) $(CFLAGS) $(LDFLAGS) -g -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/ |
H A D | Makefile | 30 LDFLAGS=$(LDFLAGS_$(MARCH)) macro 57 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 59 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | Makefile | 31 LDFLAGS=$(LDFLAGS_$(MARCH)) macro 51 $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) 53 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
|
/solaris-userland/components/bash/ |
H A D | Makefile | 76 LDFLAGS = $(LD_Z_REDLOCSYM) macro
|
/solaris-userland/components/python/python34/ |
H A D | Makefile | 74 # because python links with $(CC) ... $(LDFLAGS) ... 75 LDFLAGS = $(CC_BITS) $(CC_PIC) macro 101 LDFLAGS += -xO5 $(PYFLAGS.$(MACH)) 123 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)" 139 # Simplify the definitions of CC, CXX, CFLAGS and LDFLAGS so they hard-code 145 -e 's|^LDFLAGS=.*|LDFLAGS=|' Makefile) 152 COMPONENT_INSTALL_ENV += LDFLAGS="$(LDFLAGS)" [all...] |
/solaris-userland/components/python/python35/ |
H A D | Makefile | 74 # because python links with $(CC) ... $(LDFLAGS) ... 75 LDFLAGS = $(CC_BITS) $(CC_PIC) macro 101 LDFLAGS += -xO5 $(PYFLAGS.$(MACH)) 124 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)" 140 # Simplify the definitions of CC, CXX, CFLAGS and LDFLAGS so they hard-code 146 -e 's|^LDFLAGS=.*|LDFLAGS=|' Makefile) 153 COMPONENT_INSTALL_ENV += LDFLAGS="$(LDFLAGS)" [all...] |
/solaris-userland/components/python/python27/ |
H A D | Makefile | 68 # because python links with $(CC) ... $(LDFLAGS) ... 69 LDFLAGS = $(CC_BITS) $(CC_PIC) macro 100 LDFLAGS += -xO5 $(PYFLAGS.$(MACH)) 123 CONFIGURE_OPTIONS += LDFLAGS="$(LDFLAGS)" 137 # Simplify the definitions of CC, CXX, CFLAGS and LDFLAGS so they hard-code 143 -e 's|^LDFLAGS=.*|LDFLAGS=|' \ 151 COMPONENT_INSTALL_ENV += LDFLAGS="$(LDFLAGS)" [all...] |
/solaris-userland/components/stdcxx/ |
H A D | Makefile | 156 LDFLAGS = -lpthread -lumem -lm -lc -s $(LD_Z_IGNORE) macro 169 CONFIGURE_ENV += LD="$(CXX) $(CXXFLAGS) $(LDFLAGS)"
|