Lines Matching refs:BUILDDIR
145 BUILDDIR=tmp macro
146 DUMP_PROTO=$(BUILDDIR)/$(DUMP_PROG)_client
147 XFILE=$(BUILDDIR)/malloc_dump.x
151 $(XFILE): $(BUILDDIR)
155 $(BUILDDIR):
156 $(RM) -r $(BUILDDIR)
157 $(MKDIR) $(BUILDDIR)
159 $(DUMP_PROTO): $(BUILDDIR) $(XFILE)
160 cd $(BUILDDIR); $(RM) *.[ch] makefile.malloc_dump ; rpcgen -a `basename $(XFILE)
161 cd $(BUILDDIR); $(MAKE) -f makefile.malloc_dump `basename $@`
168 $(RM) -r $(BUILDDIR)