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

/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile59 JARFILE = JPool.jar macro
85 CLOBBERFILES += $(JARFILE)
96 JFILES = poold.properties $(JARFILE)
101 all: $(PROG) $(JAVA_SUBDIRS) $(JARFILE) \
116 install: $(ROOTCMD) $(JAVA_SUBDIRS) $(JARFILE) \
126 if [ ! -f $(JARFILE) ]; \
128 $(JAR) -cf $(JARFILE) $@/*class; \
130 $(JAR) -uf $(JARFILE) $@/*class; \
138 $(JAVADOC) -private -classpath $(JARFILE): -sourcepath . \

Completed in 55 milliseconds