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