# -------------------------------------------------------------------- #
#                     Leaf class library for Windows
#           Copyright (c) 1993-4 by T.Kudou. All rights reserved.
#
# makefile for lw/sample
#
# -------------------------------------------------------------------- #
# $Header: /d/1/proj/egypt/1/lw/sample/RCS/makefile,v 1.5 1994/07/23 18:31:40 kudou Exp $

include dir.mk
include $(TOP)/config.mk
include $(TOP)/common.mk

####

TARGETS=edit hello main mdiedit mdisamp rstr simple term textwnd toolbar wnd

.PHONY: $(TARGETS) $(addsuffix .clean,$(TARGETS))

all: $(TARGETS)

clean: $(addsuffix .clean,$(TARGETS))

$(TARGETS):
	$(enter)

$(addsuffix .clean,$(TARGETS)):
	$(enter_clean)
