[mythtv] Global make for Mythtv and plugins?

J. Donavan Stanley jdonavan at jdonavan.net
Sat Oct 23 18:02:32 UTC 2004


Art Morales wrote:

>Hi all,
>
>Has anyone made a global makefile to compile/install multiple modules from CVS?
>  
>
You can do all of this with q simple "subdirs" .pro file"

## Begin mythtv-suite.pro

TEMPLATE = subdirs

# Directories
SUBDIRS += mythtv mythdvd  mythgame mythmusic mythvideo
SUBDIRS += mythnews mythweather mythbrowser
SUBDIRS += mythgallery mythphone

## end mythtv-suite.pro

If you want to build just one you can put sub- in front of it such as 
"make sub-mythmusic"


More information about the mythtv-dev mailing list