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

Edouard Gomez ed.gomez at free.fr
Thu Sep 25 16:13:55 CEST 2003


jb13 (jb13 at gomerbud.com) wrote:
> What about:
> $(OBLJECTS): platform.inc
> .c.o	:
> 	$(CC) ...

Hmmm, why did not i think about this before ? ;-)

I seems to work, I updated the patch, so grab it again and test with the
standard FreeBSD make. It should relax the "generic rules" requirement.

The test is simple:
$ ./bootstrap.sh
$ ./configure
$ make
 should list all file compilations.
$ $EDITOR platform.inc
  write FEATURES=-D_DEBUG instead of just FEATURES=
  or change whatever you want in the file (valid change of course)
$ make

If the second make lists all the file compilations, the test is a
success. With gmake it works as well as the generic rules.

http://ed.gomez.free.fr/vrac/xvid-patches/unix-build.diff

-- 
Edouard Gomez


More information about the XviD-devel mailing list