Makefile revision 1.5
11.5Sis# $NetBSD: Makefile,v 1.5 2000/04/01 20:21:27 is Exp $ 21.1Sis 31.1Sis# 41.1Sis# Use this file to regenerate AMIGA and DRACO out of the GENERIC template. 51.1Sis# 61.1Sis 71.5Sisall: AMIGA DRACO INSTALL 81.1Sis 91.4StronAMIGA: GENERIC 101.2Sis @echo -n '# '$$ > $@ 111.2Sis @echo NetBSD$$ >> $@ 121.2Sis @echo '#' >> $@ 131.2Sis @echo '# This file was automatically created. Changes will be' >> $@ 141.1Sis @echo '# lost when running make in this directory.' >> $@ 151.1Sis @echo '#' >> $@ 161.1Sis @echo '# Created from: ' >> $@ 171.1Sis @sed -e '1s/NetBSD/ NetBSD/' GENERIC |\ 181.4Stron cpp -undef -P -DAMIGA_CONFIGURATION 2>/dev/null |\ 191.1Sis awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@ 201.1Sis 211.4StronDRACO: GENERIC 221.2Sis @echo -n '# '$$ > $@ 231.2Sis @echo NetBSD$$ >> $@ 241.2Sis @echo '#' >> $@ 251.2Sis @echo '# This file was automatically created. Changes will be' >> $@ 261.1Sis @echo '# lost when running make in this directory.' >> $@ 271.1Sis @echo '#' >> $@ 281.1Sis @echo '# Created from: ' >> $@ 291.1Sis @sed -e '1s/NetBSD/ NetBSD/' GENERIC |\ 301.4Stron cpp -undef -P -DDRACO_CONFIGURATION 2>/dev/null |\ 311.1Sis awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@ 321.1Sis 331.5SisINSTALL: GENERIC 341.5Sis @echo -n '# '$$ > $@ 351.5Sis @echo NetBSD$$ >> $@ 361.5Sis @echo '#' >> $@ 371.5Sis @echo '# This file was automatically created. Changes will be' >> $@ 381.5Sis @echo '# lost when running make in this directory.' >> $@ 391.5Sis @echo '#' >> $@ 401.5Sis @echo '# Created from: ' >> $@ 411.5Sis @sed -e '1s/NetBSD/ NetBSD/' GENERIC |\ 421.5Sis cpp -undef -P \ 431.5Sis -DAMIGA_CONFIGURATION -DDRACO_CONFIGURATION \ 441.5Sis -DINSTALL_CONFIGURATION 2>/dev/null |\ 451.5Sis awk '{if (NF>1)count=0;else count++;if(count<=1)print}' >> $@ 461.5Sis 471.5SisAMIGA DRACO INSTALL: GENERIC Makefile 48