Lines Matching refs:library
51 -I$(SDKROOT)/System/Library/Frameworks/Kernel.framework/Headers \
283 # On Windows we need the shared library to be executable
292 # On Windows we need the shared library to be executable
305 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
307 LIBRARY = $(BLDIR)/$(LIBNAME).$(EXT)
309 LIBRARY = $(BLDIR)/lib$(LIBNAME).$(EXT)
328 all: $(LIBRARY) $(ARCHIVE) $(PKGCFGF)
336 $(call install-library,$(BLDIR)/tests/)
340 $(LIBRARY): $(LIBOBJ)
343 @$(create-library)
345 $(create-library)
379 install: $(PKGCFGF) $(ARCHIVE) $(LIBRARY)
381 $(call install-library,$(LIBDIR))
455 define install-library
456 $(INSTALL_LIB) $(LIBRARY) $1
463 define install-library
474 define create-library
475 $(CC) $(LDFLAGS) $($(LIBNAME)_LDFLAGS) $(LIBOBJ) -o $(LIBRARY)