[H-GEN] Fwd: [H-CHAT] makefile problem

Clinton Roy clinton.roy at gmail.com
Tue Dec 7 22:32:47 EST 2004


> > > I need to build ~/prog/src then ~/prog/src/plugin but can only manage to
> > > do ~/prog/src/plugin and then ~/prog/src

The order in which things are built is dictated by the automake
variable SUBDIRS, if you want to build stuff in the current directory
before moving on to a sub directory, add a dot:

SUBDIRS = . src

then in src/Makefile.am:

SUBDIRS = . plugin

That's if I'm understanding your problem correctly, and assuming
you're modifying the automake inputs, not its outputs.

cheers,

--
Clinton Roy
www.humbug.org.au  - Brisbane Unix Group
staff.dstc.edu.au/croy - Blog


-- 
Clinton Roy
www.humbug.org.au  - Brisbane Unix Group
staff.dstc.edu.au/croy - Blog




More information about the General mailing list