#  (c) Copyright 1994-1995, KL GROUP INC.  
#  ALL RIGHTS RESERVED 
# 
#  This file is provided for demonstration and educational uses only.
#  Permission to use, copy, modify and distribute this file for
#  any purpose and without fee is hereby granted, provided that the
#  above copyright notice and this permission notice appear in all
#  copies, and that the name of KL Group not be used in advertising
#  or publicity pertaining to this material without the specific,
#  prior written permission of an authorized representative of
#  KL Group.
# 
#  KL GROUP MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES, EX-
#  PRESS OR IMPLIED, WITH RESPECT TO THE SOFTWARE, INCLUDING, BUT
#  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
#  FITNESS FOR ANY PARTICULAR PURPOSE, AND THE WARRANTY AGAINST IN-
#  FRINGEMENT OF PATENTS OR OTHER INTELLECTUAL PROPERTY RIGHTS.  THE
#  SOFTWARE IS PROVIDED "AS IS", AND IN NO EVENT SHALL KL GROUP OR
#  ANY OF ITS AFFILIATES BE LIABLE FOR ANY DAMAGES, INCLUDING ANY
#  LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES 
#  RELATING TO THE USE OF THIS SOFTWARE.

#   RCSID -- $RCSfile: Makefile $ $Revision: 2.0 $
#            $Date: 1997/06/09 18:22:49 $  $Locker: $  KL Group Inc.

SRC =  \
ContribCheckbox.java \
ContribCheckboxGroup.java \
ContribDialog.java \
ContribFrame.java \
JCChoice.java \
JCColorUtil.java \
JCDialog.java \
JCDialogCB.java \
JCMenu.java \
JCOutlinePanel.java \
JCRetrieve.java \
JCRowColLayout.java \
JCSpreadLabel.java \
JCTitlePanel.java \
JCRelativeLayout.java

CLASSES = $(SRC:.java=.class)
TOPDIR = ../..
P = jclass/contrib

JAVAC = javac 

all: $(CLASSES)

102: $(CLASSES)
102_src:
110: $(CLASSES)
110_src:


lite_class: $(CLASSES)

lite_src:

EXTRA = \
Makefile \
makefile 

src:
	cd $(TOPDIR); \
	chmod 664 $(P)/*.java $(P)/Makefile; \
	zip -u src.zip $(P)/*.java $(P)/Makefile;

strip:
	/8/jstrip/jstrip *.class

%.class: %.java
	$(JAVAC) $<

clean:
	rm -f *.class
