Home
last modified time | relevance | path

Searched refs:DOCAPIDESTDIR (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libdtrace_jni/java/
H A DMakefile54 DOCAPIDESTDIR=$(DOCDESTDIR)/api macro
189 $(DOCAPIDESTDIR)/index.html: $(DTRACE_API_CLASSES)
190 -@mkdir -p $(DOCAPIDESTDIR)
191 -$(RM) -r $(DOCAPIDESTDIR)/*
194 -classpath $(APICLASSPATH) -d $(DOCAPIDESTDIR) \
210 $(DOCAPIDESTDIR):
223 $(DOCAPIDESTDIR) \
224 $(DOCAPIDESTDIR)/index.html \
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DMakefile43 DOCAPIDESTDIR = $(DOCDESTDIR)/api macro
131 $(DOCAPIDESTDIR): $(DOCDESTDIR)
140 install_doc: $(CLASSES) $(DOCAPIDESTDIR)
141 -$(RM) -r $(DOCAPIDESTDIR)/*
144 $(CLASSPATH) -d $(DOCAPIDESTDIR) -public $(DNSSD_PKG)