HomeSort by relevance Sort by last modified time
    Searched refs:LIBRARY (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/compat/
tzone.pl 12 my $LIBRARY = '../../lib';
44 $ENV{'LD_LIBRARY_PATH'} = $LIBRARY;
  /external/expat/
Makefile.in 45 LIBRARY = libexpat.la
51 buildlib: $(LIBRARY)
53 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
56 cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
83 installlib: $(LIBRARY) $(APIHEADER)
85 $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
93 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY)
125 $(LIBRARY): $(LIB_OBJS)
145 xmlwf/xmlwf: $(XMLWF_OBJS) $(LIBRARY)
    [all...]
  /hardware/qcom/media/mm-core/omxcore/
Android.mk 65 # LIBRARY for Android apps
81 # LIBRARY for command line test apps
  /external/e2fsprogs/lib/et/
Makefile.in 25 LIBRARY= libcom_err
  /external/e2fsprogs/lib/ss/
Makefile.in 15 LIBRARY= libss
47 # for the library
175 true ; else echo "Regression test for ss library failed!"; exit 1 ; fi
  /development/tools/emulator/opengl/
common.mk 18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
25 emugl-begin-host-static-library = $(call emugl-begin-module,$1,HOST_STATIC_LIBRARY,HOST)
26 emugl-begin-host-shared-library = $(call emugl-begin-module,$1,HOST_SHARED_LIBRARY,HOST)
38 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
61 # $(call emugl-begin-static-library,foo)
67 # $(call emugl-begin-shared-library,bar)
72 # Here, we define a static library named 'foo' which exports an include
73 # path and a shared library requirement, and a shared library 'bar' whic
    [all...]

Completed in 426 milliseconds