#
# @(#)Makefile	1.4 99/07/23 12:34:21
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

include $(SRC)/Makefile.master

BINROOT = $(DISK0_ROOT)/webstart/wizards/bin

all :=          TARGET= all
install :=      TARGET= install
check :=        TARGET= check
clean :=        TARGET= clean
clobber :=      TARGET= clobber
lint :=         TARGET= lint

FILES = 	writeLocaleFile parsePackagesToBeAdded create_dispatch_table

FILESPROG =	$(FILES:%=$(BINROOT)/%)

all install: $(FILESPROG)

$(BINROOT)/%: %
	$(INS.exec)

clean clobber:
	$(RM) $(FILESPROG)



.KEEP_STATE:

