Makefile revision 1.8
11.8Stv# $NetBSD: Makefile,v 1.8 2001/12/12 01:49:59 tv Exp $ 21.2Sthorpej# 31.1Soki# Makefile for bellctrl 41.1Soki 51.1Sokiall: bellctrl sample.fm 61.1Soki 71.1Sokisample.fm: sample_fm.c 81.1Soki $(CC) -c -o sample.aout ${.CURDIR}/sample_fm.c 91.1Soki strip sample.aout 101.1Soki dd bs=1 skip=32 count=52 if=sample.aout of=$@ 111.1Soki rm sample.aout 121.1Soki 131.6SlukemPROG= bellctrl 141.8StvNOMAN= # defined 151.4SlukemCPPFLAGS+=-I${.CURDIR}/../../.. 161.5Sminoura 171.5SminouraCLEANFILES+=sample.fm 181.1Soki 191.1Soki.include <bsd.prog.mk> 20