Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2000/01/12 02:33:56 cgd Exp $
2#
3# Makefile to generate windows VC++ project and workspace files from
4# config files and templates
5
6PROJECT_DIRS=libsa pbsdboot
7
8winfiles: 
9	for dir in $(PROJECT_DIRS); do \
10	    $$dir/$$dir.config; \
11	done
12	sh dspgen/gen_workspace.sh hpcmips_stand.dsw $(PROJECT_DIRS)
13