make question (depend on content of a file)

James <[email protected]>
Newsgroups gmane.comp.gnu.utils
Organization http://groups.google.com
Message-ID <[email protected]>
The goal is to satisfy both (a) and (b):

(a) the target(T) depends on a generated file(F) as well as
on the content of the file (file F contains a list of files).
(b) parallel make enabled

content = $(shell cat F)

T: F $(content)

F:
     Rule to generate F


How do I do it?
TIA

James
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.