/usr/share/faumachine/experiments/test-sound/Makefile is in faumachine-data 20110812-1.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #
# $Id: Makefile,v 1.5 2009-10-05 15:32:13 vrsieh Exp $
#
SIMULATION_PC := pc-i386-isa.vhdl
FLOPPY_IMAGE := floppy.img
CHANGE_DISK_SIZE := 1
CHANGE_MEM_SIZE := 64
include $(dir $(shell which faum))/../share/faumachine/vhdl/experiment.mk
floppy.img: FDOEM.144.gz DIAGNOSE.EXE
gunzip < FDOEM.144.gz > floppy.img
mcopy -i floppy.img DIAGNOSE.EXE ::
distclean clean::
rm -f floppy.img
|