Home | History | Annotate | Download | only in config

Lines Matching defs:LIBRARY

173 LIBRARY=	libpython$(VERSION).a
408 # objects that get linked into the Python library
454 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
480 # Build static library
482 $(LIBRARY): $(LIBRARY_OBJS)
511 # to the stripped DWARF data for the shared library.
523 $(LIBRARY) \
527 -all_load $(LIBRARY) -Wl,-single_module \
540 # This rule builds the Cygwin Python DLL and import library if configured
541 # for a shared core library; otherwise, this rule is a noop.
935 # Install the library
1093 # Install the library and miscellaneous stuff needed for extending/embedding
1109 @if test -d $(LIBRARY); then :; else \
1114 $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1115 $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1118 echo Skip install of $(LIBRARY) - use make frameworkinstall; \
1182 # structure in the install location, /Library/Frameworks/ or the argument to
1258 # Run reindent on the library
1308 -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
1334 nm -p $(LIBRARY) | \