#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# Makefile for building SLP API and slpd.
#Compile and create basic library.
# The most efficient parallelization factor is 2. Any more than this
# slows the build down. A factor of 1 is more efficient than > 2, so
# use the PARALELL directive only if you can restrict the factor to 2.
# Make the class dir, if it doesn't exist
$(CLASSES):
-@mkdir -p $@
#Make docs for the API only.
docs:
cd $(SLPJAVASRC); $(JAVADOC) -public -author -version -classpath $(SLPCLASSPATH) -d $(DOC) $(PKGNAME)
$(INS.dir)
message_files: $(CLASSES)/$(PKGPATH) $(CLASSES)/$(PKGPATH)/$(CLIENT_MSGS) $(CLASSES)/$(PKGPATH)/$(SERVER_MSGS)
cp -f $? $@
cp -f $? $@
$(MSGDIRS):
$(INS.dir)
$(INS.file)
$(JARDESTDIR):
$(INS.dir)
# empty targets for top-level building compatibility
# jstyle check -- more for developer's convenience since the checks are
# not automated in the build.