/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/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/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...] |
smakefile.ppc | 12 LIBNAME = libpng.a 25 all: $(LIBNAME) pngtest 27 $(LIBNAME): $(OBJS) 31 pngtest: pngtest.o $(LIBNAME) 32 $(LN) $(LDFLAGS) pngtest LIB:c_ppc.o pngtest.o $(LIBNAME) $(LDLIBS) \
|
makefile.darwin | 23 LIBNAME = libpng12 29 LIBSO=$(LIBNAME).dylib 30 LIBSOMAJ=$(LIBNAME).$(PNGMAJ).dylib 31 LIBSOVER=$(LIBNAME).$(PNGVER).dylib 95 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 129 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 130 cp png.h pngconf.h $(DI)/$(LIBNAME) 131 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.sggcc | 10 LIBNAME=libpng12 16 LIBSO=$(LIBNAME).so 17 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ) 18 LIBSOVER=$(LIBNAME).so.$(PNGVER) 101 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 134 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 135 cp png.h pngconf.h $(DI)/$(LIBNAME) 136 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.sgi | 10 LIBNAME=libpng12 16 LIBSO=$(LIBNAME).so 17 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ) 18 LIBSOVER=$(LIBNAME).so.$(PNGVER) 104 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 137 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 138 cp png.h pngconf.h $(DI)/$(LIBNAME) 139 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.beos | 12 LIBNAME=libpng12 18 LIBSO=$(LIBNAME).so 19 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ) 20 LIBSOVER=$(LIBNAME).so.$(PNGVER) 99 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 127 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 128 cp png.h pngconf.h $(DI)/$(LIBNAME) 129 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.dec | 13 LIBNAME = libpng12 16 LIBSO=$(LIBNAME).so 17 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ) 18 LIBSOVER=$(LIBNAME).so.$(PNGVER) 83 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 112 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 113 cp png.h pngconf.h $(DI)/$(LIBNAME) 114 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.hp64 | 22 LIBNAME = libpng12 28 LIBSO=$(LIBNAME).sl 29 LIBSOMAJ=$(LIBNAME).sl.$(PNGMAJ) 30 LIBSOVER=$(LIBNAME).sl.$(PNGVER) 101 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 130 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 131 cp png.h pngconf.h $(DI)/$(LIBNAME) 132 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.hpux | 22 LIBNAME = libpng12 28 LIBSO=$(LIBNAME).sl 29 LIBSOMAJ=$(LIBNAME).sl.$(PNGMAJ) 30 LIBSOVER=$(LIBNAME).sl.$(PNGVER) 98 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 127 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 128 cp png.h pngconf.h $(DI)/$(LIBNAME) 129 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
makefile.sco | 13 LIBNAME = libpng12 19 LIBSO=$(LIBNAME).so 20 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ) 21 LIBSOVER=$(LIBNAME).so.$(PNGVER) 94 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \ 123 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi 126 cp png.h pngconf.h $(DI)/$(LIBNAME) 127 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf. [all...] |
/external/compiler-rt/test/timing/ |
floatdidf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatdisf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatdixf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatundidf.c | 4 #ifndef LIBNAME 5 #define LIBNAME UNKNOWN 8 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatundisf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
floatundixf.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
ashldi3.c | 8 #ifndef LIBNAME 9 #define LIBNAME UNKNOWN 12 #define LIBSTRING LIBSTRINGX(LIBNAME)
|
/external/dhcpcd/mk/ |
sys.mk | 14 LIBNAME?= ${_LIBNAME}$(shell ${_LIBNAME_SH})
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GL2Dispatch.cpp | 35 const char *libName = getenv("ANDROID_GLESv2_LIB"); 36 if (!libName) libName = DEFAULT_GLES_V2_LIB; 41 s_gles2_lib = osUtils::dynLibrary::open(libName);
|
/external/qemu/android/utils/ |
dll.c | 67 char* libName = (char*) libraryName; 72 libName = append_string(libraryName, ".dll"); 77 result = (ADynamicLibrary*) LoadLibrary( libName ); 83 if (libName != libraryName) { 84 free(libName); 132 char* libName = (char*) libraryName; 143 libName = append_string(libraryName, SO_EXTENSION); 148 result = dlopen( libName, RTLD_LAZY ); 154 if (libName != (char*)libraryName) { 155 free(libName); [all...] |
/bionic/libdl/ |
dltest.c | 56 "\t%s [-l <libname>] -s <symbol name>\n" 112 char *libname, *symname, *prog = *argv; local 114 get_options(argc, argv, &libname, &symname); 126 printf("opening library [%s]\n", libname); 128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; 137 printf("closing library [%s]\n", libname); 144 if (libname != NULL) free(libname);
|
/system/extras/tests/bionic/libc/bionic/ |
test_dlclose_destruction.c | 39 check_library(const char* libname) 41 void* lib = dlopen(libname, RTLD_NOW); 47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror()); 51 fprintf(stderr, "%s loaded.\n", libname); 55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror()); 60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname); 66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror()); 74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror()); 78 fprintf(stderr, "%s unloaded.\n", libname);
|