HomeSort by relevance Sort by last modified time
    Searched full:libname (Results 1 - 25 of 449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/bin/
mklib 73 # libname to make
82 LIBNAME=$1
87 rm -f ${LIBNAME}
90 ar ${OPTS} ${LIBNAME} ${OBJECTS}
94 ranlib ${LIBNAME}
97 echo ${LIBNAME}
134 LIBNAME=""
163 LIBNAME=$1
278 if [ "x${LIBNAME}" = "x" ] ; then
294 echo LIBNAME is $LIBNAM
    [all...]
  /external/mesa3d/bin/
mklib 73 # libname to make
82 LIBNAME=$1
87 rm -f ${LIBNAME}
90 ar ${OPTS} ${LIBNAME} ${OBJECTS}
94 ranlib ${LIBNAME}
97 echo ${LIBNAME}
134 LIBNAME=""
163 LIBNAME=$1
278 if [ "x${LIBNAME}" = "x" ] ; then
294 echo LIBNAME is $LIBNAM
    [all...]
  /external/dropbear/libtommath/etc/
makefile 4 # LIBNAME=-ltommath
6 # libname when you can't install the lib with install
7 LIBNAME=../libtommath.a
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 drprim
    [all...]
makefile.icc 22 # LIBNAME=-ltommath
24 # libname when you can't install the lib with install
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 drprim
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
Makefile 0 LIBNAME=d3d10_1
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
Makefile 0 LIBNAME=d3d10_1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Makefile 4 LIBNAME = i915
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Makefile 4 LIBNAME = nv30
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Makefile 4 LIBNAME = nv50
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Makefile 4 LIBNAME = nvc0
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
Makefile 4 LIBNAME = rbug
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
Makefile 4 LIBNAME = swdri
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
Makefile 4 LIBNAME = fbdev
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wrapper/
Makefile 4 LIBNAME = wsw
  /external/mesa3d/src/gallium/drivers/i915/
Makefile 4 LIBNAME = i915
  /external/mesa3d/src/gallium/drivers/nv30/
Makefile 4 LIBNAME = nv30
  /external/mesa3d/src/gallium/drivers/nv50/
Makefile 4 LIBNAME = nv50
  /external/mesa3d/src/gallium/drivers/nvc0/
Makefile 4 LIBNAME = nvc0
  /external/mesa3d/src/gallium/drivers/rbug/
Makefile 4 LIBNAME = rbug
  /external/mesa3d/src/gallium/winsys/sw/dri/
Makefile 4 LIBNAME = swdri
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
Makefile 4 LIBNAME = fbdev
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
Makefile 4 LIBNAME = wsw
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 16 const char *libname = NULL; local
36 libname = argv[2];
39 libname = argv[1];
43 lib = SDL_LoadObject(libname);
46 libname, SDL_GetError());
55 printf("Found %s in %s at %p\n", symname, libname, fn);
  /external/chromium_org/third_party/mesa/src/src/glsl/
Makefile.template 7 # is TOP, LIBNAME and one of of the *_SOURCES.
25 default: depend lib$(LIBNAME).a
27 lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/glsl/Makefile.template
28 $(MKLIB) -o $(LIBNAME) -static $(OBJECTS)
37 rm -f $(OBJECTS) lib$(LIBNAME).a depend depend.bak
  /external/libpng/scripts/
makefile.aix 24 LIBNAME=libpng12
65 all: $(LIBNAME)$(A) pngtest$(E)
67 $(LIBNAME)$(A): $(OBJS)
74 pngtest$(E): pngtest$(O) $(LIBNAME)$(A)
77 install: $(LIBNAME)$(A)
79 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
81 -@$(RM_F) $(DI)/$(LIBNAME)/png.h
82 -@$(RM_F) $(DI)/$(LIBNAME)/pngconf.h
85 cp png.h pngconf.h $(DI)/$(LIBNAME)
    [all...]

Completed in 235 milliseconds

1 2 3 4 5 6 7 8 91011>>