# --- Copyright University of Sussex 1994. All rights reserved. ----------
# File:				C.windows/win/src/makefile
# Purpose:			Makefile for compiling w-files, etc. in WINSRC
# Author:			Robert John Duncan, Jul  5 1994

!INCLUDE ..\..\pop\poplog.mak

POPEXTERNLIB = ..\..\extern\lib
POPOBJLIB = ..\..\obj

src.wlb : wfiles
	-del $(POPOBJLIB)\winsrc.?lb
	$(POPLIBR) $(POPLIBR_FLAGS) -c ./ *.w

wfiles :: *.p
	@$(MAKE) -c @<<
$(**:.p=.w)
<<
