Searched refs:OBJS (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.10/xnu-2782.1.97/libsa/conf/
H A DMakefile.x86_647 $(foreach file,$(OBJS),$(eval $(file)_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)))
H A DMakefile.template40 %OBJS
51 ${OBJS}: $(firstword $(MAKEFILE_LIST))
64 $(COMPONENT).filelist: $(OBJS)
65 $(_v)for kld_file in ${OBJS}; do \
70 $(_v)( for obj in ${OBJS}; do \
/macosx-10.10/OpenSSL098-52/src/shlib/
H A Dsolaris-sc4.sh12 OBJS=
16 OBJS="$OBJS `grep $obj allobjs`"
20 cc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket
26 OBJS=
29 OBJS="$OBJS `grep $obj allobjs`"
33 cc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto
H A Dsco5-shared-gcc.sh19 OBJS=
23 OBJS="$OBJS `grep $obj allobjs`"
27 gcc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket
33 OBJS=
36 OBJS="$OBJS `grep $obj allobjs`"
40 gcc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto
H A Dsco5-shared.sh19 OBJS=
23 OBJS="$OBJS `grep $obj allobjs`"
27 cc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket
33 OBJS=
36 OBJS="$OBJS `grep $obj allobjs`"
40 cc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto
H A Dsvr5-shared-gcc.sh19 OBJS=
23 OBJS="$OBJS `grep $obj allobjs`"
27 gcc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket
33 OBJS=
36 OBJS="$OBJS `grep $obj allobjs`"
40 gcc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto
H A Dsvr5-shared.sh19 OBJS=
23 OBJS="$OBJS `grep $obj allobjs`"
27 cc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket
33 OBJS=
36 OBJS="$OBJS `grep $obj allobjs`"
40 cc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A DMakefile.in33 OBJS = slapd-common.o
40 slapd-tester: slapd-tester.o $(OBJS) $(XLIBS)
41 $(LTLINK) -o $@ slapd-tester.o $(OBJS) $(LIBS)
43 slapd-search: slapd-search.o $(OBJS) $(XLIBS)
44 $(LTLINK) -o $@ slapd-search.o $(OBJS) $(LIBS)
46 slapd-read: slapd-read.o $(OBJS) $(XLIBS)
47 $(LTLINK) -o $@ slapd-read.o $(OBJS) $(LIBS)
49 slapd-addel: slapd-addel.o $(OBJS) $(XLIBS)
50 $(LTLINK) -o $@ slapd-addel.o $(OBJS) $(LIBS)
52 slapd-modrdn: slapd-modrdn.o $(OBJS)
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/conf/
H A DMakefile.x86_649 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
H A DMakefile.template63 %OBJS
74 ${OBJS}: $(firstword $(MAKEFILE_LIST))
87 $(COMPONENT).filelist: $(OBJS)
94 $(_v)( for obj in ${OBJS}; do \
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmakefile.amiga14 OBJS = $(CSOURCES:.c=.o)
16 all: $(OBJS)
17 ar cru libcurl.a $(OBJS)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A DMakefile36 OBJS = dlopen.o macro
53 libdl.a: $(OBJS)
54 $(AR) libdl.a $(OBJS)
57 libdl.dylib: $(OBJS)
58 $(CC) -dynamiclib -undefined error -o libdl.dylib $(OBJS) -install_name $(prefix)/lib/libdl.dylib
61 rm -f $(OBJS) libdl.*
/macosx-10.10/xnu-2782.1.97/pexpert/conf/
H A DMakefile.template43 %OBJS
54 ${OBJS}: $(firstword $(MAKEFILE_LIST))
67 $(COMPONENT).filelist: $(OBJS)
69 $(_v)( for obj in ${OBJS}; do \
/macosx-10.10/xnu-2782.1.97/security/conf/
H A DMakefile.template52 %OBJS
63 ${OBJS}: $(firstword $(MAKEFILE_LIST))
76 $(COMPONENT).filelist: $(OBJS)
78 $(_v)( for obj in ${OBJS}; do \
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A DMakefile21 OBJS=buffer.o cb.o ip.o sm.o tunala.o breakage.o macro
28 $(RM) $(OBJS) $(TARGETS) *.bak core
33 tunala: $(OBJS)
34 $(CC) -o tunala $(OBJS) $(LINK_FLAGS)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/decoder/
H A Dmakefile22 OBJS = pngm2pnm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \ macro
35 pngm2pnm$(E): $(OBJS)
36 $(LD) -o pngm2pnm$(E) $(OBJS)
42 $(RM) $(OBJS)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Dmakefile20 OBJS = pnm2pngm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \ macro
33 pnm2pngm$(E): $(OBJS)
34 $(LD) -o pnm2pngm$(E) $(OBJS)
40 $(RM) $(OBJS)
/macosx-10.10/ncurses-44/ncurses/
H A Dmk-1st.awk189 printf "\t\t$(%s_OBJS)\n", OBJS
192 make_shlib(OBJS, "TICS_LIST")
194 make_shlib(OBJS, "TINFO_LIST")
196 make_shlib(OBJS, "SHLIB_LIST")
257 OBJS = MODEL "_P"
259 OBJS = MODEL "_T"
261 OBJS = MODEL
282 printf "%s_OBJS =", OBJS
295 printf "\n$(%s_OBJS) : %s\n", OBJS, depend
388 printf "../lib/%s : $(%s_OBJS)\n", lib_name, OBJS
[all...]
/macosx-10.10/curl-83.1.2/curl/src/
H A Dmakefile.amiga19 OBJS = $(CURL_CFILES:.c=.o) $(CURLX_CFILES:.c=.o)
21 all: tool_hugehelp.c $(OBJS)
22 $(CC) $(CFLAGS) -o cURL $(OBJS) $(LIBS) -Wl,-Map,cURL.map,--cref
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmakefile.vms10 OBJS=alpha-dis.obj,alpha-opc.obj,dis-buf.obj,disassemble.obj
14 OBJS=vax-dis.obj,dis-buf.obj,disassemble.obj
28 libopcodes.olb: sysdep.h $(OBJS)
/macosx-10.10/xnu-2782.1.97/SETUP/decomment/
H A DMakefile10 OBJS = decomment.o macro
18 decomment: $(OBJS)
/macosx-10.10/xnu-2782.1.97/SETUP/installfile/
H A DMakefile9 OBJS = installfile.o macro
17 installfile: $(OBJS)
/macosx-10.10/xnu-2782.1.97/SETUP/replacecontents/
H A DMakefile9 OBJS = replacecontents.o macro
17 replacecontents: $(OBJS)
/macosx-10.10/xnu-2782.1.97/SETUP/setsegname/
H A DMakefile10 OBJS = setsegname.o macro
18 setsegname: $(OBJS)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A DMakefile47 OBJS = alias.lo ether.lo group.lo host.lo netgroup.lo network.lo \ macro
58 $(OBJS): nssov.h
60 nssov.la: $(OBJS) $(XOBJS)
62 -rpath $(libdir) -module -o $@ $(OBJS) $(XOBJS) $(LIBS)

Completed in 207 milliseconds

1234