Searched defs:LIBDIR (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libvcodex/Vchuff/
H A DMakefile5 LIBDIR= ../../../../lib macro
/ast/src/lib/libvcodex/Vcmisc/
H A DMakefile5 LIBDIR= ../../../../lib macro
/ast/src/lib/libvgraph/
H A DMakefile5 LIBDIR= ../../../lib macro
28 -(rm -f $(LIBDIR)/libgraph.a; exit 0) >/dev/null 2>&1
30 cp libgraph.a $(LIBDIR);
31 -(ranlib $(LIBDIR)/libgraph.a; exit 0) >/dev/null 2>&1
/ast/src/cmd/vczip/
H A DMakefile7 LIBDIR= ../../../../lib macro
18 vczip: vczip.c $(LIBDIR)/libvcodex.a
19 $(CC) $(CCFLAGS) vczip.c -L$(LIBDIR) $(LIBS) -o vczip
/ast/src/lib/libvcodex/Vcdelta/
H A DMakefile5 LIBDIR= ../../../../lib macro
/ast/src/lib/libvcodex/Vcwindow/
H A DMakefile5 LIBDIR= ../../../../lib macro
/ast/src/lib/libvcodex/
H A DMakefile16 LIBDIR= ../../../lib macro
118 cp libvcodex.a $(LIBDIR); \
120 (ranlib $(LIBDIR)/libvcodex.a; exit 0) >/dev/null 2>&1
/ast/src/cmd/nmake/
H A DMakerules.mk212 PKGDIRS = $(LIBDIR) $(*.VIEW:X=$(VROOT)/$(LIBDIR:B:S)) $(MAKERULESPATH:/:/ /G::D)
229 LIBDIR = $(INSTALLROOT)/lib macro
541 .INSTALL.%.ARCHIVE : $$(LIBDIR)
2159 .CC.SHARED.REGISTRY.$(X) := $(LIBDIR)/$(P)/registry.ld
2161 .CC.DLL.DIR.INIT : .VIRTUAL .IGNORE $(LIBDIR)/$(P)
2162 $(LIBDIR)/$(P) : .DO.INSTALL.DIR
2164 .CC.DLL.DIR.$(X) := $(LIBDIR)/$(P)
2203 $$(LIBDIR)/lib/$(Q) :INSTALL: $(Q).req
2221 *) if test -f $$(LIBDIR)/li
[all...]

Completed in 43 milliseconds