Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile61 JARFILE = JPool.jar macro
92 CLOBBERFILES += $(JARFILE)
103 JFILES = poold.properties $(JARFILE)
108 all: $(PROG) $(JAVA_SUBDIRS) $(JARFILE) \
121 install: $(ROOTCMD) $(JAVA_SUBDIRS) $(JARFILE) \
131 if [ ! -f $(JARFILE) ]; \
133 $(JAR) -cf $(JARFILE) $@/*class; \
135 $(JAR) -uf $(JARFILE) $@/*class; \
143 $(JAVADOC) -private -classpath $(JARFILE): -sourcepath . \