Home | History | Annotate | Line # | Download | only in conf
Makefile revision 1.7.8.3
      1  1.7.8.3  nathanw #	$NetBSD: Makefile,v 1.7.8.3 2002/06/20 03:37:51 nathanw Exp $
      2      1.1       is 
      3      1.1       is #
      4  1.7.8.3  nathanw # Use this file to regenerate AMIGA, DRACO, GENERIC, INSTALL and WSCONS
      5  1.7.8.3  nathanw # out of the GENERIC.in template.
      6      1.1       is #
      7      1.1       is 
      8  1.7.8.3  nathanw all: AMIGA DRACO GENERIC INSTALL WSCONS
      9      1.1       is 
     10  1.7.8.3  nathanw AMIGA: __generate_config
     11      1.5       is 
     12  1.7.8.3  nathanw DRACO: __generate_config
     13  1.7.8.3  nathanw 
     14  1.7.8.3  nathanw GENERIC: __generate_config
     15  1.7.8.3  nathanw 
     16  1.7.8.3  nathanw INSTALL: __generate_config
     17  1.7.8.3  nathanw 
     18  1.7.8.3  nathanw WSCONS: __generate_config
     19  1.7.8.2  nathanw 
     20  1.7.8.3  nathanw __generate_config: .USE GENERIC.in Makefile
     21  1.7.8.3  nathanw 	@echo Generating ${.TARGET}...
     22  1.7.8.3  nathanw 	@echo -n '# '$$ > ${.TARGET}
     23  1.7.8.3  nathanw 	@echo NetBSD$$ >> ${.TARGET}
     24  1.7.8.3  nathanw 	@echo '#' >> ${.TARGET}
     25  1.7.8.3  nathanw 	@echo '# This file was automatically created.' >> ${.TARGET}
     26  1.7.8.3  nathanw 	@echo '# Changes will be lost when make is run in this directory.' >> ${.TARGET}
     27  1.7.8.3  nathanw 	@echo '#' >> ${.TARGET}
     28  1.7.8.3  nathanw 	@echo -n '# Created from: ' >> ${.TARGET}
     29  1.7.8.3  nathanw 	sed -e '1s/$$NetBSD/NetBSD/' GENERIC.in |\
     30  1.7.8.3  nathanw 		m4 -P -DM4_Target=${.TARGET} >> ${.TARGET}
     31