# The makefile for the world's simplest Java bean. CLASSFILES= \ sunw\demo\jelly\JellyBean.class \ sunw\demo\jelly\JellyBeanBeanInfo.class DATAFILES= \ sunw\demo\jelly\JellyBeanIconColor16.gif \ sunw\demo\jelly\JellyBeanIconColor32.gif \ sunw\demo\jelly\JellyBeanIconMono16.gif \ sunw\demo\jelly\JellyBeanIconMono32.gif JARFILE= ..\jars\jelly.jar all: $(JARFILE) # Create a JAR file with a suitable manifest. $(JARFILE): $(CLASSFILES) $(DATAFILES) jar cfm $(JARFILE) <