This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

srcs in different directories, but no conven. libs


I hope this isn't a FAQ, but I didn't find anything in the mailing lists.

I have some code which is seperated into several subdirectories.  I dont
want to have it compile to a convenience library and then link each one in.

So my question is whats the right way to list foo_SOURCES.  Should it be listed
in the top of the source tree like this?

foo_SOURCES= sub1/a.c sub1/b.c sub2/a2.c sub2/b2.c

I wasn't able to find the answer in the manual, although perhaps I've
overlooked it.

Thanks
-Dan

-- 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]