Home | History | Annotate | Download | only in config

Lines Matching defs:LIBRARY

173 LIBRARY=	libpython$(VERSION).a
407 # objects that get linked into the Python library
453 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
479 # Build static library
481 $(LIBRARY): $(LIBRARY_OBJS)
510 # to the stripped DWARF data for the shared library.
522 $(LIBRARY) \
526 -all_load $(LIBRARY) -Wl,-single_module \
539 # This rule builds the Cygwin Python DLL and import library if configured
540 # for a shared core library; otherwise, this rule is a noop.
934 # Install the library
1092 # Install the library and miscellaneous stuff needed for extending/embedding
1108 @if test -d $(LIBRARY); then :; else \
1113 $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1114 $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1117 echo Skip install of $(LIBRARY) - use make frameworkinstall; \
1181 # structure in the install location, /Library/Frameworks/ or the argument to
1257 # Run reindent on the library
1307 -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
1333 nm -p $(LIBRARY) | \