TARGET_DIR = ..

.SUFFIXES: 

.SUFFIXES: .dll .mak

$(TARGET_DIR)\kwclass.dll : kwclass.dll
        $(MAKE) -f kwclass.mak
        copy kwclass.dll $(TARGET_DIR)

kwclass.dll : kwclass.mak makefile
    $(MAKE) -f kwclass.mak
