[Flac-dev] Re: beta 10 candidate checked in

Christian Weisgerber naddy at mips.inka.de
Wed May 30 10:16:46 PDT 2001


Josh Coalson <xflac at yahoo.com> wrote:

> I have checked in all the latest into CVS and am going to start the
> test suite again.  if all goes well I will probably release this as
> beta 10.

What's the sequence of steps required to turn this into a buildable
distribution?

| # nasm build rule:
| %.lo: %.s

Do we officially depend on GNU make now?
You could express this portably with something like this:

    .SUFFIXES: .lo .s
    .s.lo:
    	...

|         $(NASM) -f elf -d ELF $< -o $@

This won't fly on OpenBSD/i386, which is a.out.

-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de




More information about the Flac-dev mailing list