Searched refs:LIBNAME (Results 1 - 15 of 15) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/etc/
H A Dmakefile.icc22 # LIBNAME=-ltommath
25 LIBNAME=../libtommath.a
29 $(CC) pprime.o $(LIBNAME) -o pprime
33 $(CC) tune.o $(LIBNAME) -o tune
38 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
43 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
48 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86l
52 $(CC) mersenne.o $(LIBNAME) -o mersenne
56 $(CC) drprime.o $(LIBNAME) -o drprime
60 $(CC) 2kprime.o $(LIBNAME)
[all...]
H A Dmakefile4 # LIBNAME=-ltommath
7 LIBNAME=../libtommath.a macro
11 $(CC) pprime.o $(LIBNAME) -o pprime
15 $(CC) tune.o $(LIBNAME) -o tune
20 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
25 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86
30 $(CC) -DX86_TIMER $(CFLAGS) tune.c timer.o $(LIBNAME) -o tune86l
34 $(CC) mersenne.o $(LIBNAME) -o mersenne
38 $(CC) drprime.o $(LIBNAME) -o drprime
42 $(CC) 2kprime.o $(LIBNAME)
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A DMakefile.shared19 # LIBNAME contains just the name of the library, without prefix ("lib"
24 #LIBNAME=foo
25 LIBNAME=
130 LINK_SO_A= SHOBJECTS="lib$(LIBNAME).a $(LIBEXTRAS)"; $(LINK_SO)
134 SHOBJECTS=lib$(LIBNAME).o; \
137 ld $(LDFLAGS) -r -o lib$(LIBNAME).o $$ALL lib$(LIBNAME).a $(LIBEXTRAS) ); \
138 $(LINK_SO) && rm -f lib$(LIBNAME).o
142 (cd $$UNPACKDIR; ar x ../lib$(LIBNAME).a) && \
150 SHLIB=lib$(LIBNAME)
[all...]
H A DMakefile.bak296 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
310 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
H A DMakefile.org294 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
308 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
H A DMakefile296 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
310 LIBNAME=$$i LIBVERSION=$(SHLIB_MAJOR).$(SHLIB_MINOR) \
/barrelfish-2018-10-04/lib/tommath/
H A Dmakefile.shared39 ifndef LIBNAME
40 LIBNAME=libtommath.la
85 $(LIBNAME): $(OBJECTS)
86 libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION)
88 install: $(LIBNAME)
90 libtool --mode=install install -c $(LIBNAME) $(DESTDIR)$(LIBPATH)/$(LIBNAME)
94 test: $(LIBNAME) demo/demo.o
101 timing: $(LIBNAME)
H A Dmakefile44 ifndef LIBNAME
45 LIBNAME=libtommath.a macro
48 default: ${LIBNAME}
88 $(LIBNAME): $(OBJECTS)
112 $(AR) $(ARFLAGS) $(LIBNAME) mpi.o
113 ranlib $(LIBNAME)
115 install: $(LIBNAME)
118 install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
121 test: $(LIBNAME) demo/demo.o
122 $(CC) $(CFLAGS) demo/demo.o $(LIBNAME)
[all...]
H A Dmakefile.icc31 LIBNAME=libtommath.a
100 install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A DMakefile0 LIBNAME= libclabs
12 LIB= $(LIBNAME).a
13 SHLIB= $(LIBNAME).so
45 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) && \
46 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
47 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
87 SHAREDFLAGS='-G -bE:$(LIBNAME).exp -bM:SRE' \
1 LIBNAME= libclabs macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/ibmca/
H A DMakefile0 LIBNAME= libibmca
12 LIB= $(LIBNAME).a
13 SHLIB= $(LIBNAME).so
45 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) && \
46 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
47 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
87 SHAREDFLAGS='-G -bE:$(LIBNAME).exp -bM:SRE' \
1 LIBNAME= libibmca macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/rsaref/
H A DMakefile0 LIBNAME= librsaref
12 LIB= $(LIBNAME).a
13 SHLIB= $(LIBNAME).so
54 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) install/librsaref.a && \
55 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
56 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
66 SHAREDFLAGS='-shared -Wl,-Bsymbolic -Wl,--out-implib,$(LIBNAME).dll.a' \
108 SHAREDFLAGS='-G -bE:$(LIBNAME).exp -bM:SRE' \
1 LIBNAME= librsaref macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/zencod/
H A DMakefile0 LIBNAME= libzencod
12 LIB= $(LIBNAME).a
13 SHLIB= $(LIBNAME).so
45 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) && \
46 (nm -Pg $(LIBNAME).o | grep ' [BDT] ' | cut -f1 -d' ' > $(LIBNAME).exp; \
47 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
87 SHAREDFLAGS='-G -bE:$(LIBNAME).exp -bM:SRE' \
1 LIBNAME= libzencod macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A DMakefile17 LIBNAME=gost macro
33 LIBNAME=$(LIBNAME) \
46 echo installing $(LIBNAME); \
56 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
59 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
61 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
62 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A DMakefile80 LIBNAME=$$l LIBEXTRAS=e_$$l.o \

Completed in 133 milliseconds