[XviD-devel] [RFC] Build process change for unix envs

jb13 jb13 at gomerbud.com
Thu Sep 25 06:04:48 CEST 2003


On Thu, Sep 25, 2003 at 04:37:39AM -0700, jb13 wrote:
> On Thu, Sep 25, 2003 at 12:50:50AM +0200, Edouard Gomez wrote:
> > As code is more useful than 1000 RFC emails...
> > 
> > Please i would like feedback for this new build system on these Systems:
> >  - BeOS ia32
> >  - FreeBSD ia32
> >  - GNU/Linux (whatever CPU)
> >  - Win32 Cygwin and MinGW+Minsys.
> > 
> > I  already know  the solaris  8 make  partially works  (builds  fine but
> > requirements  are  treated  a  weird  way and  dependencies  are  always
> > rebuilded - sic). GNU make works  fine, and BSD make doesn't work (lacks
> > generic rule support iirc)
> 
> it work's for me on freebsd-4.9.PRE with gmake

also, pmake dose support generic rules but there called transformation rules
and they look like this

.c.o            :
                $(CC) $(CFLAGS) -c $(.IMPSRC)



More information about the XviD-devel mailing list