Searched refs:LIBRARY (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/expat/
H A DMakefile.in46 LIBRARY = libexpat.la
52 buildlib: $(LIBRARY) expat.pc
54 all: $(LIBRARY) expat.pc xmlwf/xmlwf@EXEEXT@ examples/elements examples/outline
57 cd lib && rm -f $(LIBRARY) *.@OBJEXT@ *.lo && rm -rf .libs _libs
85 installlib: $(LIBRARY) $(APIHEADER) expat.pc
87 $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
96 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY)
129 $(LIBRARY): $(LIB_OBJS)
152 xmlwf/xmlwf@EXEEXT@: $(XMLWF_OBJS) $(LIBRARY)
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddeflex.l37 "LIBRARY" { return LIBRARY;}
H A Ddefparse.y33 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
51 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); }
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources28 TARGETTYPE=LIBRARY
/freebsd-10.0-release/contrib/nvi/common/
H A Dmain.c458 #if defined(DEBUG) || defined(PURIFY) || defined(LIBRARY)
502 #if defined(DEBUG) || defined(PURIFY) || defined(LIBRARY)
508 #if defined(DEBUG) || defined(PURIFY) || defined(LIBRARY)
/freebsd-10.0-release/contrib/ncurses/
H A DMakefile.os2187 echo LIBRARY $${i}$(DLL_TAG) INITINSTANCE TERMINSTANCE > ./misc/$$i.def; \
/freebsd-10.0-release/contrib/openpam/misc/
H A Dgendoc.pl449 .Sh LIBRARY
597 .Sh LIBRARY
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_main.c149 #if defined(DEBUG) || defined(PURIFY) || defined(LIBRARY)
/freebsd-10.0-release/contrib/binutils/ld/
H A Ddeffilep.y106 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
124 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); }
650 /* If a LIBRARY or NAME statement is specified without a name, there is nothing
657 def_filename, linenumber, is_dll ? "LIBRARY" : "NAME",
673 /* Honor a BASE address statement, even if LIBRARY string is empty. */
886 { "LIBRARY", LIBRARY },
H A Dpe-dll.c1433 fprintf (out, "LIBRARY ");
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c68 #undef LIBRARY /* Not testing a library. */ macro
2447 #if defined(LIBRARY)
2448 snprintf(buff, sizeof(buff), "%s/%s/test", pwd, LIBRARY);
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c67 #define LIBRARY "libarchive" macro
2466 #if defined(LIBRARY)
2467 snprintf(buff, sizeof(buff), "%s/%s/test", pwd, LIBRARY);
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c68 #undef LIBRARY /* Not testing a library. */ macro
2448 #if defined(LIBRARY)
2449 snprintf(buff, sizeof(buff), "%s/%s/test", pwd, LIBRARY);
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkdef.pl1322 LIBRARY $libname $liboptions

Completed in 210 milliseconds