head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	98.02.17.18.58.20;	author nate;	state dead;
branches;
next	1.1;

1.1
date	98.02.17.14.16.40;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Remove files at shouldn't be in the tree.
@
text
@# Makefile for the sound documentation

ARTICLE=sound
INPUTS=
STYLES=
.SUFFIXES: .fig .ps
OTHERSTUFF=
FIGURES=
PSS=
ALLFIG= $(FIGURES)
COMPAT= psfigps.tex

ALLPS= $(ALLFIG:.fig=.ps)

ALLSRCS= $(ARTICLE).tex $(STYLES) $(ALLFIG) $(PSS) $(INPUTS) \
	$(COMPAT) $(OTHERSTUFF) Makefile

.fig.ps:
	fig2dev -L ps -m 0.5 $*.fig > $*.ps

all: $(ARTICLE).dvi pnp.dvi ioctl.dvi Makefile

$(ARTICLE).dvi: allfig $(ARTICLE).tex $(INPUTS) $(STYLES) $(PSS)
	latex $(ARTICLE).tex

pnp.dvi: allfig pnp.tex $(INPUTS) $(STYLES) $(PSS)
	latex pnp.tex

ioctl.dvi: allfig pnp.tex $(INPUTS) $(STYLES) $(PSS)
	latex ioctl.tex

allfig: $(ALLPS)

clean:
	rm -f $(ALLPS) a c *.dvi *.aux *.log rl

tgz: $(ALLSRCS)
	tar cvf - $(ALLSRCS) | gzip -9 > $(ARTICLE).tgz


@


1.1
log
@Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th
version as soon as I've tested it...

Installed/tested on my home machine...any problems, please report directly
to me.
@
text
@@
